Is there a possibility to have a form within a form?
PHP Code:
<form method="post" action"main.php">
<form method="post" action"autofillfields.php">
</form>
</form>

Comment