Form wizard pro - Custom Form Submission Handler

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/14/2011 6:00:39 AM
Gravatar
Total Posts 167

Form wizard pro - Custom Form Submission Handler

I have a potential client that would like to have some functionality that I believe the wizard pro can provide.

They are gathering data from their clients to perform an audit, once complete the data is to emailed to them and stored online for access, both of which I believe Form wizard pro does quite comfortably.

The only thing that I am trying to resolve now is that they would like their clients to make a payment prior to submitting the form, but after the data has been populated. This is to allow the clients to see what data is being captured before making a payment and sending the data.

Have you any suggestions on the best method to do this? 

9/14/2011 6:50:24 AM
Gravatar
Total Posts 18439

Re: Form wizard pro - Custom Form Submission Handler

sorry but no I have no solution for that scenario. Form Submission handlers only fire after the form is submitted. You could force a redirect to a page where they pay after processing the form data submitted but it would not  before submission of the form.

Best,

Joe

11/30/2011 3:25:45 PM
Gravatar
Total Posts 40

Re: Form wizard pro - Custom Form Submission Handler

Joe/crippsy,

I had a similar request a week ago so I put something together that would accomplish what Joe describes (having a user fill out a form that was created using Form Wizard Pro, then do a redirect using a custom form submission handler).  Specifically, where I work, I am forced to use the SIM implementation of Authorize.NET. sad

You are welcome to see my code or download the solution at http://code.colostate.edu/extending-mojoportals-form-wizard-pro-to-support-authorizenet-sim.aspx

The form submission handler parses through instruction blocks (using HtmlAgilityPack) in which you can add your prices.  It then matches up prices with quantities and calculates a total before doing a redirect to a controller application which handles all of my Authorize.NET e-commerce transactions.  It also sends a confirmation e-mail to the person filling out the form.

Shaun

 

12/1/2011 10:44:22 AM
Gravatar
Total Posts 18439

Re: Form wizard pro - Custom Form Submission Handler

Hi Shaun,

That is a pretty impressive customization!, and nicely documented. Thanks for sharing that with the community!

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.