invalid imageverification and form inputs

edman 15 Mar, 2010
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🙂
GreyHead 15 Mar, 2010
Hi edman,

In the Form General tab set "Republish fields if error occured" to "Try to Republish"

Bob
edman 15 Mar, 2010
:) sometimes i am really blind

thanks a lot
This topic is locked and no more replies can be posted.