davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] date field in french formatThere is no settings available directly in Contact Form 7 that allows you to change the language of a date picker. It can be done via custom programing but you would need to be rather skilled at WordPress development using and jQuery codding.
This thread could be of help Jquery date picker
Forum: Plugins
In reply to: [Contact Form 7] inserting hyperlinks within a formForum members would easily assist you if they understand your actual problem.
1. Would you like to add and anchor link that leads to another page or a portion of the same page?
2. Do you want to auto fill a form field with the pages URL?
3. Do you want to add a field to take URL from your users?
Please explain further. You may add screenshots and form tags if possible
Forum: Plugins
In reply to: [Contact Form 7] Css to change margePlease provide a more details to your question. Do you wish edit a margin? Your question is not clear to me
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.Forum: Plugins
In reply to: [Contact Form 7] unable to receive emails from valid domainsthe message never arrives. In all cases the contact forms states the message was sent successfully.
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.
Forum: Plugins
In reply to: [Contact Form 7] Email not receivedThe 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.
Forum: Plugins
In reply to: [Contact Form 7] Forcing an error message under the "Submit" buttonRE:I activated Twenty Eleven and Twenty Fifteen, and with the way the site was
built, the contact forms are not visible on the page with any other theme.Contact form 7 works well with both themes – I can confirm :). Also, Contact Form 7 displays according to the style used in the form elements of each theme. Hence, the look may be entire different depending on the theme.
You may also trace JavaScript conflict using Firebug – but you need to be rather skilled at JavaScript programing and the use of Firebug.
Forum: Plugins
In reply to: [Contact Form 7] spining arrows after submit!It is unfortunate that many plugins and themes out there aren’t well written and they turn to have conflicts when used alongside CF7 which is perfectly written. You may try a steps below to resolve your problem.
Step by step approach to solving Javascript Conflicts
1. Switch temporarily to a WordPress default theme (Twenty Eleven etc.) and see if the problem goes away.
If it does, you’ve most likely got a problem with your current WordPress theme.
If switching to default theme doesn’t help it could be one of the plugins you are using that is causing the problem.
2. Disable all plugins other than Contact Form 7
If doing that solves the problem, you can then add back each item – one by one, until you find the cause of the problem.
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.
Forum: Plugins
In reply to: [Contact Form 7] Space between form columnsUse Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.
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.
I have inspected your form, this is how you can make changes to the space
Correction Code:
.wpcf7-form .column-right, { // adjust the pace with your CSS code. You can do something like margin-left: -10px; } .wpcf7-form .column-right{ // adjust the pace with your CSS code. You can do something like margin-left: -10px; }use a custom CSS plugin to add your changes to the form
Forum: Plugins
In reply to: [Contact Form 7] Can I import form html?I cannot see Contact Form 7 tags in your form code. You may see getting started with Contact Form 7
I can use fieldsets
Yes, you ca use fieldsets for your form.
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.
You may aslo use CF7 Skins to style your form. Its styling is based on fieldsets and legend.
Forum: Plugins
In reply to: [Contact Form 7] show page url email forms are sent from?Its a pleasure
Forum: Plugins
In reply to: [Contact Form 7] Can I import form html?Great! You may ask for help when needed. If you include your form link and form tags, members of the forum can assist you.
Forum: Plugins
In reply to: [Contact Form 7] show page url email forms are sent from?I’d like to know if it’s possible to add the page url from where the contact form was sent from
You may populate a field with the pages url, or product ID with Contact Form 7 Dynamic Text ExtensionForum: Plugins
In reply to: [Contact Form 7] Can I import form html?Can I import the form html?
Import of the form to Contact Form 7 in html is not possible, however depending on the form elements you have on your Joomla form you may be able to replicate it using Contact Form 7 tags
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.