Jun 9th, 2009, 11:11 AM
Hi Doug,
Sure, this is very do-able!
Just a bit of confirmation first: so right now, you have the first part sorted out? page 1 submits the data to Form Tools (unfinalized) then does a redirect to page 2?
So how does step 2 work? Do you just post the contents to Hushforms or load the values into another form or something...? Not quite sure about how this step works for you. Does the form submit to a different location?
If I understand it right, you have two options. One is to do an Ajax call on the form submit that calls another page on your server (which you'll need to write) which posts the data and finalizes the Form Tools submission. The other option is that often, offsite services like form processors that will allow for callbacks - i.e. a page on your site that gets called when the form is processed on their end. You'll need to pass back the unique submission ID to the callback page, where you'd finalize the submission using the API.
Sorry for the rather general remarks - but I hope it gives you some idea of how to proceed!
- Ben
Sure, this is very do-able!
Just a bit of confirmation first: so right now, you have the first part sorted out? page 1 submits the data to Form Tools (unfinalized) then does a redirect to page 2?
So how does step 2 work? Do you just post the contents to Hushforms or load the values into another form or something...? Not quite sure about how this step works for you. Does the form submit to a different location?
If I understand it right, you have two options. One is to do an Ajax call on the form submit that calls another page on your server (which you'll need to write) which posts the data and finalizes the Form Tools submission. The other option is that often, offsite services like form processors that will allow for callbacks - i.e. a page on your site that gets called when the form is processed on their end. You'll need to pass back the unique submission ID to the callback page, where you'd finalize the submission using the API.
Sorry for the rather general remarks - but I hope it gives you some idea of how to proceed!
- Ben