Pippo3000 Posted October 29, 2010 Share Posted October 29, 2010 folks, not sure whether this forum is right but I searched and found only references to how to change the subject fields or how to make radio buttons instead of dropdown.but my reqeuest is different: since I only want to use 1 generic email for 1 sort of inquiry ("support request / general inquiry") I would like to either get rid of the dropdown completely or at least make my only option the default subject. looks too stupid if you click on the dropdown and there is only 1 item on the list. any idea?Phil Link to comment Share on other sites More sharing options...
rocky Posted October 30, 2010 Share Posted October 30, 2010 I think the best solution is to use CSS to hide the dropdown. Change line 17 of contact-form.tpl (in PrestaShop v1.3.1) from: to: Link to comment Share on other sites More sharing options...
Pippo3000 Posted October 30, 2010 Author Share Posted October 30, 2010 I think the best solution is to use CSS to hide the dropdown. Change line 17 of contact-form.tpl (in PrestaShop v1.3.1) from: to: Rocky, you rock. Wake up in the morning and problem fixed. Wow. I owe you a beer.PhilEDIT. too early. When I send a test message then I get an error message that I need to select first a contact from the list. So it is hidden but still required... any further idea? Link to comment Share on other sites More sharing options...
rocky Posted October 30, 2010 Share Posted October 30, 2010 I forgot about that. Change line 20 from: {l s='-- Choose --'} to: {*{l s='-- Choose --'}*} Link to comment Share on other sites More sharing options...
Pippo3000 Posted October 30, 2010 Author Share Posted October 30, 2010 I forgot about that. Change line 20 from: {l s='-- Choose --'} to: {*{l s='-- Choose --'}*} worked. owe you a beer, my friend! Link to comment Share on other sites More sharing options...
noesac Posted November 20, 2010 Share Posted November 20, 2010 Thanks!!!! worked fantastically. Link to comment Share on other sites More sharing options...
bonbontamura Posted May 27, 2011 Share Posted May 27, 2011 thanks. it works! 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