Form Wizard Pro - submission identifier

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.
3/21/2014 8:40:29 AM
Gravatar
Total Posts 128

Form Wizard Pro - submission identifier

Hi Joe

I need to write an importer for data submitted through a FWP form then exported to CSV (to bring it into another database). So that my importer can be run at regular intervals on the accumulated submissions, without re-importing a record, it would be useful if an identifier (GUID?) could be included in the CSV.

Without this I could probably make things work using the CreatedUtc value, but I'd prefer to work with persistent identifiers for the submissions.

Would this be possible? Or any other suggestions?

3/21/2014 1:37:32 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - submission identifier

Hi Crispin,

I've logged a request in our project tracker for a config option to include the responseSetGuid in the csv export, it would be the same on every question/answer row in the data.

If you are making a custom form submission handler you could already access this as e.ResponseSet.Guid, it uniquely identifies a form submission

Best,

Joe

5/27/2014 12:36:50 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - submission identifier

fyi, I just released Form Wizard Pro 2.6.1.7 with new Export Settings giving you the option to include the ResponseSetGuid and an option to include the UserGuid (which would only be populated for users who are logged in while submitting the form)

Thanks,

Joe

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