Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

CFS – Contact Form 7 Field

Descrizione

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.

Screenshot

  • Creating the field
  • Using it

Installazione

  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

FAQ

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 🙂

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“CFS – Contact Form 7 Field” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“CFS – Contact Form 7 Field” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “CFS – Contact Form 7 Field” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

1.1 (2016-12-06)

  • Main class now extends cfs_field

1.0 (2016-10-06)

  • First Relase