Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all 49028 articles
Browse latest View live

This Code not working in mobile browser

$
0
0

Replies: 1

Hello! This contact code not working in mobile browser, i tried with different browsers with different mobile phones – Can you help me of the main issue !
——————————————————————
This for wedding guestbook in Porto Theme

<div class=”row guestbook-form”>
<div class=”col-xs-10 col-sm-8 col-md-8 col-xs-offset-1 col-sm-offset-2 col-md-offset-2″>
<div class=”form-group form-control-custom”>
[text* your-name id:contact-name class:form-control placeholder “Name*”]
</div>
<div class=”form-group form-control-custom”>
[textarea* your-message id:contact-message class:form-control rows:5 placeholder “Message*”]
</div>
</div>
<div class=”col-sm-12 text-center”>
<div class=”form-group”>
[submit class:btn class:btn-secondary class:btn-lg class:custom-border-radius class:text-uppercase class:font-size-md class:p-l-lg class:p-r-lg class:text-light class:btn-submit “Send Message”]
</div>
</div>
</div>

——————————————————————

Thank You

  • This topic was modified 7 hours, 50 minutes ago by zarou88.
  • This topic was modified 7 hours, 49 minutes ago by zarou88.

Contact Form no Confirmation

$
0
0

Replies: 0

An old url for my site was coming up at the bottom of the email that I receive from the form.

I tried to fix it on my own, but not only did my fixes not work, but now when someone sends the form, I receive it but, the client, no longer receives a confirmation it went out ok, they just go to a 404 page. So lost. thanks.

Special Tags are not working for a while !

$
0
0

Replies: 0

Hello,

All the special tags are not working and are not replaced in my email field !!!

It worked long time ago for me maybe 1 year ago, but for many months, nothing work.

Could you please help,

Best

Problem with woocommerce

$
0
0

Replies: 1

Contact Form 7 does not work with Woocommerce.
Settings tabs do not work. They appear one below the other and fields generators do not work (no popup opens). If I turn off the woocommerce plugin then everything works.

Any patch considering REST API

$
0
0

Replies: 0

Hi There,

I would like to know if any patch is in the way concernint the issue many people have with REST API ?

It should be great that atleast we could choose to make CF7 use it or not, since many of us have issue with it, or just simply disable it for security reasons.

Regards.

Mail tab > From field

$
0
0

Replies: 0

doesn’t the “From” field in Mail tab have to be the email address of the domain the message originated from? on other contact form plugins there was instructional text saying it had to be otherwise “world” email servers (yahoo, gmail, ms…) would NOT even process the email. in the plugin author’s example page the Form must be on domain “example.com”. right? or is this no longer enforced by the corporate email titans?

thank you!

URL based on drop-down menu value

$
0
0

Replies: 0

Hi Dear All, I created a job application form with contact form 7,I want to add a link near job selection drop-down menu to show requirements of every job, when I select a job that link must change! any idea to develop it using this plugin?
Thanks

Form without mail

$
0
0

Replies: 0

I have in stalled the Contact Form 7 plugin, and looked at a couple of redirect add-ons to CF7, but they do not seem to meet my need.

Rather than using the form as a way to gather information I am wanting to present a number of checkboxes that the use must set before the ‘submit’ button activates to take the user to an external site.
Currently the default behaviour is to send an email which is not required.

Is there a way to achieve this with CF7, or am I going about it the wrong way?

Cheers,
Murray


Script before the submit button

$
0
0

Replies: 0

Hi.

I’d like to include a script before the submit button. Like this:

Privacy Policy<script type=”text/javascript”>(function (w,d) {var loader = function () {var s = d.createElement(“script”), tag = d.getElementsByTagName(“script”)[0]; s.src = “//cdn.iubenda.com/iubenda.js”; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(“load”, loader, false);}else if(w.attachEvent){w.attachEvent(“onload”, loader);}else{w.onload = loader;}})(window, document);</script>

But the script is not accepted.

Any solutions?

Thank’s 😉

Redirect to another URL

$
0
0

Replies: 0

Hey!

I have a Question. I read this Thread, because i like to change the old “on_sent_ok:” to the new System: https://contactform7.com/redirecting-to-another-url-after-submissions/

Only 2 of my Forms have to Redirect to another URL after send ok. With this Example all Form redirect. What i have to do ?

Or is there a new setting in one of the next updates for this and i can wait ?
It would be very difficult to change an redirect-address with this method, for People with little experience to WordPress (html,php, functions) almost impossible.
The best one for Customers is an setting in Contact Form. We (ok, the 0,01% ^^)get this?

  • This topic was modified 10 hours, 37 minutes ago by DerMoki.

Customize Number field

$
0
0

Replies: 0

Hi, I wanted to know how I can make a number – field in CF7 as big as a normal text field? It´s because I have to place a placeholder text which is too long when I put it in a normal number input field. How can I resolve that problem?
Please let me know, thank you!

Best regards
Lukas

Change Width and height of a contact form 7 that is used in multiple pages

$
0
0

Replies: 0

I have a contact form 7 that i am using in multiple pages now I want to change width and height of fields in that form. right now i am using following code

#wpcf7-f4200-p4132-o2 input[type=”text”],
#wpcf7-f4200-p4132-o2 input[type=”email”],
#wpcf7-f4200-p4132-o2 input[type=”tel”]
{

width: 100%;
height:50px
}

#wpcf7-f4200-p4137-o2 input[type=”text”],
#wpcf7-f4200-p4137-o2 input[type=”email”],
#wpcf7-f4200-p4137-o2 input[type=”tel”]
{

width: 100%;
height:50px
}

I used one contact form in 10 pages.This is working but is there anyway i don’t have to repeat this code for 10 times.
And I am already using following code for sidebar contact form

.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 input[type=”tel”],
.wpcf7 textarea
{
display: block;
text-transform:none;
margin: 0;
width: 95%;
height:30px;
font-family: sans-serif;
font-size: 14px;
appearance: none;
box-shadow: none;
border-radius: none;
padding: 15px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
}

sidebar form and the one used in 10 pages are different

How to add phone field ?

$
0
0

Replies: 0

Hello there.
I have searched through the forums but I cannot seem to find the solution to my issue.

So I’m building this site and I’m using Contact Form 7 for my “Contact Us” page

http://mbraining.gr/epikoinwnia/

I want to add a (required) Phone Number field, but while it seems to work, it does not inherit the CSS / style of my theme (Spacious theme)

The code I add is this one:

<label> Phone Number (required)
[tel* phone] </label>

and I’m getting this (it’s in Greek but you get the issue of the field style which is different from the other fields):

https://s2.postimg.org/x1d2cm449/contact_Us.jpg

Could someone help me find what I’m doing wrong and how to find a solution?

Thank you in advance!

Not working after WordPress 4.8 Italian upgrade

$
0
0

Replies: 0

After WP 4.8 upgrade the plug in is not wrking anymore.

Plug in version is 4.8

When You are cliccing Send button nothing happen

Adding & configuring set up drop down menu

$
0
0

Replies: 0

Hi,

Sorry for asking, what is likely to be a simple question, but are there any examples of how to set up the drop down menu?

I did have it appearing in the form, but it wasn’t including the choice when the form was submitted. Due to other problems I decided to strip it out and start from scratch using the demo one. Fixed my other issue, but now the drop down menu that I added isn’t even appearing in the form.

Is there a post/tutorial that I can be pointed to?


Form not submitting for last 1 month after wordpress updates

$
0
0

Replies: 0

Hi Admin

I tried so many times, the form not working it loading the icon of rolling but not submitting the information.

Please check and revert me soon. I am waiting your reply.

Contact form 7 error
Thanks

Customization

$
0
0

Replies: 0

Will you do a customization? Is is free or you need additional fee for it?

DynamicText > email not working

$
0
0

Replies: 1

I have 1 form successfully passing 3 DynamicText fields to the second form, and one of those fields is an email address of a sales rep which is hidden to the user.

On submit of the second form, I need to Cc the email address that was passed through but I think because it is not technically an “email*” field it is not working.

The email sends fine if I put a static email as the recipient, but the dynamic text as “To:” or “Cc:” will not send which defeats the purpose.

How can I use the email address in the DynamicHidden field to send email to?

Google Calendar Integration fetching Date & Time

$
0
0

Replies: 0

I need following functionality:

Contact form should have fields like Date, Time, Details

When user fills those fields, The entry should get registered in Admin’s Google Calendar and He should get notification before 30 minutes before that trip on his google calendar.

Kindly tell me if there is any existing way or extension or if I need to develop then, from where should I start?

Thanks in advance!

Php 7 Compatibility

Viewing all 49028 articles
Browse latest View live