I creating an on-line form and added it to a page using the on-line form web part. However when I click Save nothing happens. Any Ideas? I not even seeing a js error, is as if its not firing
If I use a page that does not inherit from the master page that has a pageplaceholder it works. Is it that on-line form doesnt work in a pageplace holder?
Have you checked the data in the back end? Maybe an entry is created but there isn't any validation and the clear after save or redirect properties on the webpart aren't set. Just a thought.
hmmm when I go to the forma application and click on the recorded data tab. It says no data found
I am using the free version of kentico for now. If that helps
Do you have any other forms in the system that you can test with the same scenario? If not, it may help just to create one and see if it works.
Hi Debayo,
1) check you EVENT LOG
2) Maybe one of the fields can not be null/empty and you have an empty validation message.
This could explain why you do not see any data saved and do not see any validation errors.
Hope thjis help,
Adam @4Hilton
Event log says nothing. I tried adding validation text to all fields, nothing showed, I tried removing all validation and tell kentico to redirect to wwww.google.com, still nothing
Maybe try just on field, a text box and see if that works.
Thanks guys the problem was having a forms tag some where in the html
Please, sign in to be able to submit a new answer.