When a user submits a form, all form fields are cleared out stating that they're mandatory... even when they're filled out. The form again, the form finally submits.
I have no code being utilized, just OOB functionality, I do see all 200's foreach request...in Firebug under JS, and under XHR just says 17 requests.(a majority are from Telerik Controls on page)
Form Just Reloads on Submit with all Fields Blank
When a user submits a form, all form fields are cleared out stating that they're mandatory... even when they're filled out. The form again, the form finally submits.
Sounds like you may have a javascript conflict there somewhere... Have you checked in firebug to see what JS errors there are popping up?
What version of Contour? Is the form reloading when you hit submit the first time, or is it the normal javascript validation that gets triggered?
Contour 1.1.4.1
UMB 4.5.2
I have no code being utilized, just OOB functionality, I do see all 200's foreach request...in Firebug under JS, and under XHR just says 17 requests.(a majority are from Telerik Controls on page)
Comment author was deleted
@Kevon, might be a conflict with some of the controls on the page then
Could you do a quick test on a very basic (so no 3rd party controls other then the contour macro) page to see if it also has the same issue?
You were right it was a conflicting RadWindow Control??? I removed it and forms submit the first time.
is working on a reply...