Copy link to clipboard
Copied
Looking for some code I had....on submit it tests for required fields. if there is an * in the tool tip field, then it is required.
Used to have it, lost a lot of docs when pc fried.
Copy link to clipboard
Copied
No, but it shouldn't be too difficult to implement.
Search the forums for validation of required fields (I posted this code many times in the past), and then add this condition to it:
(f.userName=="*")
Copy link to clipboard
Copied
Added to original Question. I had a Jscript in a button to submit to an email. It checked for required fields.
I had to put an (*) asterisk in the tooltip field properties of the field. Then it worked.
Is anyone familiar with that script?
Copy link to clipboard
Copied
No, but it shouldn't be too difficult to implement.
Search the forums for validation of required fields (I posted this code many times in the past), and then add this condition to it:
(f.userName=="*")
Copy link to clipboard
Copied
Thanks, I will look again. Already did look for quite a while. Problem, lost a HD with tons of training on it.
Thanks