Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

CFS – Contact Form 7 Field

Опис

Tihs plugin creates a new type of field into Custom Field Suite: the user can select any form generated with Contact Form 7.

You can get the form HTML using CFS()->get( 'form_field_id' ) or the form ID using CFS()->get( 'form_field_id', get_the_ID(), array( 'format' => 'raw' ) ).

Note: Obviously, this plugin requires both Custom Field Suite and Contact Form 7 to work.

You can contribute to the source code in the GitHub page.

Снимци екрана

  • Creating the field
  • Using it

Постављање

  1. Upload the plugin files to the /wp-content/plugins/cfs-cf7 directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enjoy

ЧПП

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/cfs-cf7 directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enjoy
Can I choose HTML class or id of the form?

Yes. You can enter those values at Fields Group edit screen 🙂

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„CFS – Contact Form 7 Field“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

„CFS – Contact Form 7 Field“ је преведен на 1 језик. Хвала преводиоцима за њихове доприносе.

Преведите „CFS – Contact Form 7 Field“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

1.1 (2016-12-06)

  • Main class now extends cfs_field

1.0 (2016-10-06)

  • First Relase