hi
i try to keep the inputs of my form, if the imageverification fails. in the past i used $_post-vars for the input field to get the value the user wrote in the text field before submitting.
Szenario. chronoforms 3.1 RC5.5
1. user types all necessary informations in the form
2. submits the form with wrong verification code
3. form is reloaded blank with the errormessage
now i want to keep the informations the user typed in ?!?!
formaly in an older version of chronoforms i used this
input maxlength="150" size="30" title="Pflichtfeld" id="text_0" name="text_0" type="text" value=" <?php if($_POST['text_0'])echo $_POST['text_0'];"/>
any ideas how i can realize it now?
thanks
edman
ps excuse my bad english🙂
i try to keep the inputs of my form, if the imageverification fails. in the past i used $_post-vars for the input field to get the value the user wrote in the text field before submitting.
Szenario. chronoforms 3.1 RC5.5
1. user types all necessary informations in the form
2. submits the form with wrong verification code
3. form is reloaded blank with the errormessage
now i want to keep the informations the user typed in ?!?!
formaly in an older version of chronoforms i used this
input maxlength="150" size="30" title="Pflichtfeld" id="text_0" name="text_0" type="text" value=" <?php if($_POST['text_0'])echo $_POST['text_0'];"/>
any ideas how i can realize it now?
thanks
edman
ps excuse my bad english🙂
Hi edman,
In the Form General tab set "Republish fields if error occured" to "Try to Republish"
Bob
In the Form General tab set "Republish fields if error occured" to "Try to Republish"
Bob
This topic is locked and no more replies can be posted.