So with my form code on my wordpress page:
<form action=”mysignup.php” method=”POST”>
instead of calling mysignup.php by putting a mysignup.php file in the wp-admin folder (or some other place accessible to wordpress) i would somehow trigger this php code somewhere using a shortcode?
not sure how what would work. Could you give me any more detail. Thanks!