Optional Query Parameters: The following list contains several other query parameters that can be used when embedding eForms:
i.allowanonymous=1 : Anonymous/external usage where login is not required, it requires eForms users to be setup in the Therefore™ Web Client before-hand.
ii.ssoToken=<token> : A valid JWT to login user (e.g. from another authentication source, such as a company portal).
iii.postAction=thankyou : Show a 'Thank You' page following a successful submission.
iv.postAction=close : Close browser window following a successful submission.
v.postAction=redirectto : Redirect the browser window following a successful submission (value in redirectUrl).
vi.redirectUrl =<url to redirect to> : Url encoded url to redirect the browser.
Please find a list of sample URLs below:
E-Form:
http://<WebClientBasePath>/TWA/eForms
E-Form - EMBED (displays the E-Form full screen without frame):
http://<WebClientBasePath>/TWA/eForms/#/embed/<FormNo>
E-Form - DATAENTRY (displays the E-Form with frame/navigation):
http://<WebClientBasePath>/TWA/eForms/#/dataentry/<FormNo>
E-Form - DRAFTS (displays the E-Form Drafts with frame/navigation):
http://<WebClientBasePath>/TWA/eForms/#/drafts
E-Form - EDIT (displays the E-Form with frame/navigation):
http://<WebClientBasePath>/TWA/eForms/#/form/edit/<FormNo>
E-Form Anonymous Access:
http://<WebClientBasePath>/TWA/eForms/#/embed/<FormNo>?allowanonymous=1
E-Form Force Manual Authentication:
http://<WebClientBasePath>/TWA/eForms/#/?noSSO=1
http://<WebClientBasePath>/TWA/eForms/#/dataentry/<FormNo>/?noSSO=1
|