• Resolved Aircut

    (@aircut)


    what is the syntax to have Pre-populate Form Data in email and name fields, I want to create forms for already logged-in users and it makes sense to spare them the need of filling these fields again. I see that it say use {{value}} to do that but I could not figure the syntax

    thanks

Viewing 1 replies (of 1 total)
  • @aircut

    If you mean to pre-populate the name & email id of the logged-in user to a form, that’s not a feature yet in Gutenberg Forms.

    However, you can pre-populate a text field using URL parameters like:

    https://www.website.com/page_link/?FIELD_ID=SOME TEXT

    That way you can redirect users to a form page with some data to be filled in the form automatically.

    Field Id can be found for each field block in the block sidebar setting.
    https://share.getcloudapp.com/xQu7EmRz

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Pre-populate Form Data’ is closed to new replies.