Form Wizard Pro - Embed identifier in URL

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
8/25/2011 10:27:21 PM
Gravatar
Total Posts 39

Form Wizard Pro - Embed identifier in URL

We would like to use the FormWizard pro as a means to further qualify leads.  The lead has already given us their personal information and we do not want them to have to type it in again.  Our CRM system has an identifier that uniquely identifies them.  We would like to include that in the URL eg (www.somewhere.com/form.aspx?ID=12345) and have that appear in the response tracking and email.  We attempted it and the response does not track the query string information.

Thanks,

Tom

8/26/2011 7:39:56 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - Embed identifier in URL

Hi Tom,

You could disable the built in notification and implement a custom form submission handler to generate your own email and pull in other data based on custom logic. There is a guid on the ResponseSet object that you could use or include in the email or your own identifier that you pull from your CRM or generate. If the user is authenticated at the time of submitting the form the UserGuid is also attached to the ResponseSet and relates to the UserGuid in the mp_Users table.

I am also looking into ways that we could pre-populate forms based on the user as a possible future enhancement for Form Wizard Pro.

Hope that helps,

Joe

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