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

[Resolved] Problems receiving message body

$
0
0

Replies: 2

My form code.

<div class=”row”>
<div class=”col-md-6 form-group”>[text* your-subject class:form-control placeholder “Titulo: ex nome do seu negócio”]</div>
<div class=”col-md-6 form-group”>[url* your-url class:form-control placeholder “Site:”]
</div>
<div class=”col-md-6 form-group”>[text* your-text class:form-control placeholder “Endereço: ex Rua, Bairro, Nº”]</div>
<div class=”col-md-6 form-group”>[text* your-text class:form-control placeholder “Cidade: “]</div>
<div class=”col-md-6 form-group”>[tel* your-tel class:form-control placeholder “Telefone 1: ex (99) 9999-9999″]</div>
<div class=”col-md-6 form-group”>[tel* your-tel class:form-control placeholder “Telefone 1: ex (99) 9999-9999″]</div>

</div>
<div class=”form-group”>[text* your-name class:form-control placeholder “E-mail:”]</div>
<div class=”form-group”>[textarea your-message x5 class:form-control placeholder “Descrição do seu negocio”]</div>
<div class=”form-group”>[submit class:btn class:btn-primary class:admin-color-setting “Cadastrar”]</div>

Message body

De: [your-name] [your-email]
Assunto: [your-subject]

Site: [your-url]
endereço: [your-text]
cidade: [your-text]
Fone: [your-tel]
Fone: [your-tel]

Corpo da mensagem:
[your-message]

Only in the email I get repeated the phone number and text.

I wonder if the problem is in the code or body of the message

Thank you


Email is not being sent after CF7 ver 4.2.2

$
0
0

Replies: 2

Hi

I’ve been using CF7 for my webpages in the same hosting company (same server, every one is additional host in the same hosting).
I’ve been using PHP7 for some time now and I’ve just discovered that last version where my CF7 is working is 4.2.2 (even tested 4.6-dev).

Since 4.3 (same configuration in WordPress and CF7 form – basically default configuration) it’s not working, just displays error: “Failed to send your message. Please try later or contact the administrator by another method.” (in desired language).

It’s not related to theme, as with default 2016 theme it does not work.

This is awkward because in another websites latest version works fine. And all other email services within this webpage are working, too (backups, WP emails (registration etc) etc).

Reply to configuration

$
0
0

Replies: 2

Hi.

I’d like to know if it’s possible the following reply-to functionality:

The user fills up a form and chooses a subject (from a dropdown field).
Depending on the subject chosen, is possible to configurate different reply-to emails?
Or any workaround (maybe 3rd party plugin)?

Many thanks,
Andre

I can’t see the fields in Shortcode

$
0
0

Replies: 1

Hi,
I’m trying to create a database from Contact Form 7 Export (version 4.5). When I try to select the fields from the drop down menu in the columns tab only I see the choices $ _POST (param), $ _ GET (param) and $ _COOKIE (param), but I do not see the list of available fields.

Basically i can not create the string [CFDB-table form = “test module” show = “Submitted, your-name, your-surname”], but I can only create this: [CFDB-table form = “test module” show = “$ _ POST (param), $ _ GET (param), $ _ COOKIE (param)”]

Can anyone tell me where I’m wrong?

thanks and sorry for my english.

Some fields do not convert to page stylesheet

$
0
0

Replies: 0

Only parts of the contact form adapts the stylesheet from the page theme. How can I make it look the same everywhere?

How to change the directory of files to attach

$
0
0

Replies: 1

In my shop, the seller must send an e-mail to the customer/customers.

And to this e-mail must add the file (prepared by me a contract that I have uploaded to the server: wp-content / files).

And when he press “attach a file”, the files can be only add from “my computer”, “flash drive”, ect…

But as an administrator, I want the files have been added to the E-mail from the folder created by ME and not from anywhere.

How can I do this?

and the second question:

How to make the drop-down list of registered users, to whom I want to send e-mail (a choice: one, two, five, all) automatically added to the list, not manually

Limited validity period CF7 forms

$
0
0

Replies: 0

Greetings,

I’m looking for a solution that would allow me to define a validity period for Contact Form 7 forms, that would only display then when today’s date is within the allowed period, and show a message if not.

Basically, when creating the form, one could set
– start date
– end date
– message to display
Then, when displaying the form, check the current date:
– if < start date or > end date, do not show the form, but print the message instead
– if >= start date or <= end date or both dates are not set, show the form

Questions:

Do you know of some add-on plugin that would do this (I searched wordpress.org without success) ?

Do you think this is a feature that could make its way into a future version of CF7 ?

Should no solution exist, could you offer any advice on how I could try to implement this myself (I know PHP but have never done any WP plugin development) ?

Thanks in advance
Damien

[Resolved] “send.php” error

$
0
0

Replies: 1

Hi.

I’m having trouble with a form contact page in my site. Here it is: http://manhattanmassage.com.br/contato.

It was filled with PHP code by the original designer, and curiously I think I’m not getting to use formcontact plugin because this code imposes itself:

<?php get_header(); ?>
<div id="whitebox">

<div class="whiteleft">
		<h2>Contato</h2>
<?php $mensagem = $_GET['msg'];
		if ($mensagem == "ok") {
		echo '<span style="display:block; padding:5px; border:1px solid green; margin:15px 0; font-weight:bold;">Mensagem enviada com sucesso! Aguarde nosso retorno.</span>';
		}
		elseif ($mensagem == "doh") {
		echo '<span style="display:block; padding:5px; border:1px solid red; margin:15px 0; font-weight:bold;">Ocorreu um erro ao enviar sua mensagem. Verifique se seu e-mail está escrito corretamente e se todos os campos estão preenchidos e tente novamente.</span>';
		}
	$randomum = rand(1,5);
	$randdois = rand(1,5);
	$randres = $randomum + $randdois;
		 ?>
		<form id='xc_contato' action='<?php bloginfo('template_url'); ?>/send.php' method='post' class='wpcf7-form'>
		<input type="hidden" name="rrandres" id="rrandres" value="<?php echo $randres; ?>" />
		<label for="nome">Seu nome</label><br />
			<input type="text" name="nome" id="nome" /><br /><br />
			<label for="email">Seu e-mail para contato</label><br />
			<input type="text" name="email" id="email" /><br /><br />
			<label for="mensagem">Mensagem</label><br />
			<textarea name="mensagem" id="mensagem"></textarea><br /><br />
			<label for="rrand">Quanto é <?php echo $randomum." mais ".$randdois; ?>?</label><br />
			<input type="text" name="rrand" id="rrand" /><br /><br />
			<input type="submit" id="enviar" value="enviar" />
		</form><!-- form -->
		<p>Atenção: Seu endereço de IP será usado para identificar sua mensagem.</p>
	</div><!-- white left -->
(...)
	</div><!-- white right -->
	<hr />

</div><!-- whitebox -->
<?php get_footer(); ?>

When somebody tries to fill the form and send a message, it leads to a non-existing /send.php page and nothing is sent.

Does anybody have any idea about what is going on?

Thank you very much!

Leonardo Oliveira


Receiving Separate Inquiries within a Single String

$
0
0

Replies: 0

Hi.

A client that has Contact Form 7 being used on their website for inquiry and booking forms is receiving separate inquiries within one “string” within their email apps. They are using Gmail for their email and the issue shows in both the webmail dash for Gmail and Outlook on their Android mobile device (a Samsung). The interesting thing is that Outlook on the desktop is not having the same problem.

They are setup with the SMTP measures to make sure that their mail is not mistakingly considered to be spam when sent via the websites inquiry form, and all was good until recently.

Anyone have a similar experience or able to assist with potential issues that may be causing this? I’m hitting deadends pretty quickly when I look into it.

Many thanks,

[Resolved] Form Messing Up

$
0
0

Replies: 0

PayPal Ext. Pro version is not working with your plugin.

datepicker stops at 2016

$
0
0

Replies: 0

Does anyone know how I can extend the year to a later time? December 21, 2016 is the last day the datepicker currently shows. How can I change it to a later date?

Take a look at http://dactexas.org/services/interpreting/ and click on the calendar on the interpreter request. Seems like a quick fix but wanted to ask you first.

Thanks!

Contact form 7 slows down my site

$
0
0

Replies: 2

I have a serious problem with contact form 7 Consumes me and slows down my WordPress template in almost 50%
I have reinstalled contact form 7, wordpress, back do everything from the beginning, I have disabled the load on all the pages in the configuration file of wordpress, I have deleted other plugins, etc.

I have done everything and nothing works even disable the js, css in the configurations of Contact form 7, from true to false and nothing works.

FORM DOES NOT DELIVER EMAIL

$
0
0

Replies: 1

When I write an email here:

uni.enida.de/kontakt

I do not receive the email to my account! Nothing happens! This is TERRIBLE because my clients think I received their email but I didn’t!

PLEASE HELP IMMEDIATELY!

[Resolved] Horizontal position of the form

$
0
0

Replies: 2

My form is automatically positioned more to the right, how can I edit the horizontal position. I have not included any code for a frame or what so ever.
Check the simple form here.
http://www.oeihousing.com/contact

Checkboxes and Menus question

$
0
0

Replies: 2

Hello, I was wondering how it would be possible to see what exactly a person checked in a checkbox or chose from a drop down menu? Is it possible to see their choice via an e-mail I receive as a result of their submission? Thanks.


Datepicker

$
0
0

Replies: 0

Hi
datepicker with only saturdays selectable?

[Resolved] Special Mail Tags broken by addon

$
0
0

Replies: 3

Hi,

I am the author of https://wordpress.org/plugins/international-telephone-input-for-contact-form-7/

I have had a support request telling them that my plugin breaks all special mail tag provided by contact form7 ([_remote_ip], [_user_agent] etc..)

I have no idea how my plugin can interfere with it.

Could you please give me a hand?

My plugin creates a new type of field that gets international telephone numbers (with the international code). I use this jQuery plugin to do so: https://github.com/jackocnr/intl-tel-input

This is the description of what I do:

  • I have a functions.php file which simply calls other files
  • I have activation-checks.php which checks whether contact-form-7 is activated and puts a message if it is not
  • I have form-shortcode.php which defines [intl-tel’] and [‘intl-tel*]
  • I have filter.php which checks whether the fiels is empty and whether it is a phone number
  • I have tag.php which creates the tag generator
  • I have mail-tag.php which creates some new mail tags that get different parts of the input. This mail tags finish with ‘-cf7it-national’, ‘-cf7it-country-code’ and ‘-cf7it-country-name’
  • I have really no idea where to start looking for… Any ideas?

    I don’t have the URL of the website, as it is a private DEV website…

‘Failed to send email’ error message Contact 7

$
0
0

Replies: 3

Hi,

I have tested all my enquiry forms on my website http://www.protech-solutions.co.uk and I am getting the same error message with red line surrounding (“Failed to send your message. Please try later or contact the administrator by another method”. I have checked for any server issues with my host but am waiting to hear. Can you let me know if there is anything I can do through website admin?

Thanks

Random error {“mailSent”:true,”into”:”#wpcf7

$
0
0

Replies: 2

Hi i’m using contact form 7 in this site http://www.autonoleggiosemplice.it and randomly on some link like a http://www.autonoleggiosemplice.it/auto/audi-q2-1-6-tdi/ (in this case) appear this error.
{“mailSent”:true,”into”:”#wpcf7-f1273-p1872-o1″,”captcha”:null,”message”:”Il tuo messaggio \u00e8 stato inviato correttamente.”,”onSentOk”:[“location = ‘http:\/\/www.autonoleggiosemplice.it\/confermarichiestapreventivo’;”]}

I notice that error depends by the slug of page, if I rename my permalink return to working fine but something in DB break and I can’t use old slug ever…result message in the top……

Can you help me please ?

CF7 version: 4.3.1

[Resolved] Translation Contact form 7

$
0
0

Replies: 2

Hello, I use contact form 7 module and need translate it to hebrew. I checked language pack \languages folder, it exists but I still downloaded he_Il.po/mo files and placed there..
What can be the reason that my form is still on english (name of fields and button “contact us”)?
Thank you

Viewing all 49020 articles
Browse latest View live


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