Text Input

For pre-filling the test input field via URL parameters, the Field code can be found under the Advanced properties.

Screenshot 2023-09-17 at 8.24.38 PM.png
Advanced properties

The field code can be used in URL parameters, as shown below.

https://example.neetoform.com/8abc2aa31ef7d12f288e?text_input=Oliver%20Smith

In the above example, we want to pre-fill "Oliver Smith" as the value for the text input field, but notice that in the URL, there is a %20 instead of a whitespace between "Oliver" and "Smith". That is because special characters in URLs are usually expressed using the percent sign and a sequence of numbers. A whitespace is denoted as %20.

Screenshot 2023-09-18 at 12.39.53 AM.png
Pre-filled text input field

Can't find what you're looking for?