Hi all, I've a two page form and the previous button is full width right above the submit button. Id prefer to hide the previous button if possible, or as a last option move it to another location on the screen. Is this possible? thank you.
Ok I've answered my own question ^^! . Heres the answer for anybody else looking to hide the previous button:
#form_name .frm_prev_page{
display: none;
}
Placed into the CSS under form styles replacing the bold text for your form key.
I can't where exactly to put this, please can someone advise.
Please login or Register to submit your answer