Cf7 Blank – Contact Form 7 Plugin Skin


Cf7 Blank is a Plugin Skin
for Contact Form 7 – which is free to download!

Author: Themeover
Requires: Microthemer or Microloader

Theme Description

A blank Plugin Pack for styling Contact Form 7 Contact forms. This Plugin pack contains no actual styles, just pre-defined Selectors for users to customise their contact forms however they like via the Microthemer UI.

Theme Tags

cf7 plugin styles, customise contact form 7, wordpress plugin, wordpress plugins 3.0, plugin styles, microthemer

Tested in Modern Browsers

Cf7 Blank has been tested in the following browsers:

Firefox, Chrome, Safari, Internet Explorer 7 to 9

Theme Files

  1. config.json
  2. license.txt
  3. meta.txt
  4. readme.txt
  5. screenshot.png

Instructions in readme.txt

Contents

  1. Example Contact Form 7 Markup To Adapt When Using This Plugin Style

Example Contact Form 7 Markup

When creating this skin for Contact Form 7 I used the following markup. You will probably want to change this for your particular form but pay attention to the formula it follows. Namely, a label followed by a line break followed by the form field shortcode, all contained within paragraph tags:

<p>Your Name (required)<br />
[text* your-name] </p>

<p>Your Email (required)<br />
[email* your-email] </p>

<p>Subject<br />
[text your-subject] </p>

<p>Your Message<br />
[textarea your-message] </p>

<p>Select Color<br />
[select menu-242 "Red" "Blue" "Green" "Purple"]</p>

<p>Select Size<br />
[checkbox checkbox-56 "Small" "Medium" "Large"]</p>

<p>Select Brightness<br />
[radio radio-212 "Light" "Dark"]</p>

<p>[captchac captcha-301]<br />
[captchar captcha-301]</p>

<p>[submit "Send"]</p>

Changelog

1.2 (8 May, 2013)
Removed some redundant selectors to keep up with the latest contact form 7 code.

1.1. Updated the Text Input Selector to accommodate inputs with a "type" attribute of email and file.

Close