Jump to content

[SOLVED] Remove "Contact us" subject field


Minik DF

Recommended Posts

Unfortunately, it will take more than just CSS to hide it, since you'll still get the "Please select a subject" error message. You'll need to edit themes/organicshop/contact-form.tpl and add value="2" to the <select> with id="id_contact" so that "Kundeservice" is selected by default. You should also change <p class="select"> to <p class="select" style="display: none;"> two lines above the select so the entire line is hidden. To hide the subject descriptions, you'll need to edit themes/organicshop/css/contact-form.css and add:

.desc_contact {
    display: none;
}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...