After a user submits a new E-Form, LoginFormProc can display read-only copy of the E-Form to show the user the form was properly submitted.
This feature requires the following field on the custom HTML form:
-
OBWeb_ReturnReadOnlyCopy
When this input is set to true, a read-only copy of the submitted form is displayed after the user submits the form. When this input is set to false, the read-only copy is not displayed.
For example:
<INPUT type="hidden" name="OBWeb_ReturnReadOnlyCopy" value="true" />
Note:
When OBWeb_ReturnReadOnlyCopy is set to true, the redirection settings configured for OBWeb_Redirect are overridden. After submitting a form, the user will not be prompted to create a new form.