Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
easy-forms-2.12.12
-
None
Description
The markup for the three buttons in the 'form data exporter' is as follows:
<a href=".."><button>Label</button></a>
Clicking the button will trigger the anchor's onclick event handler in most browsers, not in IE8 though. A simple fix is to remove the button markup and do the button-like styling with CSS.