Using a conversation type form and it puts an ugly little "go back" button every page. This go back button eventually becomes the submit button for the form. How do I hide it on this one form in every section except the last one. I tried this CSS but it didn't work: .frm_form_8_container .frm_field_93 .frm_final_submit { display: none; !important; } Can anyone help please?