19 Shocking HTML Form Submit Examples

1. Contact Form Generator - Form Builder

featured image

Contact Form Generator is a powerful form builder that enables you to create the most elegant forms in less than a minute. I’ve purchased almost every other form builder off CodeCanyon and yours is by far the best.- dutchess (purchased Contact Form Generator)

A HTML form upload version of HTML email form generator is available here:http://codecanyon.net/item/form-generator-wordpress-contact-form-builder/4613911

Complete Form Customization : every element in the form can be modified

Great Looking Forms : your contact form will match your website’s identity perfectly

Quick Setup : very easy to install, no database needed, upload your contact form and it will be ready to work!

What People Are Saying About contact form generator

This is by far one of the best form creator for wordpress generators i have purchase and the support is amazing!

- fightforcreativity (purchased Contact Form Generator)

- gurustar (purchased Contact Form Generator)

Full Customization Of Your Form Design:

A CSS file is provided with each form you create

Logo And Images : insert images in your contact form (upload available)

Drag And Drop Form Building Interface: create your form in a few minutes

Personalized Confirmation And Error Messages : write the messages displayed in the form in your own language

Contact Forms Archive System : each form you create is downloadable and archived on your server

Complete Contact Form Builder: It Has Everything You Need

All HTML Standard Fields Are Included:

    Submit Buttons

Every Elements Of Your Form Can Be Changed And Customized

Change The Colors : a color picker is available for every elements in your contact form

Change The form HTML submit

Drag And Drop Interface : organize and sort all the elements of your form in seconds

Notifications : a copy of the collected data in the form is sent to your inbox

Admin Notification : receive an email instantly when someone completes your contact form

User Notification (auto-responder) : automatically send an instant message to the user submitting the form

CSS file included with each contact form

CSS file included with each contact form

Upload Your Logo Or Any Image In Your Contact Form

Mobile Browser Compatibility : the contact forms you create with constant contact form generator will work like a charm on simple lightbox

Upload the form’s source files on your server and it will work out of the box

A zip file is provided for each contact form you create

The user notification message can be sent in plain text or HTML format date input field

New feature added: hover effects on the jQuery mobile slideshow

Improvement: Improvement: the PHP validate email address format of the person completing your form will automatically appear in the “from” field in your inbox

New feature added: the name displayed in the inbox “Form” field is now configurable

New feature added: images can be added in the contact form wordpress

Improvement: a notification is displayed at the top right of the form editor if a new version of free contact form generator is available for download on Code Canyon

First release of contact form generator

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. FormMapper Address Autocomplete with Geolocation

featured image

Optionally: you can add a map container that will display an interactive map with jQuery form builder drag and drop location finding capabilities and a form that will be populated with the complete address details including the latitude and longitude coordinates.html

The remaining details will be completed for you and if you include additional form elements or a map container they will be filled in with the appropriate content.html

If you click that button the site should first ask for your permission to locate you (if you haven’t already approved it) and then the site will automatically attempt to find your location, as close as possible and map it and fill in the form.formMapper() will run, the form address elements will be filled in, and the map will be shown.html

By conguring the form slightly you can handle multiple results.html

html

In addition to being able to fill in the form by entering an address, you could also search for the location of a Point of Interest (POI).html

html

html

html

Demo Contact Form

html

There is the usual form on the left that searches for a location and fills in the input items and has a smaller map included.Then there is the demo contact form on the right with a map that displays the location of the restaurant (as shown below.formMapper() plugin but is not attached to any form (since you wouldn’t want to change the display of where you can be found.formMapper element on the page is found in the wordpress contact form itself.This particular use of the formMapper() plugin does not update a map and does not have a list of form inputs for the various address components. However, if you fill out the form and click submit (it will not send the email in the demo)  it will just display the email content for you to view.By adding a list of hidden fields that each have address component names the form will have the various address items inserted without being visible to the end user and will be able to be sent along with the other (visible) form elements.details (The container that should be populated with the form data)

html#MapOptions

html#place_search_requests

In addition to simplifing your form’s address input for your site’s visitors there are so many uses for this plugin.

More Details

4. Essential Bootstrap Form Pack

featured image

Mammothology Essential Bootstrap Form Pack:

Working contact form using PHP mail

Ajax payment form with verification and loading icon

Subscription billing form example

Data sorting form with ajax example JavaScript to sort and filter by date, number and string

Address input form and pricing tables example too

Unzip form pack to your root webserver folder

Create a database using the included SQL file which will store all form input

Add data to the forms and submit and you’ll see it saved in your database

For the single payment form: http://example. For the subscription payment form: http://example.

More Details

5. 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 form textarea 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.New method to create your own HTML template for the mail body message.New javascript callback for submit success event. You can create your own javascript function for submit success event.code source form editor (included in download package).Easy to configure (html, css, javascript, php).Email message accepts HTML content (configurable).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)

reloadCaptcha: true, //Specifie if captcha is reloaded after submit (true / false)

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

submitAlertType: 'slide', //Specifie the type of alert displaying for submit (dialog / slide)

//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)

//Specifies the PHP contact form required fields for the form validation. //Specifies the subject of the email if you don't use subject field in your form

//Specifies the fields need HTML encodage (example: textarea)

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

//Specifies if the email HTML form generator is encoded in utf_8

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

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

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

More Details

6. SabaiDiscuss for WordPress

featured image

Custom fields with visual form builder editor (13 field types: Choice, Date, HTML, Markdown Text, Number, ON/OFF, Paragraph Text, Single Line Text, CAPTCHA, User, Section Break, File Upload, Image Upload)

Filters user HTML using HTMLPurifier for additional security

Bug Fixed: Fatal error when entering invalid URL in URL form fields

Bug Fixed: HTML target attributes were always stripped off

Improved: Nofollow HTML rel attributes are added to all outgoing links

Bug Fixed: Fatal error on form editor page if language is RTL

Bug Fixed: Value of CAPTCHA field not being cleared when form submit failed

Added: Show existing fields in form editor to allow reusing custom fields

Added: Options to disable (hide) tag/category form fields (Questions -> Manage Fields)

html to .html.Bug Fixed: Pages redirecting to https://xxx instead of http://xxx on after jQuery form submit validation on certain occasions

Improved: Search form sending out placeholder values as actual form values when some kind of HTML5 hack is in place

Bug Fixed: Some rendering issues with HTML forms

Internal: Allow each form element to add javascript code

Bug Fixed: Custom fields not being displayed in form on certain occasions

html)

html template file

html template file

Bug Fixed: Comment tooltips not being loaded after submit

Bug Fixed: Timepicker form field not showing the correct local time

Bug Fixed: Several form elements not being displayed at all on certain occasions

Improved: Custom fieds visual form editor user interface improved

Added: Visibility setting for each custom field which allows setting what type of user can see the field during form submission

Bug Fixed: Page not found error when trying to edit/add fields in visual form builder editor

Updated: HTML fields to display markup instead of system message in visual form builder jQuery editor

Added: Custom fields with visual form editor (8 field types: Choice, Date, HTML, Markdown Text, Number, ON/OFF, Paragraph Text, Single Line Text, and more to come)

Bug Fixed: Tag selection form not being displayed in some cases

More Details

7. X Forms - WordPress Form Creator Plugin

featured image

Themes/Color Schemes are applied accordingly to input form HTML elements, error messages, confirmation messages, help text and the submit button! So no need to style every element, save time by simple using presets (which can also be modified!) Take a minute and to check out the live demo to preview the color schemes on a dark or light theme.Form elements include:

Text Paragraph (allows HTML)

That’s right!, all form submission you’ll receive are submitted by humans and not robots! This is done without using Captha which is proved to annoy most users!

There is no loading time once the page is open, if you click something you get it instantly…in other words, no fancy animated loading icons to frustrate you during your form setup.Well, with 25 themes to choose from it should be hard to not to find something to not fit your theme…But just in case we’ve added a visual editor that allows you to change individual form elements or change the same element group as a whole by using the following settings:

Form entry storage and export

All form entries are stored and can be retrieved from the admin panel.Send professional custom confirmation mails to your clients upon completing a form.Add more then on form on a single page for example one (or more) in the page content, one (or more) in the footer and one (or more) in the sidebar.Creating a template is easy, simply create a form and use the duplicate form function!

More Details

8. Ether Forms Builder WordPress Plugin

featured image

Ether Form Builder WordPress

Plugin is a form building tool aided with visual composer for wordpress documentation

allowing creation of complex form layouts easily.commonly used form elements as well as some extra widgets accessible via

Added: shortcode (form-entries) to list the entries in the front end

Fixed: empty label and value in the form entry

Widgets accept shortcodes and html notation

Form entries viewable from gallery theme wordpress

Dowlnoad form entries in CSV format

Many form element types and a few widgets such as columns (1-6 and mixed), message boxes, images etc. to aid form design

Predefined form elements such ass Address, Email, Telephone etc. Customizable form submit button

Added: shortcode (form-entries) to list the entries in the front end

Fixed: empty label and value in the form entry

Fixed: Error preventing from accessing form entries

More Details

9. WP FrontEnd Form - Multi-Purpose Posting Form

featured image

Basic Form/Guest Post and/or login required option http://poster.net/simple-form/

Advanced Form with multiple fields http://poster.net/custom-post-type-form/

Custom Post a job form http://poster.net/post-a-job-form/

Custom contact form with Recaptcha support.net/contact-form-2/

Open a Ticket form http://poster.net/open-a-ticket-form/

Sign In Form http://poster.net/sign-in-form/

Sign Up Form http://poster.net/sign-up-form/

WP FrontEnd Form (WPF) is a Wordpress Plugin, use to create a guest posting form at Front-End with shortcode support.Can use to create a Blog posting form.Can use to create a News posting form.Can use to create a contact form widget with different fields support.Can use to create a Job posting form.Can use to create Portfolio posting form with multiple Upload fields.Withdrawal form

Sign In form

[V3] Sign Up form.Profile updating form.Copy wp-frontend-form folder to wp-content/plugins.Go to Plugins/Installed plugin, find WP FrontEnd Form and click active.Go to WP FrontEnd Form

net/wp-frontend-form-multi-purpose-posting-form/ Or send the question at http://codecanyon.WP FrontEnd Form ContactForm Plugin – Screenshots

- WP FrontEnd Form's extra plugin, use to build ContactForm with email notification support

[Fix] submit same element ID in a page.html#fluidGridSystem

[New] Adding Sign In Form use Shortcode.[New] Adding Sign Un Form use Shortcode.

More Details

10. jQuery Contact Tabs

featured image

A jQuery form validation not working generator for creating unlimited slide-out or static contact tabs containing AJAX powered customised forms. Plugin includes 12 different form elements and client-side validation. Add multiple tabs, each with its own custom form or use the built-in default standard contact form. All form HTML and styling generated by the plugin.Available Form Elements

URL field for including URL of page where form was submitted

Submit button

Create custom forms with 12 different form elements

Submit form via AJAX

Includes validation options for email form

Default contact form very easy to use – just add a single div tag to your web page & initialize the plugin!

Multiple examples including configurable demo and form samples.

More Details

11. 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. Text controls – to type custom text (including html);

Google maps widget – to show location on your contact form.A variety of settings to control your form looks, including:

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 wordpress post in any page using tinymce button and even in wordpress menu!

New optional redirect field in general tab allows you to redirect user upon HTML 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 email submission form PHP will be validated via javascript before submitting;

you can now enable e-mail notifications to your e-mail upon HTML form post 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

12. 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 submit ajax form jQuery mobile Pro which has a Control Panel. 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 builder

Send Testimonial Form

Gift Order Form

Some of the features you get with jQuery ajax 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 jQuery ajax gallery inside a Lightbox. Fully (CSS & HTML ) Customizable: Supports any form element

This way, you can create more complex web forms and surveys without editing any HTML code. Turns into a simple PHP 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. HTML Code Separated from the form HTML code

The script is powered by the Smarty template which is meant to ease the process of web design by separating the (logic) PHP Code from the (output) HTML code. Beside the fact that things are kept clean, it is also easier for you to make changes to the HTML structure without touching the PHP code.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 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

13. Sky Forms Pro

featured image

Sky Forms Pro is a set of beautiful form elements with large amount of javascript features: validation, masking, modals, ajax submit, datepickers.Modern ElementsIncludes progressive form elements: input with autocomplete, toggles and ratings.Ajax PoweredAllows you to easily and unobtrusively upgrade HTML forms to use AJAX instead of regular sumbit.Modal FormsYou don’t have enough space for the form? It’s not a problem! Use any form in modal window.6 designed statesEach form element has 6 states: normal, hover, focus, error, success and disabled. Semantic HTML markup and standards compliant CSS.Lifetime SupportTo get support please send me an email through the styling contact form 7 on my profile page.jQuery Form Plugin by The jQuery Foundation

More Details

14. Digital CSS3 forms

featured image

some CSS and HTML fixes

6 premade color styles and 3 background styles = 18 custom form styles

To help you decide is this form for you we create this small table with easy to read browser support CSS3 properties.

More Details

15. NETSA - Contact Upload Zip Mail

featured image

NEED A FORM CREATING , NO PROBLEM , FOR A SMALL $15.00 (IF YOU ARE IN THE UK ) FEE WE CAN CREATE YOUR UNIQUE FORM . Create any type of online form. Send mails in html format.

More Details

16. 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 jQuery 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.New callback submit success to create specific javascript function for success submit event. 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. Make a copy of your HTML forms source code if you need to keep them.New feature to integrate a form by form email using PHP hard code (directly in your theme files).7 you need to change the HTML class selector class=”shadow” to class=”w2_shadow” for each element of your forms.You can add your own custom file field in your form.Fix bug for fields setting configuration when the form have 0 required field.Fix “submit alert position” to bottom bug of the version 1.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 method to create your own HTML template for the mail body message.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).Message notification after submit position (top / bottom).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.Email message accepts HTML content (configurable).

More Details

17. Forms and Validation

featured image

The creation of HTML-forms is a time consuming task.create all html form types with one line of code

change the css file to create a new look of the form

Public functions of the “Form and Validation”

Functions to create the form:

showForm ( [ string $submit = ‘send’ ] )

Functions to validate the form:

More Details

18. Leads Contact Forms

featured image

Collect your contact leads from any 3rd party site by simple placing small peace of HTML and JavaScript code within their page content.

More Details

19. ApPHP FormBuilder HTML form builder script

featured image

Easy-to-use HTML form builder script that provides simple and flexible way to create HTML form forms and also validate different types of fields, using embedded Data Validator. You can easily add text fields, radio buttons, check boxes, single select boxes, text areas, buttons and many other form elements. Form checks text fields to be correct emails, URLs, float numbers, passwords and many more. Besides you can send form result as a letter to any email. Form is protected against the cross site scripting attacks.Allows to create form wordpress post with text, radio button, checkbox, single select, textarea, button and form submit HTML fields.Has user friendly interface (errors are shown right after fault fields, the first fault field is focused after submit).

More Details

20. FormPresto

featured image

Form-Presto is a Php / Xml / jQuery script that that helps in generating great looking HTML forms instantly.xml files, upload, and the form is ready to go. FORM PRESTO is Html5/Html 1.HTML 5 / XHTML Strict validated

FORM FEATURES

Multiple form instances in one page

Manages title, subtitle, description of the form

You can add as many field as you need even the more complicated form becomes easy

jpg images can also be loaded as form fields)

Inline jQuery validation , no page refresh, form submits only if validations rules are fulfilled. Direct loading of jpg images as the same as normal form-fields

Support file upload with filetype and maxsize validation, with option to decide i attach or link the uploaded file (1 upload for each form, but in the next release there will be multiple uploads)

Optional after submit url to google for removal redirect

BEFORE contact form jQuery VALIDATION

FORM LAYOUT

Template based, revolutionize the entire look of a form by simply setting 10/15 . Liquid or pixel based width of each field, with multicolumn auto positioning when fields <100% or < of the form pixel width.

More Details