=== Dev Con Form === Contributors: Node London Tags: developers, form, contact, email, mailer, recaptcha, contact form, contact forms, flexable Requires at least: 4.7 Tested up to: 4.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Take control over the styling and layout of your contact forms == Description == Are you familiar with html and css? Does your current plugin give you the markup you need to build a eye popping, responsive or just outright funky contact forms? Add your template PHP file to your theme, tell Dev Con Form where it is and it will take care of the rest. = Tested on = * Mac Chrome == Installation == 1. Copy 'dev-con-form' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click on the new menu item "Contact Forms" and create your first form! 4. When you have created your first contact form you can view shortcode on the "Contact Forms" page 5. Paste your newly created shortcode on to your posts, pages or anywhere else that allows shortcodes == Changelog == = 1.0 = Initial release == Upgrade Notice == = 1.0 = Initial release == Frequently Asked Questions == = How do I add more form fields? = You will need to make a custom template file to achieve this. Please follow these steps to achieve this: 1. In your wordpress theme directory, create a new folder called "devconform". 2. Copy the code from this example (http://codepen.io/nodelondon/pen/bqQZgR?editors=1100). 3. Paste the code into a new .php file. 4. Edit the form elements to suit your needs (do not add a
tag in this file). 5. Save the .php file into the devconform folder you created in step 1. 6. In the Wordpress CMS, Select "Contact Forms" and Add New or Edit an existing form. 7. In the Layout section, select your custom layout in the dropdown menu and select "Create" or "Update". If you cant see your layout name, make sure you followed steps 1 to 4 correctly. 8. If you've used the shortcode anywhere in the front end, you should be able to see the changes. = How do I change the layout of the existing form? = You cant change the default form but we've made it easy to create a new one. Please follow these steps to achieve this: 1. In your wordpress theme directory, create a new folder called "devconform". 2. Copy the code from this example (http://codepen.io/nodelondon/pen/bqQZgR?editors=1100). 3. Paste the code into a new .php file. 4. Edit the form elements to suit your needs (do not add a
tag in this file). 5. Save the .php file into the devconform folder you created in step 1. 6. In the Wordpress CMS, Select "Contact Forms" and Edit an existing form. 7. In the Layout section, select your custom layout in the dropdown menu and select "Update". If you cant see your layout name, make sure you followed steps 1 to 4 correctly. 8. If you've used the shortcode anywhere in the front end, you should be able to see the changes.