Skip to main content

is it possible yet to enter a PHP script URL for form submission? I want to do this:



  1. user enters some data in a form

  2. form data is submitted to my PHP script

  3. PHP script does something with it, prints HTML output, etc


I know about the webhook and POST URL, but that just posts the data to a script and can’t do anything with the flow of the pages.

Hey Bert, we do actually have this feature in an unofficially supported state - as in you can accomplish it by dropping one line of code in your Scripts. Check out this article for the how-to »


We’ll be building this into the editor UI before too long, but let me know how it works out for you!


thanks for the reply - will check this out


Reply