davidwwatts
Junior Member
Posts: 9
Registered: 12/15/2003
Member Is Offline
|
| posted on 1/14/2007 at 07:15 AM |
|
|
Pass the message back to the form?
Currently, any validation errors are displayed in a popup window. Is it possible to display those messages in the form itself, in some sort of message
area?
David.
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/14/2007 at 12:09 PM |
|
|
This feature is supported in the PRO version of the script. See the demo at:
http://www.softcomplex.com/products/tigra_form_validator_pro/registration_form_validation.html
|
|
|
davidwwatts
Junior Member
Posts: 9
Registered: 12/15/2003
Member Is Offline
|
| posted on 1/14/2007 at 12:59 PM |
|
|
Ah, I thought I'd seen it somewhere!
|
|
|
davidwwatts
Junior Member
Posts: 9
Registered: 12/15/2003
Member Is Offline
|
| posted on 1/14/2007 at 01:19 PM |
|
|
One further question - once the form has been submitted, can a success message be displayed in the form too? The closest I see to that in the demos is
a brief "Submitting..." message but that is followed by no message.
David.
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/14/2007 at 07:15 PM |
|
|
There is no way for the client side script to ensure that the data is received and processed by the server side script unless the server side script
reports that. It is the responsibility of your php/asp/cgi/whatever script to report the success or failure.
|
|
|