hello,
in Chronoforms V3 I used this code:
<?php
if($_POST['accept_terms'] != 'yes')
return 'Sorry, but you need to accept our terms to proceed';
?>
but in the Chronoforms V4 not work...
help me please
in Chronoforms V3 I used this code:
<?php
if($_POST['accept_terms'] != 'yes')
return 'Sorry, but you need to accept our terms to proceed';
?>
but in the Chronoforms V4 not work...
help me please