Hi,
I just buy the license ChronoForms for the support you have given me earlier and I'm sorry if I am asking you, I'm a newbie.
My question, can I reload the form data when I sent back for failing to meet any condition of the server side validation code?
Server Side Validation Code:
My situation is as follows: When he returned to form to show the errors in the server side validation, all fields are left empty when you've completed the above. What I want is that when I display the error, I see again the information I have previously completed.
Can this be done?
Thank you.
I just buy the license ChronoForms for the support you have given me earlier and I'm sorry if I am asking you, I'm a newbie.
My question, can I reload the form data when I sent back for failing to meet any condition of the server side validation code?
Server Side Validation Code:
if (JRequest::getVar('pass') != JRequest::getVar('pass_2')){
return 'Error, The Passwords are incorrect';
}
My situation is as follows: When he returned to form to show the errors in the server side validation, all fields are left empty when you've completed the above. What I want is that when I display the error, I see again the information I have previously completed.
Can this be done?
Thank you.