11 New And Fresh Contact Form Templates Demos

1. Creative Unified Forms

featured image

You can create forms with unlimited fields, content and looks! You will be able to do any kind of form, feedbacks, quizz, inquieryes and more just by: dragging and dropping + naming fields.Powerful wysiwyg constructor to design any kind form. Google maps widget – to show location on your contact form.A variety of settings to control your form looks, including:

4 templates to choose from;

Visibility settings allow you to configure your form to be displayed to certain roles and on certain pages.Unique export/import functions – you can export your form for others (or just clone it for yourself). You can import form samples form our site.E-mail notifications and automatic replies upon form submit.Ability to embed form in any page using tinymce button and even in wordpress menu!

10(!) templates to choose from;

New optional redirect field in general tab allows you to redirect user upon form submission to any page;

Allows you to automaticly open form after user has browsed certain number of pages.Another display tab feature allows to limit number of form submits. You can select if you want only 1 form submit per user or multiple submits.Added button to tinymce editor to add CRU-form on any page;

You can open form from menu: for this purpose you will need to add new menu link and set as title:

cru-form-anchor-[form_id], where form_id = ID of the form, you can find it on your form edit page in embed tab;

New tab on form settings page with ready code snippets for:

Form validation:

Upon HTML form submission will be validated via javascript before submitting;

you can now enable e-mail notifications to your e-mail upon form submit button aswell as automatic replies to user who submitted form.along with pre-defined tokens there are user-defined tokens (named same as your form fields).we have reworked themes for forms, now there are 4 themes that differ by width of the form:

  - wider-clumpered (400px wide, certain form elements like textfields can be 2 fields per row);

  - widescreen (735px wide, form elements are stacked in rows now).you can not hide/show form in admin interface clicking on label.added theme border radius option – now you can control border radius of your form and elements via this setting independantly, instead of being stuck to certain theme;

  - color – you can set layer color to match your website or specific form settings. If you put it before big elements like textarea or radio buttons they will go to new line and form will look better.

More Details

2. Formoid

Formoid

Formoid makes creating beautiful web forms a cinch and a joy. With a no-coding drag-n-drop GUI, trendy Flat, Metro, Bootstrap form themes, pure css styled, responsive, retina-ready form elements, as-you-type validation, anti-spam captcha - Formoid is a just incredible form tool!

Modern Metro, Flat, Bootstrap form themes with fancy color schemes.

Pure CSS radios, checkboxes, selects, file upload, date picker, tooltips, and even google captcha!

All form elements look brilliantly on high resolution displays and devices.

Fully optimized to work on desktops, mobiles, and tablets.

More Details

3. SourceBaker - Rich Custom Android Webview Template

featured image

App templates are generated within a matter of seconds! And you only need to import your template, and without having to edit even a single line of code, you can produce an application ready for publishing!

Still having some questions? No problem! Contact us at crew@sherdle.com or at the contact form template provided by Codecanyon.

More Details

4. LivIcons - 303 Truly Animated Vector Icons

featured image

Due to frequent requests from other authors I decided to let using LivIcons in your themes (templates).You must email me through a free HTML contact form (not directly) on my profile page with your theme (template) name where you plan to use LivIcons

More Details

5. AJAX Form Pro LITE: No MySQL Required

featured image

NOTE If you need a feature that is not within the current ones, write me on private (use the right-side “Contact Form” from my profile page) about it and I might be able to help you

The current Live Preview is from the full version of contact form widget Pro which has a Control Panel. If you wish to rate this item lower than 5 stars, then please make sure you contact me first about any problem you might have with it and I will do my best to assist you. AJAX Form Pro a professional multi-usage web form meant to enhance the functionality of your website by providing an interactive user experience for your website visitors that need to reach you, whether they need to send a feedback, share their opinion regarding your website, fill a survey or even make a room reservation online. The script can be practically used to create any type of ajaxified, yet secure form that collects data and sends it to your email inbox including but not limited to:

Contact/Feedback Form

Support Form

Customer Survey Form

Online Product Order Form

Event Registration Form

Employment Form

Make a Room Reservation online form creator

Send Testimonial Form

Gift Order Form

Some of the features you get with HTML submit form Pro:

Each form has its own configuration file. For instance, you can enable the CAPTCHA for a form, while you can disable it for another form.This makes the form completion process interactive. The errors show/hide while the user fills the form. If this feature is disabled, then all the errors will show above the form once the user clicks the submit button. Clone Form

It can be useful if you have a multilingual website and you want to have a form in more than one language

This ‘file attachment’ feature is also available if you use the ajax form builder jQuery inside a Lightbox. Fully (CSS & HTML ) Customizable: Supports any form element

Turns into a simple contact form Form if JavaScript is disabled

Is the visitor in that 3% of people that have JS disabled? No worries! The form degrades gracefully into a basic non-AJAX PHP Contact Form.Display the form in a Mac-style ‘lightbox’ that floats overtop of web page. Modal Form with Sliding Transition (Left & Top)

Each form has its recipients. For instance, one can be set to send the form information to the Marketing Department while other can be set to send the information to the Billing Department.3 Layouts Available: ‘Left’ and ‘Right’ Justified Horizontal Labels, Vertical Labels, In-Field Labels + You have the option to create custom templates for each form (if you wish to customize them in depth)

The e-mail templates (message, subject) are customizable

The admin interface is intuitive and you can snap off a form in a few minutes. I can’t say enough about this form.

More Details

6. Ajax Contact Form with attachments

featured image

Ajax Contact Form with Attachments and no spam control (drag and drop, reCaptcha, ayah)

The w2 Ajax Contact Form is a complete solution to create ajax contact form. You can easily create your own forms HTML templates and your own themes CSS.New HTML form template with HTML5 attribute placeholder.Adding the HTML attributes enctype=”multipart/form-data” for form element in examples.Automatic reloading of AYAH after form submission.You can add your own custom file field in your form.code source form editor (included in download package).You can use multiple instance of form in the same page.//Initialisation of the form

resetForm: true, //Spcifie if reset form after submit (true / false)

reCaptchaId: 'recaptcha', //Specifie an unqiue ID for HTML element where reCaptcha will be integrated (just specifie the ID do not create the element in the form)

showBtnSend: false, //Specifie if the btn send is visible when loading form when No Spam Control is activate (true / false)

//creation of a new instance of Class Contact

$contact = new W2ContactForm();

//if you need to redefine some parameters (example: if you have several contact form in your web site)

If you don't specifie email sender the email used to send the mail will be the user mail (who submit the form)

$contact->setMailSender('no-reply@mywebsite. $contact->setMailRecipient(array('1' => 'youremail@mail. $contact->setAutoResponder(true);

$contact->setMailResponder('no-reply2@mywebsite. $contact->setSiteName(array('name of web site'));

//Specifies the PHP contact form required fields for the form validation. $contact->setRequiredFields(array('recipient', 'mail', 'subject', 'message'));

$contact->setBodyMessageFields('<p>E-mail: [mail]</p><p>Version: [version]</p><p>Phone: [phone]</p><p>Date of Birth: [datebirth]</p><p>Country: [country]</p><p>Web site: [website]</p><p>Message: [message]</p>');

//Specifies the subject of the email if you don't use subject field in your form

$contact->setMailSubject = 'subject of the message';

$contact->setHtmlFields(array('message'));

//Specifies if HTML tags is accepted in the email message (for the textarea form element)

$contact->setAcceptHtmlContent(false);

//Specifies if the form submit HTML is encoded in utf_8

$contact->setUtf8Encode(true);

$contact->setUploadsFolder(dirname(__FILE__). $contact->setMaxFileSize(1000000);

$contact->setMaxAttachmentFiles(5);

$contact->setExtFileOk(array('pdf', 'doc', 'docx', 'jpeg', 'jpg', 'png', 'gif'));

$contact->setDeleteUploadsAfterSending(true);

//Specifies the minimum and the maximum time between submission of the form (in seconds)

$contact->setAntiSpamTimeControl(array('min' => '5', 'max' => '3600'));

$contact->setAutoCHMOD(false);

$contact->setNoSpamControl(true);

//Specifies if you want to use recaptcha for JavaScript validation form

$contact->setReCaptcha(false);

//Specifies if you want to use AYAH for simple HTML form

$contact->setAyah(false);

$contact->setLang('en');

$contact->sendEmail();

More Details

7. AJAX Form Pro: Create Unlimited Secure Forms

featured image

NOTE If you need a feature that is not within the current ones, write me on private (use the right-side “Contact Form” from my profile page) about it and I might be able to help you

If you wish to rate this item lower than 5 stars, then please make sure you contact me first about any problem you might have with it and I will do my best to assist you.- Improved the installation wizard by adding extra instructions and making the URL to ajax form jQuery Pro to be validated correctly

- Added "Close Box and Return to Form" button in the Upload Lightbox

- Added a new feature: Import Form from HTML

* Added relative path (during the script installation) to the Form URL so you can load and use the CAPTCHA with both www and non-www in front of the domain name or if you load the same Form from URLs that have wildcard subdomains.* Send Post Data to remote URL: Useful for developers who do not wish to have an email sent or the message stored in the data, but just to create a form and send the jQuery ajax gallery to another page, whether it's for a forum registration, a newsletter subscription etc.* Export All Messages from a Form / All Forms

* Export All the Fields Values that were stored for a Form (if the save data to DB is enabled)

* Turn Form into a basic PHP contact form Form: if, for any reason, you want to disable the lightbox ajax and have the page refreshed after the user presses "Submit", you can do that now.* Fixed an UI bug: the attachments were not cleared after HTML form submit link

AJAX Form Pro a professional multi-usage web form meant to enhance the functionality of your website by providing an interactive user experience for your website visitors that need to reach you, whether they need to send a feedback, share their opinion regarding your website, fill a survey or even make a room reservation online. The script can be practically used to create any type of ajaxified, yet secure form that collects data and sends it to your email inbox including but not limited to:

Contact/Feedback Form

Support Form

Customer Survey Form

Online Product Order Form

Event Registration Form

Employment Form

Make a Room Reservation online form maker

Send Testimonial Form

Gift Order Form

Some of the features you get with jQuery ajax form validation Pro:

Each form has its own configuration file. For instance, you can enable the CAPTCHA for a form, while you can disable it for another form.This makes the form completion process interactive. The errors show/hide while the user fills the form. If this feature is disabled, then all the errors will show above the form once the user clicks the submit button. Clone Form

It can be useful if you have a multilingual website and you want to have a form in more than one language

This ‘file attachment’ feature is also available if you use the contact form jQuery inside a Lightbox. Fully (CSS & HTML) Customizable: Supports any form element

For example, this feature is useful if you want to have a “Registration Form” with “Check-In” and “Check-Out” fields where you obviously need to have the later bigger then the former

Turns into a simple PHP Contact Form if JavaScript is disabled

Is the visitor in that 3% of people that have JS disabled? No worries! The form degrades gracefully into a basic non-AJAX PHP Contact Form.Display the form in a Mac-style ‘lightbox’ that floats overtop of web page. Modal Form with Sliding Transition (Left & Top)

Each form has its recipients. For instance, one can be set to send the form information to the Marketing Department while other can be set to send the information to the Billing Department.Includes: Basic (something must be typed, selected), E-Mail, Numerical (only numbers allowed), Phone Numbers (by using any format you would like), Minimum/Maximum Characters, Equal with (X) Characters, Field1 = Field2, No Duplicate Values (check if the same value was already sent through past form submits), Regular Expression. From AJAXified to Simple PHP Form

Do you have reasons to disable the recaptcha ajax validation jQuery and have the submit HTML form the old way? You can do that in the Admin Panel. This setting is applied to that specific form only.Want to have the user subscribed to a newsletter, to a forum or to a membership website? No problem! All the form’s POST data can be sent to a Remote Page that will process the data.3 Layouts Available: ‘Left’ and ‘Right’ Justified Horizontal Labels, Vertical Labels, In-Field Labels + You have the option to create custom templates for each form (if you wish to customize them in depth)

The e-mail templates (message, subject) are customizable

The admin interface is intuitive and you can snap off a form in a few minutes. I can’t say enough about this form.

More Details

8. Simple Contact Slider

featured image

Simple Contact Slider is a very easy to use plugin for adding classic contact form into any and all pages of your WordPress powered website. Contact form is responsive, hidden behind the tab on the left or right side of the screen, and it is sliding into the screen when user clicks on tab. Depending on the screen size, width of the form will get smaller, and if needed, vertical scrollbars will appear. Form has validation built in for fields that are required, and it can have from 3 to 14 fields displayed.Plugin is ideal for most websites where you need simple way for visitors to get in touch, using effective slider method to hide the contact form. Includes 10 default schemes for slider tab and contact form. Change screen location and vertical position for slider tab and form. Control on what website pages you want contact slider displayed. Customize all labels and messages displayed in the contact form. Customize HTML and Text email templates for sending messages.When visitor fills in and sends the contact form, plugin takes the data and creates email that is sent to you (to any email you provide in plugin settings). Plugin is not saving any contact messages into database.Plugin includes total of 14 fields for contact form:

Plugin offers 4 methods of protecting the form against spam messages:

Banned IP’s: list of IP’s to prevent from using contact form

accessing the contact form 7 captcha not showing in the future.Email templates support use of many different data tags

Control form visibility if accessed on mobile device

Email message can include page from where the contact form script was open

New: Correct styling for form elements under iOS

New: Form Messages can now support HTML

More Details

9. jQuery Order Form Builder

featured image

7 September 2012: I am aware of the fact that some people have been having issues installing/configuring jQuery Order Form Builder correctly. To address this, I have been working on an online version, called My Form App (previously Order Form Builder). Please be patient and feel free to either comment on the item or contact me through my profile page if you encounter any errors. jQuery Order Form Builder is a simple to use order form builder that takes care of all the behind the scenes stuff required to build an order form. All you have to do is configure the form in the visual editor, and click download, and you get a ZIP file with all the files you need for your form!

jQuery Order Form Builder has heaps of features, from email templating to custom validation. Every HTML form input is supported, as well as animate jQuery UI Sliders & Numeric Spinners. jQuery Order Form Builder requires a web server with PHP 5 . Added validation options to form fields

Added tab key functionality to allow to change between form fields using the keyboard

Added Email Templates section to Configure Settings

Added Send Customer Email option to Configure Settings -> Form

Added Admin Name variable to email templates

Added Auto Redirect option to Configure Settings -> Form

Added custom variables to form inputs

Added Date Format to Configure Settings -> Form

More Details

10. Wordpress Ajax Contact Form with attachments

featured image

Ajax Contact Form with Attachments and no spam control (drag and drop, reCaptcha, ayah) for Wordpress

The w2 Ajax Contact Form for Wordpress is a complete solution to create ajax contact form in Wordpress. You can easily create (Full HTML edition) your own forms HTML templates (add or remove fields) and your own themes CSS.The plugin include features to solve theme conflict (Global Settings section), so if there is a theme conflict and you want to buy the plugin you can contact the technical support (send the url of the page where the form is displaying) to know the right configuration of the Global Settings section to solve theme conflict.Possibility to specify different translation file for each form (usefull to use several auto-reponder message).New HTML form template with HTML5 attribute placeholder. In automatic mode the form will use the language of your wordpress.Possibility to update the contact form plugin plugin translation text for “en” and “en_US” language in the file “js/w2_contact_form/localization/message_en. This system prevents unwanted form data loss when user un-active the plugin. Example you can apply a fade out to the form after success submission.Automatic reloading of AYAH after form submission.Possibility to use PHP code in HTML source code editor when you integrate the form via PHP hard code (feature only available for PHP hard code integration).Possibility to create mail subject template by including existing form fields value.New feature to integrate a form by using PHP hard code (directly in your theme files).You can add your own custom file field in your form.Fix bug for fields setting configuration when the form have 0 required field.New feature to include several form in the same page.New feature to auto-configure the fields settings section by checking the HTML elements of the form with jquery.New selection page feature to display the form in different type of page (page, post, portfolio, products).Multi-selection page feature (to display the same form in several pages).You can create your own HTML template files and automatically add them to your lists of template in the form editor.You can create your own CSS theme and automatically add them to your lists of Theme in the form editor.

More Details

11. Modal Contact Form for WordPress

featured image

Our Modal Contact Form for WordPress lets you easily add a stylish contact form to your WordPress blog. Adds a ‘contact us’ button to your WordPress site

Contact form appears inside a modal window/lightbox (powered by Facebox)

Upload the ninety-modal-contact plugin folder to your wp-content/plugins/ directory. Your ready! In the WP admin panel you will now see the ‘Modal Contact’ section under settings.Contact form not showing? Modal windows not working?

(action) before_ninety_message – before the message field on the contact form generator

(action) after_ninety_message – after the message field on the contact form captcha

(action) process_ninety_modal_contact_form – done when validating fields from the form

The form is provided as-is so if you want to add new fields etc etc go for it! Read above, just don’t ask us for instructions because its beyond the scope of the contact form wordpress plugin we provide

Cleaned up the templates.

More Details

12. Ready to Send Mailer

featured image

Ready to email contact form has packed everything you need to include a website contact form generator on your website easily, include CSS3 animations, Ajax functionality, php example files, send email using SMTP, Google address autocomplete, shows your location in full screen, drag to show control, JQuery validation, customized textboxes and buttons, 2 Base colors, 2 display types, 3 email layouts , 3 html templates included for send attractive html emails, 8 themes 8 social links to choose.

More Details