Hiding form selector in Guide
I have two forms in my Zendesk instance. I want to remove the form selector so the only way to get to each form is if a direct link is sent.
Does anyone know how to do this?
-
Hey Jonatha, copy the below code and paste it at the bottom of your style.css file.
.form-field.select.optional {
display:none;
}Another way is, if you have two forms then you can hide your one form from the dropdown list-
Thanks
Ifra
Please sign in to leave a comment.
1 Comments