Steve-Bunker Posted April 30, 2020 Share Posted April 30, 2020 I would very much like to remove the subject option from the contact form. Its always "klantenservice" -< customer service for me, so making a choice doesnt seem and feel logical. I would only want user to fill in their mail adress, an attachment and of course their actual message. Please advise. Link to comment Share on other sites More sharing options...
Steve-Bunker Posted May 16, 2020 Author Share Posted May 16, 2020 (edited) I know it's been a while since I posted this. But unfortunately there hasn't been a solution to this. nor can I find one on the rest of the forum. Since i've only got 1 department the "subject" field doesnt make any sense. So if you have any advice, please help! I know it has something to do with: <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Subject' d='Shop.Forms.Labels'}</label> <div class="col-md-6"> <select name="id_contact" class="form-control form-control-select"> {foreach from=$contact.contacts item=contact_elt} <option value="{$contact_elt.id_contact}">{$contact_elt.name}</option> {/foreach} </select> </div> </div> But simply removing this. Or hiding it will not do the trick. Somehow I need to convince the shop, the subject has already been chosen, without the need to select it. Edited May 16, 2020 by Steve-Bunker Additional info (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now