davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not alignedI have inspected you form at the link provided. It seems the code below is causing the problem
span.wpcf7-list-item { margin-left: 0.5em; }suggest you comment out that line of CSS. Line 58 of styles.css
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 submit message not displaying on mobilecontact form 7 submit message not displaying on mobile
Do you mean the submit button?
Forum: Plugins
In reply to: [Contact Form 7] info from form fields not showing up in emailPlease include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. If others here are able to understand your actual problem, they may be able to offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Can CF7 generate a VcardUse Contact Form To DB to store all CF7 submissions in the WP database and export it to the file extension of your choice.
Forum: Plugins
In reply to: [Contact Form 7] Additional Header causing mail not receivedEmails sending can fail for a number of reasons
See Contact Form 7 Email Issues – this links to a much more comprehensive article which also covers emails being considered spam.
See also Best Practice to Set Up Mail
Forum: Plugins
In reply to: [Contact Form 7] CF7 not working anymore outside WordPressThe spinning arrow is a common symptom of a JavaScript conflict with either your current WordPress theme or one of the other plugins you are using. It can also be caused by a server-side warning or error. See Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.
Also see The spinning arrow icon shows up once I submit a form, but then nothing happens
Forum: Plugins
In reply to: [Contact Form 7] Trigger form validation?See http://hookr.io/plugins/contact-form-7/ – this gives a list of all current Contact Form 7 hooks.
Forum: Plugins
In reply to: [Contact Form 7] Message sent success but not receiving messages@manohar75 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.
Forum: Plugins
In reply to: [Contact Form 7] Emails nor going through when changing email adressit sends ( looks good ) but we never recieve it.
The green Success message and not receiving any error messages is a very clear indication that CF7 is sending the email.
So your email is probably being seen as spam somewhere in the email process. This is usually due to email headers (in particular the From email address used) or email content.
See Contact Form 7 Email Issues – this links to a much more comprehensive article which also covers emails being considered spam.
See also Best Practice to Set Up Mail.
If you find you need more detailed advice, after reading and working through the above links, please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. This should allow others to understand your actual problem and offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] backgroundSee Styling Contact Form 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 to display the submit button in the contact form.I think your problem is solved as I can see your submit button has a background color and its visible.
You may add a reply on how you did this and mark it as resolved – may help others with the same problem :)
I dont want the submit button to send email instead to Redirect the user to different URL
CF7 default redirect happens after submission of the form.
Conditional Logic is not available directly in the Contact Form 7 plugin. 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.
Forum: Plugins
In reply to: [Contact Form 7] CHECKBOXESProbably a problem with your form input. Please include all your input in the Form tab of the CF7 interface. If others here are able to understand your actual problem, they may be able to offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Is not workingThe message appears that was sent, but it never arrive in my inbox.
The green Success message and not receiving any error messages is a very clear indication that CF7 is sending the email.
So your email is probably being seen as spam somewhere in the email process. This is usually due to email headers (in particular the From email address used) or email content.
Emails can be considered spam for a whole host of reasons and get rejected at many points in the email process in addition to your spam folder.
See Contact Form 7 Email Issues – this links to a much more comprehensive article which also covers emails being considered spam.
See also Best Practice to Set Up Mail.
If you find you need more detailed advice, after reading and working through the above links, please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. This should allow others to understand your actual problem and offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Extra fields didnt workAdding to what @ov3rfly has provided.
For example if you added the select tag below to the default CF7 form,
<p>[select menu-999 "tablet" "phone" "pc"]</p>to receive the selected option by the user, you need to add
[menu-999]to the mail section (the second tab on the CF7 user interface) of your form.See Mail-Tag Syntax
However if the above does not solve your problem, then please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. If others here are able to understand your actual problem, they may be able to offer a possible solution.