NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on October 10, 2011, 01:39:19 PM
-
Hi Guys,
In a NetWebForm (wizard) with field for e-mail address.
Is there any way to validate an e-mail address (for example the @ sign)?
-
hi,
for this purpose I build a function where I pass the value and in it I check for @ and other logic and it returns me Good or Not is email.
-
What embed did you use? How do you stop the tab-progression, if the e-mail address is incorrect?
-
Hi,
You can use the ValidateValue::PRE:Field routine, where PRE:Field is your field name. As for disabling the tab progression, you could make them read-only if the validation fails.
Regards,
Ubaidullah Nubar.
-
Thanks Ubaidullah,
I managed to incorporate the check-condition into the ValidateValue for the e-mail field.
Do you mean that I should make the "tabs" read-only to disable the tab-progression?