Validation for Captcha
I have the attached page boat-insertShowIf.php
with three "Validation Show if's"
the page is working OK.
I insert Captcha object (and with F12) check the page is still working OK,
and find the page is working correctly.
I then insert the message "The entry is incorrect. Please try again ".
I highlight this message (and with F12) check the page is working OK,
I find the page is still working correctly.
I now highlight the validation message under the Captcha object
Open WA >Forms >Validation >Server Validation
The Server Valdation: Insert box opens
Validation trigger: any form post Entered
Validation Type: Like Entry Entered
Sever Variable: session captch_Security_Code_1
Next Plus icon click
Same as Lightning bolt FormPost:Insert_Basic_Default
Security_Code_1
Code inserted <?php echo((isset($_POST["Security_Code_1"]))?$_POST["Security_Code_1"]:"") ?>
Failed redirect: entered the same page
I attach an image to show the steps for the like validation
After the Server Validation is applied to the Captcha none of the validations on the page are working.
I saved the non working page as boat-insertShowIf with capture.php
and the working page as boat-insertShowIf.php
Can you see where I am going wrong please?
Many thanks
John