Dropdown not working
-
Hello,
When I try to use the dropdown menu I can’t pick any resolt at my site.
I click on a resolt but nothing happen it just stays empty.
Do you have any idea?Here is my code:
<div style="width: 504px;"> <div style="float: right; width: 140px;">[text id:tel2right id:tel2right "טלפון"]</div> <div style="float: right; width: 180px;">[select menu-318 include_blank "050" "054" "052"]</div> <div style="float: right; width: 100px;">[submit id:sendBtn ""]</div> </div>
-
I click on a resolt but nothing happen it just stays empty.
Do you mean the selected option is empty (doesn’t appear) in your email?
If so, you need to add
[menu-318]to the mail section of your CF7 be able to display the selected option in your email.Else
I click on a resolt but nothing happen it just stays empty.
Do you mean the selected option is empty (doesn’t appear) in your email?
If so, you need to add
[menu-318]to the mail section of your CF7 be able to display the selected option in your email.Else please include a link to your Contact Form 7 form. If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.
Thank you davmerit.
you can view the form right here.When I press on the dropdown I can see the options I inserted but can’t pick any of it.
Do you have any idea what can I do?
See Styling Contact Form for a general explanation of styling CF7 forms using CSS.
There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.
The problem is caused by the following inline CSS you have specified in your form.
wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-select-parent .wpcf7-select { padding: 13px 5%; /* Problem code */ }I am not sure why you used this but I would suggest you comment on it. That should solve your problem.
The topic ‘Dropdown not working’ is closed to new replies.