Am not sure whether this is the right place to post a problem i am encountering in make my Form_to_Email server action to work.
I first did a search on this subject before starting a new topic, came upon this thread, and assumed it was appropriate to post here… since it was related to forms, and their functioning in the expected manner.
Have used a serverconnectform, and set up the required server actions and respective steps:
setup mailer
sendmail
and to send notifications on submit success:
But nothing happens… the form is not submitted, there is no error message, and the form is not reset. I saved debugging and checking my XHR output in the Network tab of my developer tools in Firefox browser:
I have double-checked the path to sendmail.php on the server, and it is correct.
So, why the 400 Bad Request error?
Am i missing out on anything?