Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Referrer Input for Contact Form 7

Описание

Addon for Contact Form 7 that creates a new kind of input that contains the URL of the page the user visited before the contact form page.

You can choose where in your email to introduce this info by using a mail-tag, like any other field.

How to use it?

Once you have installed and activated your plugin, a new type of field will be available in your Contact Form 7 forms. In order to add it to your form, you can either click on the «Referrer» button above your form editor, or add the shortcode like: [cf7rfr_referrer {your-referrer}] ({your-referrer} has to be replaced by the name you want to give the field)

To recover the field’s info on your email, use this tag: [{your-referrer}]. It will print a URL.

What referrer in Contact Form 7?

This plugin looks at the HTTP referrer. Not at the traffic source. So, if your user comes from google, clicks some links in your site and ends up in your contact form page, the field will contain the last page in your site your client visited. It will not tell you whether the client landed from Google. This is meant to give you some context to the user’s message. Sometimes, they say «I love this product!» but you have no idea which one they are talking about. With the referrer field, at least you know what they saw last.

This plugin works well with cache plugins, because the field is filled using javascript on the user’s computer in stead of the server.

Установка

  1. Install Contact Form 7 from wordpress.org/plugins/contact-form-7/
  2. On the left side menu select Plugins > Add New
  3. In «Search Plugins» field enter «Referrer Input for Contact Form 7» and search
  4. Press «Install Now» button

Часто задаваемые вопросы

How do I report a bug?

Please let me know what’s going on, with as much detail as you have.

Отзывы

Посмотреть 1 отзыв

Участники и разработчики

«Referrer Input for Contact Form 7» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Referrer Input for Contact Form 7» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • First release
    *Check compatibility with WordPress Version 5.4.1