contact-form-7 Questions
6
I want to disable or erase the text of my input fields from my contact form.
Specially on the fields that appears text like "Full name", "Email Address" and "Your message will be here"
I am using...
Ontine asked 28/8, 2014 at 2:53
7
Solved
No one is able to submit forms, I took a look at it and I’m getting a POST 500 Internal Server Error.
POST
http://carlsbad4rent.com/wp-json/contact-form-7/v1/contact-forms/321/feedback
500 (In...
Lyse asked 28/11, 2017 at 10:29
7
I need to validate just one field (called 'Instance') to accept lowercase ASCII letters and numbers only, the first character also has to be a letter not a number. It will accept uppercase characte...
Foulard asked 4/4, 2014 at 9:7
9
I used contactform7 to create the contact form for a wordpress site. I want to reduce the rows in a textarea on that form for smaller screen sizes. Is there any method I can use using contactform7'...
Dipetalous asked 13/3, 2015 at 6:13
9
I use Contact Form 7 in my WordPress theme.
It is currently returning span and input:
<span class="wpcf7-form-control-wrap name">
<input type="text" name="name" class="wpcf7-form-contro...
Greig asked 27/9, 2016 at 18:9
5
I have contact form on my website and I allow visitors to decide how many bikes they want to rent (dropdown from 1-20) then to specify how many males (from 0-20) and how many female's (from 0-20) t...
Headpin asked 4/3 at 12:26
8
I am making a website for a client of me but im running into a problem.
I've made a contact form in wordpress using Contact Form 7. This plugin is really easy to use but when i wanted to use the pl...
Marvamarve asked 19/6, 2014 at 14:58
6
Solved
im searching for a way to put a watermark on select fields.
that is not working ->
[select* c_type class:ic watermark "choose type" "a" "b" "c"]
to put a not valid value that fail validation, i...
Elatia asked 1/11, 2012 at 13:55
6
Solved
Been searching around on this for a while and can't come up with any documentation to outline what i want to achieve.
I'm using wordpress and the Contact Form 7 plugin, all is working perfectly, ...
Chubby asked 6/1, 2015 at 12:2
7
I'm trying to add an id to my cf7 form. According to cf7 forum, all you have to do is to add html_id="your id" to the short code, but for some reason, it doesn't work.
This is my shortcode -
[c...
Rufous asked 3/5, 2017 at 7:32
1
I added Google ReCAPTCHA with the Contact Form 7 plugin to all my contact forms. Unfortunately the badge loads the Roboto font (s/roboto/v18; files: KFOlCnqEu92Fr1MmEU9fBBc4.woff2 and KFOmCnqEu92Fr...
Tiv asked 9/3, 2021 at 9:54
5
I would like to process a contact form from contact form 7 into a custom post type.
Currently, this is what I have:
<?php
if ( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST[...
Caundra asked 6/2, 2017 at 20:36
5
Solved
Hi I'm pretty new to contact form 7. I've seen on Youtube tutorials, that contact form 7 submits without page refresh. But when I install the plugin it's working with a page refresh.
Please advise...
Navarino asked 21/2, 2017 at 9:27
3
Solved
I want to show the css and javascript only when the shortcode is used in that page. If the short code not present in the wordpress page then the js and css of contact form should not be shown. For ...
Gulledge asked 22/2, 2018 at 9:16
6
I am facing a problem in using the contact form 7 in wordpress, and need some help to all of you.
Problem:
I have radio box which have two options yes or no. if someone check the yes option then d...
Lebaron asked 7/12, 2013 at 23:34
7
I installed the "Contact Form 7" plugin in WordPress and created a form.
When i click on the submit button, the following error appears:
There was an error trying to send your message. Please t...
Reneareneau asked 1/6, 2016 at 12:15
4
The contact form does not work, and affects loading after one try. The chrome console shows the error message:
POST http://example.com/wp-json/contact-form-7/v1/contact-forms/50/feedback 404 (Not ...
Travax asked 17/7, 2018 at 4:59
3
I want to use contact form 7 in Wordpress to build a order Form. I want the content of the order Form to be populated with content from a custom post type "trade Show Material" - The post type cont...
Flavin asked 9/1, 2015 at 18:51
6
Solved
What I want is simple.
User can select A or B and depending on this, they have different fields to fill.
I can't find a way on doing this, I've only found a hack for the 1.0 version (current is 2...
Fransen asked 14/9, 2011 at 6:42
6
How to add a custom attribute in the field Contact Form 7 without javascript ?
For example, there is such a field on the page:
<input type="text" name="name" class="form-control" id="name-1" d...
Shackleford asked 18/9, 2017 at 7:59
4
Solved
I am working on a site with several forms created using Contact Form 7. For one of these forms, I am passing variables that I collected using a hidden input field in the form. I am passing these va...
Osanna asked 29/5, 2015 at 15:16
8
Solved
I am trying to use the built in verification method for contact form 7 to verify a telephone number.
Contact form 7 markup:
<p>[number* your-telephone min:1000000000 max:9999999999 placehol...
Gentes asked 16/2, 2016 at 7:1
4
I have a custom user role, called form_editor. I want this user to only be able to edit contact form 7.
THis is what I have so far
$form_editor_role = add_role(
'form_editor',
__( 'Form Editor'...
Hellish asked 24/10, 2018 at 10:23
5
Solved
I am new to wordpress and php, I'm using contact form 7 in my wordpress website. In that I need to validate the email address, block all free domains like gmail, yahoo,etc., I need to validate Indi...
Caddis asked 15/10, 2014 at 7:39
1
I want to find the actual code for all my forms (there are a lot). For example, the cf7 code looks like
<label>Name</label>
[text* your-name]
I know where the actual entries are, but...
Returnable asked 15/7, 2019 at 17:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.