I managed to render the forms using formulate, but get an error message "Unable to Sumit the form". Was not able to find any errors in umbraco logs.
Can you please let me know how do i track the error?
Thank you Nicholas, There is no error logged from chrome console. It just says "readystatechange' handler took 2485ms" and alerts an unknown error alert box. How do i check much more on where the steps could be failing?
I have verified multiple times the steps required and all scripts and calls are in place correctly.
I have previously installed formulate on other umbraco site and all works well.
Followed the same steps for a new site and the form does not submit.
I should add that, i was able to see that error when using the layout as plain JS.
When using the responsive layout, I do not see any errors logged at all through chrome console.
When submit is clicked, under chrome network traffic, the script shows a log at xhr.send(isUndefined(post) ? null : post); - amgular.js file. Am i looking at the right place?
This was an issue with recaptcha. This was added in the form but was not used in the layout and this was causing the form to not save. Removed the field and it is working now.
Error Logs
Hello Nicholas,
I managed to render the forms using formulate, but get an error message "Unable to Sumit the form". Was not able to find any errors in umbraco logs. Can you please let me know how do i track the error?
Thanks, Raj
You could inspect the network traffic in Chrome to see if there is some issue with the data being sent to the server.
Thank you Nicholas, There is no error logged from chrome console. It just says "readystatechange' handler took 2485ms" and alerts an unknown error alert box. How do i check much more on where the steps could be failing?
I have verified multiple times the steps required and all scripts and calls are in place correctly.
I have previously installed formulate on other umbraco site and all works well.
Followed the same steps for a new site and the form does not submit.
Any help ?
Thanks
I should add that, i was able to see that error when using the layout as plain JS. When using the responsive layout, I do not see any errors logged at all through chrome console.
Thanks, Raj
When submit is clicked, under chrome network traffic, the script shows a log at xhr.send(isUndefined(post) ? null : post); - amgular.js file. Am i looking at the right place?
Thanks Raj
This was an issue with recaptcha. This was added in the form but was not used in the layout and this was causing the form to not save. Removed the field and it is working now.
-Raj
is working on a reply...