MAP formidable fields/e2pdf to external webform

15 April, 2019 00:11:27
cwliew
Topics: 9
Messages: 32
Is there a way to map the form entry fields from a formidable form on submission to other webpage forms (not controlled by us)? I have the creation of PDFs with e2 PDF in development, but some of the data needs to get from the formidable form to a 3rd party website form using the details from the form. Thanks!
15 April, 2019 00:59:36
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

Is it correct that you need to send submitted to YOUR Formidable Form data to 3rd party form? If so then it seems the question to amazing Formidable Forms team but as suggestion you can grab submitted data by hooks in Formidable Forms.

One of such hooks is: frm_after_create_entry

Another hooks can be found here: https://formidableforms.com/knowledgebase-category/entry-management-hooks/

We remain at your service.


We would really appreciate your feedback at WordPress.org!
15 April, 2019 01:01:33
cwliew
Topics: 9
Messages: 32
I don't control the 3rd party form. So the mapping seems hard. ie: I need to use the data from the formidable form or the e2PDF to go to another webpage and fill out the data (whose form I don't control)
15 April, 2019 01:05:32
E2Pdf
Support
Topics: 7
Messages: 3163
You must grab the data that is submitted (possible via "frm_after_create_entry") and send to remote form. I do not know how remote form is controlled but it must be enough to make simple "POST" request via "Curl" if there are no any "captcha" protection.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
15 April, 2019 01:06:57
cwliew
Topics: 9
Messages: 32
GThat's great. Thankyou! Ill try to decipher what you mean and give it a go. Thanks for the advice.