William Francis Ralloma
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] DIV Styles not AppearingHi,
Can you provide me a link where I can see your form and check it under the browser’s dev tools?
Hi,
Though the plugin successfully sends millions of emails every day, there are a host of issues that can stop or delay emails on both the sending and receiving ends. It depends entirely on your local Server & WordPress configuration. You will need to investigate this issue for your particular local configuration.
See Contact Form 7 Email Issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
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.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Reduce Text Area Box SizeHi,
So that I’ll be able to advise you properly on your problem, can you provide me a link to your site, where I can see the form? In this way, I will be able to see the CSS elements that needs to be updated.
Looking forward to your prompt response.
Forum: Plugins
In reply to: [Contact Form 7] Date field and calendar languageHi,
I tested your form, and your calendar is actually in English.
https://screencast.com/t/tAtufovyCan you check it again please? Also, this article might help you Contact Form in Your Language.
Forum: Plugins
In reply to: [Contact Form 7] Problem with domain email address for To: and From:Hi,
There could be many reasons for this. The first is actual mail server trouble, where email cannot be sent. In this case, the error message would be surrounded with a RED border line. Contact your server admin.
The second possible cause is that the form submission is under suspicion of spam. In this case, the error message would be surrounded with an ORANGE border line.
Also,It can depend entirely on your local Server & WordPress configuration. You will need to investigate this issue for your particular local configuration.
See Contact Form 7 Email Issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
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.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] DIV Styles not AppearingHi,
This is due to CSS styling applied to standard HTML form elements within your current WordPress theme.
In particular your current WordPress theme does not appear to support the new HTML5 “email” & “telephone number” form elements now used by CF7.
https://contactform7.com/faq/#Why_does_my_email_address_input_field_look_different (recently added to https://contactform7.com/faq/) gives you some guidance on how make these fields look the same in your current WordPress theme.
Try to Use Firebug or Chrome Dev Tools to first understand and then change the CSS used for your CF7 form elements.
Also good idea to target CSS classes & ids used within your CF7 forms only, so that your CSS changes don’t inadvertantly effect other elements on your website.
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] Resizing the edges of the contact form bottom?Hi,
I am not 100% sure on what you meant. Can I have the URL where I can see your form? I’ll try to use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail.
Thanks,
Forum: Plugins
In reply to: [Contact Form 7] Send button on the right sideThanks for the URL, it helps a lot. Try this CSS code
.submit1 {
margin-left: none;
}Add it via Child Theme or use custom CSS plugin
Thanks,
Hi,
To align the first check box option to the rest of the check boxes, please try to add this CSS code
.wpcf7-list-item first checkbox-inline {
padding-left: 30px;}
?Add it via Child Theme or use custom CSS plugin
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Hope that helps.
Thanks,
Forum: Plugins
In reply to: [Contact Form 7] One row styleHi,
You could consider using Contact Form 7 Skins to style your Contact Form 7 Forms.
You can now use the add-on CF7 Skins Ready to put form fields together on the same line.
Thanks,
Forum: Plugins
In reply to: [Contact Form 7] one required field from two to chooseHi,
Looks like you are looking for Conditional Logic which is not available directly in the Contact Form 7 plugin. It can be done via custom programming but you would need to be rather skilled at WordPress development using PHP and/or jQuery.
You could also consider using CF7 Skins Logic which allows you to add Conditional Logic to Contact Form 7 forms.
Thanks,
Forum: Plugins
In reply to: [Contact Form 7] Send button on the right sideHi,
1. RE: How can I move the send button to the right side?
Please include a link to your Contact Form 7 form so we can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements.
Once we understand how the HTML and CSS is configured in your CF7 form, we should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.
2. RE: How can I put 2 input boxes in the same line?
You could consider using Contact Form 7 Skins to style your Contact Form 7 Forms.
You can now use the add-on CF7 Skins Ready to put form fields together on the same line.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 cssHi,
Can you try the following CSS code?
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
textarea
{
font-size: 14px;
}Add it on your Child Theme CSS file or use custom CSS plugin
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Let me know if that works for you.
Forum: Plugins
In reply to: [Contact Form 7] rtl languageHi,
I am not 100% sure if I understand your problem correctly. Anyway, from what I understood, you are using reCaptcha of contact form 7, and wanted it to be in RTL format? If am correct, then can you try the following CSS code
rc-anchor-light {
direction: rtl;
}Let me know if that helps. If that is not what you want, can you please explain your problem in more detail?
Hi,
You can add multiple email addresses separated by commas (NOT semicolons) in the To: field in Mail Section.
You can also cc: and bcc: using the Additional headers: field in Mail Section – see Adding Cc, Bcc and Other Mail Headers
Let me know if that helps.