1) on anonymous submissions can you prevent users from doing multiple submissions?
2) can the 'response time' taken per user to complete a form be included in the excel export of form transactions? It has the submission time but our client really wants the time taken there.
If you are capturing any PII or contact information you can do a look up for already entered data for anonymous submission against a db or where ever you are capturing and storing data. You will then need to work out the workflow to cancel a submission if data is returned that has already been captured.
The response time could be captured as a data extract of the submission start time and completed time using a groovy service and saved somewhere but not in the UI of TM for form transactions tab. This would need to be raised as a feature request.
Just two questions:
1) on anonymous submissions can you prevent users from doing multiple submissions?
2) can the 'response time' taken per user to complete a form be included in the excel export of form transactions? It has the submission time but our client really wants the time taken there.