praj2312
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] HTML tag inside contact form7 NOT getting sent over an emailPlease note it works for other HTML selements like <input type=”text”/”textarea” etc but NOT for <select> .
wondering why so.Also, the link : http://contactform7.com/styling-contact-form/
talks about styling the basic components and not select/dropdowns.
for me, following css snippet is making NO difference:.wpcf7 select{
height:30px;width:200px
}Forum: Plugins
In reply to: [Contact Form 7] HTML tag inside contact form7 NOT getting sent over an emailI have already included the tag but it still does not work.
The only difference is the tag is not of contact form7 ([select])
but it is plain HTML <select> .Forum: Plugins
In reply to: [Contact Form 7] First time using CF7, can't modify styleEven I tried adding following snippet(for select component) in the theme’s style.css as well as in the plugin’s style.css but that did NOT help :(.
.wpcf7 select{
font-size:10pt;
color:gray;
height:30px;
width:120px
}Inputs appreciated.
Thanks for your quick and detailed response , Tahoe.
I tried doing the same . i. e . removing the code. But :
1. I am not able to see Divi/epanel/custome_function.php from the BigRocks cpanel UI.
2. So, I did FTP of “epanel” directory with the DIVI zip installation folder but that made no effect 🙁
Forum: Plugins
In reply to: [PlanSo Forms] how to create cascading dropdownI am looking for the same. Any solution?