[ad_1]
Hi I’m trying to hid a single element on a pagnited formidable form.
I have the form id and section id to hide the submit button – but how do I assmel the css to do this?
I want to hide the submit button on every section except the last one that has a form in it.
This is what I cobbled together:
.frm_form_25_container .frm_field_93 .frm_final_submit {
display: none; !important;
}
Any ideas chaps?
[ad_2]