Jan 24th, 2013, 7:20 AM
I think I have found the solution but it seems too simple and not being a PHP expert I dont want to break the form process by doing something I shouldnt. I simply replaced the action="<?php echo $_SERVER["PHP_SELF"]?>" with action="pagename.php#form" with the anchor id pointing to my form DIV.
Seems to work but it also seems too simple and does this mean that the form is written to pagename.php#form and not pagename.php and if so could this cause errors if using in multipage forms?
Seems to work but it also seems too simple and does this mean that the form is written to pagename.php#form and not pagename.php and if so could this cause errors if using in multipage forms?