• Resolved danieljoseph

    (@danieljoseph)


    Hello,

    I’ve a separate page where users select some options and then they will be redirected to the page where ARForms Lite’s form is placed. I want to pre-populate the data to the ARForms form builder Lite’s field that they have selected on the previous step.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    Yes, ARForms Lite does provide a facility to pre-populate the field from the URL Query String Parameters. For eg: to populate a form field like ‘City’ and you want to populate that field as ‘New York’ you have to add a query string to your URL, this query string follows a pattern like “item_meta[{field_id}] = {reuired data to add}“.

    https://your-site-page-url.com?item_meta%5B123%5D=New York
    Note: You can get the field id from the particular field options’ model title bar.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Pre populate the data to ARForms’ is closed to new replies.