23. Show params from url to page

23.1 Show params to the Text element

Create params: Create params to distinguish and use at the end of the link

  • Example: Params: name

  • URL: domain.com?name=abc

  • Display text: abc

Access the link corresponding to the params

  • Example: Params: name

  • URL: domain.com?name=abc

  • Display text: abc

23.2 Show params to the Field on Form

You may be used this feature for Affiliate to count the list of submit form for

Click Form -> select Field -> tick Text Params

Fomular ?field_ID = params

Access link with params

-> auto fill params to field on form

Last updated