• How do you autofill entries for name/address/etc? Specifically within the same form, just different steps (So a users info from the first step is filled in automatically for the next).

Viewing 2 replies - 1 through 2 (of 2 total)
  • We are looking for advice for a similar issue:

    The product description says that NEX-forms supports pre-populated fields. So how can we get a value from the url params into a field in the form?
    For example the form is on a page which gets called like …/pagewithform?name=Max
    How can we use the GET variable name and read the value Max to fill in a defined form field?

    Any ideas?
    I’m ready to pay cash for a solution.

    Well, we defined in the form a text field with “Input Name” = “XYZ”

    Then we added a conditional logic rule with a dummy condition (which is always true) to hide this field.

    Then we set the URL behind the button “PQR” in our WP app as follows: “https://ourApp.com/wordpress/name of the form/?XYZ=PQR

    Hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto-fill fields from other forms’ is closed to new replies.