Hey,
I am trying to run some custom code like this befor I redirect the form to another page:
I tried using a custom code block in "on submit". This code does not seem to be run or It is the wrong place to alter the $_POST Variables. Where would I have to do this?
Thanks
Martin
I am trying to run some custom code like this befor I redirect the form to another page:
<?php
$_POST['EMAIL'] = $_POST['emails'];
?>
I tried using a custom code block in "on submit". This code does not seem to be run or It is the wrong place to alter the $_POST Variables. Where would I have to do this?
Thanks
Martin