Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

CFS – Contact Form 7 Field

Descripció

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.

Captures

  • Creating the field
  • Using it

Instal·lació

  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

PMF

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 🙂

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«CFS – Contact Form 7 Field» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

“CFS – Contact Form 7 Field” s'ha traduït a 1 configuració regional. Gràcies als traductors per les seves aportacions.

Traduïu «CFS – Contact Form 7 Field» a la vostra llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

1.1 (2016-12-06)

  • Main class now extends cfs_field

1.0 (2016-10-06)

  • First Relase