How to set the Form Action URL

Hi,

Thanks in advance for any help I can get here :slight_smile:

I have created a form with 4 user input fields and a submit button. Currently the data is being sent to the the Wix data collections DB. But I need to actually post this data to an external URL; i,e… <form action=“some-external-url.php”…

Help me please :slight_smile:

Tom

Hi,
In order to post the data to an external URL you can use the fetch API, check it out here .

This is like looking at a foreign language — I have no idea how or what to do with this —> HELP!