Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

CFS – Contact Form 7 Field

Deskripsi

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.

Tangkapan Layar

  • Creating the field
  • Using it

Instalasi

  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

Tanya Jawab

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 🙂

Ulasan

Belum ada ulasan untuk plugin ini.

Kontributor & Pengembang

“CFS – Contact Form 7 Field” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

“CFS – Contact Form 7 Field” telah diterjemahkan dalam 1 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.

Terjemahkan “CFS – Contact Form 7 Field” dalam bahasa Anda.

Tertarik mengembangkan?

Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.

Log Perubahan

1.1 (2016-12-06)

  • Main class now extends cfs_field

1.0 (2016-10-06)

  • First Relase