POST to an external php script BEFORE the Thank You page

  • mtinvest
    Asked on August 10, 2017 at 12:41 PM

    Hello!

    For example:
    My form consists of 4 steps. Is it possible to call a custom (external) php script when a visitor clicks NEXT on Page 2?

    Thank you!

  • aubreybourke
    Replied on August 10, 2017 at 1:09 PM

    No, not exactly.  

    But it is possible to add multiple submit buttons. And post to an external php script on submission.

    You can even use conditions to redirect the user to different external URL's on submission:

    Change Thank You Page URL Based on a Condition