Hi All,
In forms, we would like to do a lookup on the user that submitted a form after the form has been submitted.
I know in Workflow you can use the %(Initiator) variable to retrieve the user that fired the Workflow. Is there a similar method for getting the name of the user that was authenticated when submitting the form?
The problem we are trying to resolve is:
- The form is loaded in an i-frame on a third party website
- The form is pre-populated based on the user the logged into the third party site.
- We need the pre-populated data to be immutable/read only.
Currently our thinking is that we have validation happen after the form submission to check that the values belong to the correct user and if they do not then we reject the form.
We need the system to be robust enough that it will also cover a malicious user who attempts post backs directly to forms.
Thanks for your time reading our question.