davmerit
Forum Replies Created
-
You may consider the suggestion in my earlier reply to resolve this.
You can also do a basic resizing of CF7 with the code below
.wpcf7-form { width: 100%; } .wpcf7-form input, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, { width: 100%; }Add your CSS via https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Contact Form 7] To create transparent input fields white borderYou can do something like the code below to change the opacity of your email field at the link you have provided.
.wpcf7 .wpcf7-form-control.wpcf7-email { background-color: rgba(255, 255, 255, 0.9); }Suggest you go through the link I have provided in my reply above to help you make changes to the other fields.
You may add your CSS via https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Contact Form 7] css works on dev site not on live sitePlease include a link to your Contact Form 7 form and mention the changes you wish to make to your form – I will be glad assist you on this 🙂
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – Drop Down Menu Not WorkingYou probably forgot to add
[menu-761]to the mail section of CF7See http://contactform7.com/faq/nothing-shows-up-in-the-email-even-after-adding-a-tag-to-the-form/
Forum: Plugins
In reply to: [Contact Form 7] Not Receiving Client Contact Form Information@malvino As per the Forum Welcome, please post your own topic. I’ll be watching out for your question to offer you a possible solution.
Posting in an existing topic and taking over the original posters question is generally considered inappropriate. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.
@JeffBG
Is there a way to be notified via email when a client fills out my contact form?
You should be notified via the email address you used at the To: field of CF7 mail tab. If you are not receiving emails even though they are getting sent, then I suggest you see Contact Form 7 Email Issues as they are probably been seen as spam.
Forum: Plugins
In reply to: [Contact Form 7] run php code on submitI need the information from the form to be added in a sql database
you can save your form information into a DB without writing a code 🙂
See Contact Form DB
Forum: Plugins
In reply to: [Contact Form 7] To create transparent input fields white borderYou may provide me with a link as mentioned in my earlier reply.
Forum: Plugins
In reply to: [Contact Form 7] Send mail with attachment to submitterForum: Plugins
In reply to: [Contact Form 7] To create transparent input fields white borderSee Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
If you find you need more detailed advice, after reading and working through the above link, please include a link to your Contact Form 7 form, so others here can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements and provide you with a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] How can I attach more than 50 files?Forum: Plugins
In reply to: [Contact Form 7] css works on dev site not on live siteHave you added your CSS via the same method as your dev site?
Suggest you use Firebug or Chrome Dev Tools to examine the HTML and CSS of your client site CF7 form in detail and see if you are targeting the appropriate classes.
also see Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.Forum: Plugins
In reply to: [Contact Form 7] in-line spacing for textbox and titlesI have entered some text in all the fields and this is how it looks http://prntscr.com/93olaf
Forum: Plugins
In reply to: [Contact Form 7] in-line spacing for textbox and titlesthe text fields do not line up with the titles???
This is how they look to me http://prntscr.com/93mbkp
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7You can do something like this
on_sent_ok: "window.open('link-to-your-download', '_blank' );"'_blank'– opens the page in a new windowThis sort of conditional logic is not available directly in Contact Form 7. It can be done via custom programing but you would need to be rather skilled at WordPress development using PHP and/or jQuery.
Some of the premium Form plugins do offer some Conditional Logic including Gravity Forms and Ninja Forms.