Hi,
A user of mine is attempting to register via the product order form (while ordering a service). However, when the "Submit" button is pressed, nothing happens. All of the input fields grey out for a second and then come back. In my Nginx logs, there is a POST request occurring every time the form is submitted, but no client is created.
However, when I attempt to use a "Client Registration" form to register a user with debug mode on, I get an error after clicking submit:
Undefined index: first_name
Why is this happening? Are there any logs I can check?
Thanks.
EDIT: Forgot to note, I am able to successfully create a client via the admin interface.