Hi,
I recently implemented gravity forms on our website (which works really well for us). I did notice that if we submit a form incorrectly and the form highlights all the errors they also lose some styling (drop downs and submit button).
I've tried to fix this but it looks as if the html changes and it loses the span? Can anyone help me with this?
<div class="gform_footer top_label">
<input type="submit" tabindex="9" value="Download The Intranet Report" class="button gform_button" id="gform_submit_button_15">
<div class="gform_footer top_label">
<div class="button" id="uniform-gform_submit_button_15" style="-moz-user-select: none;">
<span>Download The Intranet Report<input type="submit" tabindex="9" value="Download The Intranet Report" class="button gform_button" id="Submit1" style="opacity: 0;"></span>
</div>
Thanks guys