Hi guys,
I am submitting a simple feedback form to a form handler in AEM 5.6.1. The submission is being made by JQuery $.post(). The post submits to a CQ page which contains a single component to handle the form input and send an email. Really simple stuff.
If I access the form handler page directly in my browser, the code on it runs and a blank email is sent. However, when I submit the form (via JQuery or directly via HTTP POST) the response from CQ is as follows (seen here in the developer tools of Chrome with URLs redacted):
[img]problem.jpg[/img]
Can anyone tell me why the form handler page (or any page for that matter) responds like this when a form is submitted to it (via POST)?