Home › Forums › Quform PHP › Secondary form action after method="post" to process.php
I’m using quform to submit a form to a thrid party .aspx database. (well, I’m trying to)
Without quform, the 3rd party needs to use the following: <form method=”post” action=”http://applicationgateway.rentmanager.com/WebApplicationHandler.aspx” id=”frmApplyOnline” name=”frmApplyOnline”>
The problem is that the method above has no process for form validation, required field processing, or redirection.
My thought was to run my form to my quform/process.php for validation (and other great quform functions) then, if success, send it on to “http://applicationgateway.rentmanager.com/WebApplicationHandler.aspx”
My problem is that I don’t know how to take a secondary action inside of the process.php It’s not exactly uploading it to a db, but perhaps their db imports an email, based on their function.
Thanks for your help with this 😉
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.