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

Contact form 7

$
0
0

Replies: 0

On Holtefisk.dk I use the Contact Form plugin – how do I control which email the contacts go to….?

Thanks a lot!


How to send more thae 2 emails in CF7

$
0
0

Replies: 0

I want to be able to send 3 or 4 separate emails via CF7. the main email is fine if I want the same contents to multiple people and mail 2 is fine for a response to the OP.

However I need to send 3 emails containing different data to different people from the same contact form with out those people seeing the other emails as well as responding to the OP.

Any one know if this can be done ?

Peter

Since update, mobile form “jumps” reacting strange

$
0
0

Replies: 0

Hi,

Since the update the contactform page really reacts strange.

It kind off jumps the whole time. You can see it in the menu, on the bottom of the page and when you swipe to right it jumps back to left.

URL: mstelecom4u.nl/webshop/contact/

On mstelecom4u.nl/contact it responds normally cause that is the old version.

Who knows what it can be?

Thanks

Doesn’t allow files to be uploaded to server (or anywhere)

$
0
0

Replies: 0

I just troubleshooted with my hosting company. Contact 7 says to do the following: You can also change the path of the temporary folder by setting the WPCF7_UPLOADS_TMP_DIR constant in your wp-config.php like this:

define( ‘WPCF7_UPLOADS_TMP_DIR’, ‘/your/file/path’ );

If WPCF7_UPLOADS_TMP_DIR is defined, this directory is used as the temporary folder instead.

Make certain your temporary folder for uploaded files exists and is writable. Otherwise, all file uploading will fail.

When we did that -It re-created the folder. with another .htaccess, with a deny from all line – does anyone have any other suggestions? I get the emails but no attachment – and nothing is in the folder.

ContactForm7

$
0
0

Replies: 0

Hello, I have a field like <input ID = “address1” name = type “otkuda” = “text” size = “100” />. How to transfer data from it in a letter? The golf course is connected plugin JQuery.

Change size of form field

$
0
0

Replies: 1

I’d like to control the size of one particular form field (the ‘your message’ field) to be longer than a line. I can’t figure out how/where with the syntax to do this.

I do see how this particular field is stretchable but I’d like to control the default appearance. Thanks.

unique id

$
0
0

Replies: 1

Hi.
I want to generate unique id automatically. I am using CFDB also. What I want is when user submit form a unique id should be generate automatically. So I can view it in CFDB and filter each row uniquely.

Changing checkbox and message boxes colors

$
0
0

Replies: 0

I would like to change the blue checkbox as well as the colors of the message boxes (green, red, yellow). I apologize if this has been discussed but my search didn’t return any results.


Emails not sending

$
0
0

Replies: 0

Using the latest version of wordpress.

The emails are simply not coming through to the assigned email accounts.

All the settings seem to be filled in and correct.

Is there something that I am missing?

Request WPCF7 constant for file types

$
0
0

Replies: 0

Hello,

With much pleasure I am using Contact Form 7 for at least a dozen email forms. One thing would be very convenient for me (and possible for other people as well): not always having to specify all the file types I want to allow for attachments, if these differ from the default types (‘jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx|odt|avi|ogg|m4a|mov|mp3|mp4|mpg|wav|wmv’)

Therefore this request: would it be possible to add a Contact Form 7 constant, to be set in the wp-config.php file, like WPCF7_FILE_TYPES, that sets the default value of $file_type_pattern in modules\file.php?

Thank you in advance for looking into this!

Best regards,
Henk Barreveld

Hidden field having the remote IP as default value

$
0
0

Replies: 0

From what I can understand, the _remote_ip tag is only valid in the mail template.

I would like to create a hidden field and set it’s default value to the remote IP address of the user. Is this possible?

Sender address is wrong

$
0
0

Replies: 0

Hello,

I builded a CF7 form. I receive the mails but the sender is always me (= my personal email address) and not the info@domain.com. While I’m making tests with dummy informations and a different email address than my personal one.

  • Is there something that I missed while configurating?
  • Do you think there may be a relation with the host?

The form:

<label>Prénom <span class="required">*</span>
[text* firstname]</label>

<label>Nom <span class="required">*</span>
[text* lastname]</label>

<label>E-mail <span class="required">*</span>
[email* mail]</label>

<label>Message <span class="required">*</span>
[textarea* msg placeholder "Tapez votre message ici"]</label>

[submit "Envoyer"]

Also, in the “To” field I can only put a gmail/hotmail/… address. The redirection like info@mydomain.com doesn’t work. The mails are never send in this case.
And I can’t put [firstname] [lastname] <[mail]> in the “From” field either 🙁

  • How to solved this too?

Thanks !

Change Submit Text after click

$
0
0

Replies: 0

Is there a way to change the SUBMIT BUTTON text after it’s clicked?

Any suggestions?

Erik

  • This topic was modified 11 hours, 1 minute ago by  eriksnet1.

contact form 7 slugs

$
0
0

Replies: 0

I am using contact form 7 … i am very beginner. why does the slug say contact-us-3….. should i change it to contact-us.. or to something else????

Missing Input Contactform 7 MultiStep

$
0
0

Replies: 0

Hi,

I wonder if anybody ever had the same problem:
I am using the Multistep Contactform7 but sometimes I get mails with one empty inputfield – which is a bit odd, since its not possible to skip the input and send the mail without it.
I tried to achiev that a couple of times but that seems impossible – so I wonder what is happening.

Maybe anybody had a similar problem (and hopefully a solution too)

Thanks in advance!


BR doesn’t work

$
0
0

Replies: 0

Hello i’ve just installa Contact Form 7 Vers.4.6

In the form i set:


<p><label> Your Name (request)<br />
    [text* your-name] </label></p>

<p><label> Your email (request)<br />
    [email* your-email] </label></p>

<p><label> Subject<br />
    [text your-subject] </label></p>

<p><label> Your Message<br />
    [textarea your-message] </label></p>

[submit "Send"]

The problem is the “field” doesn’t go back after the “tag” in my output page, both are in the same line.

This what i get:
Your Name [field.....]

Instead i want:

Your Name
[field.....]
  • This topic was modified 2 hours, 2 minutes ago by  Jan Dembowski. Reason: Fixed code block

How to delete old entries from XXX_cf7dbplugin_submits table?

$
0
0

Replies: 0

Hello,

I notice my xxx_cf7dbplugin_submits table is >100mb and I think it would be better to delete old CF7 entries. For example all entries before 1 jan 2016.

so i tried this sql without any success

> DELETE FROM wp_cf7dbplugin_submits WHERE from_unixtime(round(submit_time)) < ‘2015-12-31 23:59:59’

Any tips?

Spinning arrows, email received but no response message

$
0
0

Replies: 1

Hi all,

I could not find an answer to this anywhere so hoping someone might be able to help.

My form works absolutely fine but there is no message that the form has been successfully submitted or similar. I see the spinning arrows, the email arrives but the form contents stay in the fields and there is no message.

Many thanks and Merry Christmas to all.

Raminta

options in checkbox under instead of next to the checkbox

make form label read-only

$
0
0

Replies: 3

I am using Contact Form 7 and would like to know how to make a label defined on the Form tab locked so it cannot be changed on the Mail form by the user. For example, I want the email sent with a fixed subject and message to a fixed email address. I’m using the form in a widget that shows the label’s values, but they are editable by the user.

I tried to use the “hidden” attribute, but that doesn’t work.

Viewing all 49500 articles
Browse latest View live


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