is it possible yet to enter a PHP script URL for form submission? I want to do this:
- user enters some data in a form
- form data is submitted to my PHP script
- 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.