• Resolved aledef

    (@aledef)


    Hi,
    I need help customizing a Forminator form. Here’s what I’m trying to achieve:

    • I have a custom HTML form on another page that submits data via POST to a page containing a Forminator form
    • I want to prepopulate hidden fields inside the Forminator form with the values received via POST
    • I also need the prepopulated hidden field values to be available in the email notification sent after form submission.

    Any help?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @aledef

    Trust you are doing well today.

    You can use the frominator pre-populate feature to automatically fill your field which includes the hidden fields but unfortunately that only works with data coming with GET requests, which means the data should be sent with URL query parameters.

    Here you can see any example:
    mywebsite.com/?surname=david

    View post on imgur.com

    Since there are no features that allow you to use POST data to pre-populate
    value, you need custom coding, I’m afraid this will be outside the scope of support we can provide. For that, you’ll need to hire a developer to provide the required custom code for you. WordPress provides a jobs directory here https://jobs.wordpress.net/, if you need further advice about it, feel free to email [email protected].

    Subject: ATTN: WPMU DEV support – wp.org”

    Best Regards,
    Amin

Viewing 1 replies (of 1 total)

The topic ‘Populate hidden fields via POST’ is closed to new replies.