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

Dom event properties not working

$
0
0

Replies: 1

Hi!

I tried migrating to the new DOM Event method (instead of on_sent_ok). It works fine without the additional properties, but if I try your example

document.addEventListener( 'wpcf7submit', function( event ) {
    if ( '123' == event.detail.contactFormId ) {
        alert( "The contact form ID is 123." );
        // do something productive
    }
}, false );

(with relevant form ids) the contactFormId is undefined. Is this not completely implemented yet?

Cheers,
Andreas


after update -> Additional Settings: redirect hangs after send button

$
0
0

Replies: 0

This Additional Settings:
on_sent_ok: “location=’https://www.paypal.com/’;”
The redirection to any URLs does not work anymore !!

Sender email

$
0
0

Replies: 1

Hello!

I have a contact form in a website and I do receive the emails sent through it. However, I’m not receiving the sender’s email. So, I get the name, subject and message, but not the email address.

I have received a very important email, but I cannot find the email address of the person who sent it. Where can I find this information?

Thanks a lot!

Safari ios mobile) Submit button not working

$
0
0

Replies: 1

Our ‘Send’ button doesn’t seem to react on any IOS browser (we’ve tested Chrome and Safari on IOS 10.3.2).

The button works just fine on Desktops (Mac & PC… across multiple browsers).

For some reason we only seem to see a css interaction (the button glows-on) but the email doesn’t send / no error messages for missing fields are displayed etc. It’s just non-reactive.

The form:
http://www.undertowphx.com/soiree/

Thank you in advance!

Incredibly high rate of false spam

$
0
0

Replies: 0

Hello,

I’m using CF7 for over a year. Until recently we used the contact form with re-captcha from Google. Recently I ditched the re-captcha and integrated the form with Akismet.

Since doing that all seems to be fine but it’s been only yesterday and we’ve had about 20 tickets so not enough statistics.

But, before the Akismet, we’ve had an incredibly high rate of messages falsly flagged as spam in Flamingo.

Could you please explain a bit about how CF determines a form is a spam or not without Akismet? In all cases the form is flagged as spam does that mean that the user clearly received the message that his email wasn’t sent or were they under the impression everything was ok, only never to receive a response.

Thanks!

krko

Find Closest Location to Address

$
0
0

Replies: 0

Hello. I have a question I was hoping someone could help me with.

I have a Contact Form 7 form that asks a visitor for their address. I also have a list of store locations (currently using WP Store Locator for this). I’m wondering if there is a way (or an extension), that will allow me to match up the persons address with the closest store location (either using the WP Store Locator plugin or just the list of locations in the database).

In a perfect world, how I’d like this to work is the user enters their address, then the system shows them the closest store to them from the list of locations. If that’s not possible, I’d like to at least know the closest store in the back-end of the site once they’ve submitted their address.

I’ve been stuck on this for a while so any and all help are very much appreciated.

Thanks!

JSON error after update

$
0
0

Replies: 1

Please help.
I just updated the Contact Form 7 plugin and when I submit the contact form to test it on my website, I see this error. My contact form is no longer working. Does anyone know how to fix this?

Unexpected token < in JSON at position 0

latest version is broken

$
0
0

Replies: 0

When the submit button is hit nothing happens the page doenst load to the next screen. No error messages or nothing. Been broken for a week and didnt know it. Had to revert back to an earlier version. I am using the latest version of WP on a custom theme.


Subscribe newsletter checkbox

$
0
0

Replies: 0

Can you please add “Subscribe to our newsletter” checkbox below Message box?
Because of registered user get daily update list on there email.
Thanks

Form not sending

Depreciated settings & CSS question

$
0
0

Replies: 0

Hi all,

I am currently using the following code to style the reaponse messages

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;;
  padding: 10px;
}

div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}
div.wpcf7-validation-errors:before {
    content:'\f057';
}

Which works very well. My question is this, considering certain things such as on-sent-ok are due to be abolished by the end of this year, what, if any changes will I need to make to my css in order to achieve the same effect?

Any help appreciated. Thanks

Profile custom user meta fields and Contact Form 7

$
0
0

Replies: 0

Is there a plugin/extension for updating profile user custom fields with a form contact form 7 form?

Submission date in hidden field

$
0
0

Replies: 1

Hi,

How can I create a hidden field which has a value that’s the date of the form submission?

Thanks,
Yaniv

Can I filter the generated HTML before it is displayed on the page?

$
0
0

Replies: 0

Is there a hook/filter available that will allow me to modify the HTML that is generated by a CF7 form?

Thanks…Rick…

Submit button

$
0
0

Replies: 0

Hey!

I’ve got a couple of small problems.

The most important one is that my submit button is now coming up as white and as my page is also white it isn’t visible. I’ve tried using some CSS to change the colour but it hasn’t worked so far. Any ideas?

Also, I want to change the colour of the titles of each text area and make all the text areas the same size as the last text area is slightly smaller.

Many thanks,
Absolomb


Submission limit

$
0
0

Replies: 0

I am using CF7 together with Flamingo to save submissions and we are recently having subscriptions options with a limit, for instance a maximum of 50 submissions. I was wondering if there are options to set a limit (I know for instance that Ninja Forms this kind of feature offers). So that we can limit the maximum subscriptions and the form will close.

Thanks in advance!

Error in return email

$
0
0

Replies: 0

Even with the correct e-mail tag on the form it will present an error and the e-mail of the person who registered will not receive the copy of the e-mail sent by the form. The receiving email works and receives normally.
How can I solve this?Erro form 7

Postman SMTP Mailer blocking contact form 7 email send intext:”Plugin: Contact F

$
0
0

Replies: 0

Postman SMTP Mailer blocking contact form 7 email send intext:”Plugin: Contact Form 7

how to fix it

Uncaught TypeError: $submit.prop is not a function

$
0
0

Replies: 1

Was happening on previous version of WordPress with latest version of plugin; I updated everything to see if the error went away.

Uncaught TypeError: $submit.prop is not a function

I thought this was because my version of jQuery was old but adding the latest didn’t seem to fix it and .prop was introduced in jquery version 1.6 and I have 1.14

To see error: http://www.genealogytrips.com/registration/?i=2207

Line breaks with textarea default:get

$
0
0

Replies: 0

Hi there,

We use the default:get append in certain fields so we can pass data via the URL. The only issue is, when we’re looking to populate a textarea with a postal address for example, the <br> that is seen in the URL does not add a line break to the textarea content. Is there a way to make line breaks work in textarea fields using the default:get function?

Thanks
Simon

  • This topic was modified 11 hours, 49 minutes ago by Fabbstar.
Viewing all 49032 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>