I have 2 different forms on 2 sites (because one form would be too long). Now I would like to have all the variables of form1 in form2.
This code in "Form HTML" isn't working:
How can I get the varibales in form2?
Thanks for your help!
This code in "Form HTML" isn't working:
<?php
$variable1=$_POST['variable1'];
?>
How can I get the varibales in form2?
Thanks for your help!
This topic is locked and no more replies can be posted.