Hello all
I made an update to version Chrono Contact V3.1 RC5.2 (component and plugin). I have implemented my contact form into an article with {chronocontact}Kontaktformular{/chronocontact}.
After this update, the entered data is not stored after entering a wrong verification code. I solved this with the $_POST in my form code. I haven't changed anything into the code. Here an example:
Unfortunately the number 35 in the FAQ is not explaining all...
Thanks for the help!
Regards
Markus
I made an update to version Chrono Contact V3.1 RC5.2 (component and plugin). I have implemented my contact form into an article with {chronocontact}Kontaktformular{/chronocontact}.
After this update, the entered data is not stored after entering a wrong verification code. I solved this with the $_POST in my form code. I haven't changed anything into the code. Here an example:
<tr>
<td style="width: 125px; height: 30px;">Name:*</td>
<td style="width: 350px; height: 30px;"><input maxlength="30" type="text" name="name" value="<?php echo $_POST['name']; ?>" size="30">
</td>
</tr>
Unfortunately the number 35 in the FAQ is not explaining all...
Thanks for the help!
Regards
Markus