Form input parameters
Form input parameters
To pass parameters via the URL to the form, we need to define a variable or add a component to which we want to pass this parameter.
In the application edit view, in the left menu, select the option Input parameters, and then Add input parameter. As the value Alias we provide the name of the injected variable alias. Alias will be part of the URL to the application page. As Request component we choose a field from the application or a session variable. We can also assign it a default value, which will be used if the parameter is not passed in the URL.

Ways to pass parameters
Passing the parameter directly in the URL: http://adres-do-platformy/?parametr=wartosc#/nazwa-wniosku
Passing the parameter
The parameter must be passed correctly in the address. Correct example: http://adres-do-platformy/?parametr=wartosc#/nazwa-wniosku. The parameter must be before #.
Passing the parameter as a hidden input field:
Input parameters of composite components
You can find more information in the section Input parameters of a composite component
Last updated
Was this helpful?
