If someone could point me in the right direction please.
I have a Edit Box and a Text Area I wish to scan for a certain phrase / series of characters and if found create an error flag for edit box / text area or at Form level.
For text, it seems that there is only the "equal to" or "not equal to" option in the object's validation options. Wildcards like * or ? do not seems to work.
Are there any other options ?
Thanks in advance.
Form Edit Box or Text Area Expanded Validation / Conditions
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Form Edit Box or Text Area Expanded Validation / Conditions
I'm sorry, there is currently no support for wildcards. This will require a custom script.
Re: Form Edit Box or Text Area Expanded Validation / Conditions
Sorry, just further.
Is it a point of just doing some fairly simple Java Script or is it really something an expert programmer needs to do ?
Is it a point of just doing some fairly simple Java Script or is it really something an expert programmer needs to do ?
Re: Form Edit Box or Text Area Expanded Validation / Conditions
If you are familiar with JavaScript then you can probably do this yourself.
Re: Form Edit Box or Text Area Expanded Validation / Conditions
Thank you. I guess I better start learning. Never to old to try something new.
Re: Form Edit Box or Text Area Expanded Validation / Conditions
FWIW:
I have a simple test form that uses PHP to test for urls using the Custom Form Processing option (page must have .php extension).
Perhaps this could be used as a basis for your requirements.
https://www.mediafire.com/file/5pv9t3dq ... t.wbs/file
I have a simple test form that uses PHP to test for urls using the Custom Form Processing option (page must have .php extension).
Perhaps this could be used as a basis for your requirements.
https://www.mediafire.com/file/5pv9t3dq ... t.wbs/file
Re: Form Edit Box or Text Area Expanded Validation / Conditions
Thank you, WWBman