Answered
Hi,
I have email address field in the form.
I tried using "Email - alphanumeric" pattern (text{OOOOOOOO' [at] example [dot] com'}
) under validation tab. But it is not working.
It takes just name without @.
Also after @, it would not take 2 dots such as dept.county.org asvalid email address.
I guess I need a script to validate the field.
Could someone show me how to do this for Adobe LiveCycle Designer.
Thanks,
Gombear
for those validations you should use regular expressions.
This script in the exit:Event checks the entered mail addresses (RFC 2822).
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs