I need to integrate two forms that are on the same page, would this be possible?
I have a form that displays some options for the user with this I perform validations and calculations if everything is as the user wants he clicks a button and opens a popup div that is hidden for him to report personal data, after filling everything has an input submit that directs to a php page that sends the email, my problem is that I can not get the data from this first form would be possible?
Definition of the first form:
<form name="formMonteCaixa" enctype="multipart/form-data" action="http://www.dominio.com.br/wp-content/themes/Divi/sistEmail.php" method="post">
Definition of the second form:
<form enctype="multipart/form-data" id="formulario" action="http://www.dominio.com.br/wp-content/themes/Divi/sistEmail.php" method="post">