Show/Hide Toolbars

Thereforeâ„¢ Help

Tutorials > Solution Designer > Design > eForms

Pre-fill an eForm using URL parameters

Scroll

How do I pre-fill an eForm using URL Parameters?

1.The URL should begin with the formal of https://[Server]//Client/Forms/embed/[Form_Number]

 

2.A '?' should follow the form number, which is then followed by the Property Name of the field, found in the API tab. This should then be '=' to the embedded value.

SD_T_Design_Eforms_PreFillURL_003

E.g. https://Server/Forms/embed/137?textField2=Monty%20Palin

 

Info

Note: The '%20' parameter represents a blank space. Remove this if blank spaces are not necessary.

 

SD_T_Design_Eforms_PreFillURL_001

3.An '&' symbol can then be used to separate each field in the URL. This is followed by another '?' to mark the beginning of data entry related to the next field.

 

Info

Note: The '?' in the parameters that follows an '&' (to mark a new entry) is followed by the same pattern of (data entry) as indicated in 'point 2'.

 

E.g. https://Server/Forms/embed/137?textField2=Monty%20Palin&number2=7

 

SD_T_Design_Eforms_PreFillURL_002

 

© 2024 Therefore Corporation, all rights reserved.