This solved the problem for the search box - But now the contact form's submit does not fire anymore when I hit enter in a field of the contact form. The page only reloads, but the submit is not processed.
Does anyone have an idea? Can I set a DefaultButton for the Contour contact form? Or do I miss something here?
I added a asp:Panel in the user control that renders the umbraco form (\usercontrols\umbracoContour\RenderForm.ascx) and defined the DefaultButton as b_next.
This seems to solve my problem. Hope it does not have side effects.
Wrong submit button firing
Hello,
I have two forms on every page:
I added a asp:Panel in the user control that renders the umbraco form (\usercontrols\umbracoContour\RenderForm.ascx) and defined the DefaultButton as b_next.
This seems to solve my problem. Hope it does not have side effects.
Matthias
is working on a reply...