Facebook form POST

  • Peter Seaman
    Asked on April 17, 2019 at 1:36 PM

    Hello,

    I assume we can direct the form action POST to a specific URL / PHP script on our website which will process the facebook form submission data ? which is simply user selected day + month + year.

    Many thanks,

    Peter Seaman.

  • Mike
    Replied on April 17, 2019 at 3:17 PM

    The forms are being submitted to our servers. Then, if you also would like to process the submission data with your script, you can:

    1) Post data to the form thank you URL (your script).

    - How to Post Submission Data to Thank You Page

    2) Post data silently with a webhook.

    - How to Setup a Webhook with JotForm