How can we submit the form fields to our own action page?
For example:
I created a Form and when we submit the form by default it gets to saved to the WP Database. I don’t want the Form entries to be saved in the database. Instead we want to post the entries data into another PHP page which I created and this page uses a Webservice.