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

Emails won’t get delivered if i use the [_remote_ip] tag

$
0
0

Replies: 0

I have a problem with emails not getting delivered if I use the [_remote_ip] tag. It appears the emails are trying to be sent by CF7, but they only rarely reach my inbox… I’d say less than 25% of them. It took me a long time to narrow down what was causing the issue, but when I remove the remote ip tag they deliver fine. once i add it they no longer come. I am using G suite for my email and i am positive all my email settings are correct with the host etc.


Not getting any mail when someone submited the form

$
0
0

Replies: 0

I am trying to do this since few time, but don’t know why it’s showing error when someone submitting it.
Not getting any mail to my set up mail box.

Help with File Upload Management

$
0
0

Replies: 0

Hello, I am having issues with file attachments and not receiving them. It looks like my messages are being sent successfully but without the attachments. I checked in my file manager that I had the correct temp folder set up but should the permissions of hte folder be set to 0777 (previous was 0755)? If this isn’t the problem…any other suggestions?

Thank you,
Lauren

English translation

$
0
0

Replies: 0

I have Finnish WP installed. My user language is Finnish.
In settings I have put language of the site in english (US) as my content is in english.
In the contact form 7 all text remains in Finnish (error messages etc.). Is there a way to get it in english easily? Can the message language be selected somehow?

How to write php code on Contact Form 7

$
0
0

Replies: 8

Hi,

I let to know how can i write php code on contact form 7

I need put this code:

function createProtocol() {
date_default_timezone_set(‘America/Sao_Paulo’);
$data = date(“dmYHis”);
return $data;
}
$protocolo = createProtocol();

and submit this result on sending email.

Like:

Protocolo <?php $protocolo ?>
Name: [your-name]

  • This topic was modified 14 hours, 24 minutes ago by Lucas.

CF7 start sending multiple emails

$
0
0

Replies: 2

In last couple of weeks CF7 started sometimes sending multiple emails (duplicated emails in inbox). I’ve upgraded to latest version 4.9, but this issue still occurs.

In all these duplication, there is also wrong generated link from [_url] variable. Somethink like https://domain.cz/wp-json/contact-form-7/v1/contact-forms/515/feedback with 404 response {"code":"rest_no_route","message":"Nebyla nalezeno odpov\u00eddaj\u00edc\u00ed spojen\u00ed mezi adresou URL a po\u017eadavkem","data":{"status":404}}

I have tried to remove varibale from email but problem still ocurs. As I said, not every email is duplicated

List of installed plugins:
– ACF PRO
– Polylang Pro
– Contact Form 7
– Contact Form 7 – Dynamic Text Extension
– CMS Tree Page View
– Custom Post Type UI
– WP-PageNavi
– Yoast SEO
– BackUpWordPress

Any idea?

Form sending but missing User Input

$
0
0

Replies: 1

The Contact 7 form is sending to the correct email but is apparently not picking up any user input and using it to replace field holders such as [your-name], [your-subject], [your-message] – with the user’s input. Emails look like this upon arrival:

From: [your-name] <[your-email]>
Subject: [your-subject]

Message Body:
[your-message]


This e-mail was sent from a contact form on unicon (http://localhost/wordpress)

==============
I’ve followed all the directions in the docs and watched a few videos but it’s a very simple form! I should be able to activate it, insert my email@domain.com in two places and it should work as is shouldn’t it? I have not checked “Exclude lines with blank mail-tags from output box.”

Everything is left at default except for the basic requirement: I’ve only inserted a valid email into the two required places on the Contact 7 Edit Mail tab for the Quick Quote Form: [contact-form-7 id=”1363″ title=”Quick Quote Form”]

To: quote@plumberdomain.com
From: [your-name] <quote@plumberdomain.com>

===========
Below is some code that might be relevant, that came with the Contact Form setup. What needs to change?

Mail Tab: Message Body:

From: [your-name] <[your-email]>
Subject: [your-subject]

Message Body:
[your-message]


This e-mail was sent from a contact form on unicon (http://localhost/wordpress)

Form Tab:

<div class=”left_field”>

[text* text-777 placeholder “Name”]

[tel* tel-633 placeholder “Phone”]

</div>

<div class=”right_field”>

[email* email-491 placeholder “Email”]

[text* text-290 placeholder “Address”]
</div>

<div class=”message_field”>

[textarea textarea-329 placeholder “Services Requested?”]

[submit “Send Request”]

</div>

on_sent_ok issue

$
0
0

Replies: 0

hi guys, i have been using on_sent_ok in additional settings to .show and .hide certain containers after form submission. this affects all sites i manage. now this feature will be discontinued (https://contactform7.com/2017/06/07/on-sent-ok-is-deprecated/). I tried following the instructions on the link above, but my problem is, that I have multiple on_sent_ok entries in each form (usually the same ones though):

on_sent_ok: “$(‘#AfterSendShow’).show()”
on_sent_ok: “$(‘#AfterSendShow2’).show()”
on_sent_ok: “$(‘#AfterSendShow3’).show()”
on_sent_ok: “$(‘#AfterSendHide’).hide()”
on_sent_ok: “$(‘#AfterSendHide2’).hide()”
on_sent_ok: “$(‘#AfterSendHide3’).hide()”

how would i manage this situation of multiple entries here in an addition to the functions?

any help would be appreciated, I’m sure a lot of people will be looking for this once the feature no longer works!


export CF7 checkbox field values with Advanced CF DB

$
0
0

Replies: 1

Hi there,
I’ve installed the Advanced CF7 DB plugin and I need to export my CF7 form to excel.
apparently, the CF7 checkbox values are separated with <cr> or <cr><lf> that split the lines in the CSV export then provoking a mess in the xls rows.
how can we change the multiple values list being also different from the “,” delimiter fixed by Advanced CF7 DB ?
thank you in advance
Rico

Suggestion: Wrap checkbox in label to get clickable label text

$
0
0

Replies: 1

Hi! Thank you for a nice plugin. I have a development suggestion / wish. Currently, for checkboxes, only the checkbox is clickable. I would like for the label next to it to be clickable as well. This could be solved by wrapping the checkbox inside a label tag, e.g.

a checkbox with the following values:
[checkbox checkbox-380 “Red” “Blue” “Green”]

Currently produces something like:
<span class=”wpcf7-form-control-wrap checkbox-380″>
<span class=”wpcf7-form-control wpcf7-checkbox”>
<span class=”wpcf7-list-item first”>
<input type=”checkbox” name=”checkbox-380[]” value=”Red”>
<span class=”wpcf7-list-item-label”>Red</span>
</span>
<span class=”wpcf7-list-item”>
<input type=”checkbox” name=”checkbox-380[]” value=”Blue”>
<span class=”wpcf7-list-item-label”>Blue</span>
</span>
<span class=”wpcf7-list-item”>
<input type=”checkbox” name=”checkbox-380[]” value=”Green”>
<span class=”wpcf7-list-item-label”>Green</span></span>
</span>
</span>

To make labels red, blue or green clickable, I suggest it should produce something like:

<span class=”wpcf7-form-control-wrap checkbox-380″>
<span class=”wpcf7-form-control wpcf7-checkbox”>
<label>
<span class=”wpcf7-list-item first”>
<input type=”checkbox” name=”checkbox-380[]” value=”Red”>
<span class=”wpcf7-list-item-label”>Red</span>
</span>
</label>
<label>
<span class=”wpcf7-list-item”>
<input type=”checkbox” name=”checkbox-380[]” value=”Blue”>
<span class=”wpcf7-list-item-label”>Blue</span>
</span>
</label>
<label>
<span class=”wpcf7-list-item”>
<input type=”checkbox” name=”checkbox-380[]” value=”Green”>
<span class=”wpcf7-list-item-label”>Green</span></span>
</span>
</label>
</span>

Thank you!

Get User ID when form is submitted

$
0
0

Replies: 0

I am using the wpcf7_mail_sent action hook to detect successful form submissions and would like to know how I could get the ID of the user that submits the form (if they are logged in).

Before version 4.8, this was pretty straight forward:

function detect_cf_submission() {

	if ( is_user_logged_in() ) {

		$user_id = get_current_user_id();

		// do something...

	}

}
add_action( 'wpcf7_mail_sent', 'detect_cf_submission' );

However as of version 4.8, is_user_logged_in() will always return false and get_current_user_id() will always return zero, even if the form is submitted by someone who is logged in on the website.

Can anyone shed some light on what exactly got changed and why?

Use one form to send to dynamic recipients

$
0
0

Replies: 0

Hi,

sorry, if that has been asked before or the answer is obvious…

I want to use one form to send mail to dynamic recipient. Is there a way without changing the code?

Ideally it would be something line

[contact-form-7 id=”74″ title=”Request” my-recipient=”xxx@example.com”]

Then that would be sent to my-recipient, configured in the Email tab.

Any chance?

Michael

admin menu “Contact”

$
0
0

Replies: 0

Could someone please verify for me that the “Contact” admin menu item as shown on the (left side of) screen shots is still supposed to be there? It doesnt seem to appear on my site…the settings menu is there on the plugins page, but no menu item (it usually has 2 subitems: Contact Forms, and Add new.

I tried uninstalling, removing the directory manually, and reinstalling, but it didn’t reappear.

Has anyone ever experienced this?

Contact Form compute survey form

$
0
0

Replies: 0

Gooday i have a survey form i want to compute the response in the survey form, from 1 to 5 and need to collect all score for example form number 1, number 2, number 3 and so on. how can i add the code or scripts or there’s any option to do that? Thanks!

  • This topic was modified 1 day, 13 hours ago by likesme08.

Tracking Lead Conversions with CF7 & Facebook Pixel

$
0
0

Replies: 1

Thanks for a great plugin!

I’m surprised noone has asked this question so far.

On searching online a lot! on how to configure CF7 to properly attribute lead registrations as a conversion event on my site for using as Custom Audiences in FB ads, I haven’t found anything useful except someone advocating use of the on_sent_ok in Additional Settings of the form, which you have said is deprecated and not recommended.

I track such form submissions (leads) using Event Tracking in my Google Analytics already. Similarly, can you please help as to how and where exactly to include the event tracking javascript code near the form’s button using the Facebook Pixel?

For eg:
<script>
fbq(‘track’, ‘Lead’);
</script>

All the more reason to document this in your FAQ please as it will be important to a lot of people running FB ads.

Thanks & awaiting a fast response!


522 Time-out

$
0
0

Replies: 0

Hi,

When I have CF7 activated, the load time for each page of the site is extremely slow. Looking at the web inspector, this url path /includes/js/scripts.js?ver=4.9 is the cause with a 522 Time-out error. Anybody come across this or know how to fix. When the plugin is deactivated the site responds normally.

Thanks

Rollback to 4.8

$
0
0

Replies: 1

The latest release does not work for us, so we would like to rollback to the previous version. We can I get the previous version. Please provide a link. Thanks.

From Field Validation – False Positives

$
0
0

Replies: 1

Certain web hosting companies send email via proxy servers which do not use the website’s domain. A common example looks like <accountname>@<serverIP>.secureserver.net

This causes sending emails from my website’s domain to fail, but it also means that in order to set it up properly I am stuck with a persistent validation error that looks bad to clients when they log in to do content updates.

Could you please add a feature that would allow me to dismiss these validation checks. Thanks.

  • This topic was modified 1 day ago by cncdev.

Redirect not working in contact form 7

$
0
0

Replies: 1

Homepage works well with redirection after click on submit button. Contact form 7 has added in homepage popup and contact us page. Both page redirect to thank you page after click on submit.

When it works on contact us page earlier then redirect not working on home page contact form 7. We have resolved issue with homepage popup of contact form 7 then it stopped working on contact us page.

I have tried below things in last 3 days:
– use another contact plugin,
– use another redirect plugin
– Tried “code for redirect” in additional setting

Dynamic select options based on previous selections

$
0
0

Replies: 0

Hi there,

I am working on a cake ordering form. I am wondering if I can change the select options based on previous answers (from the same form). For example if the users chose chocolate cake, they can select 8 or 10 slices size, however if they selected vanilia cake they will have 8, 10 or 12 slices size options.

Thank you in advance,

Bálint Budavölgyi

Viewing all 49038 articles
Browse latest View live


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