Create

Create Multi Step Form Using Javascript and CSS3

In this tutorial, we have created a multistep form and applied Javscript functions over it.
Keep Reading

PHP: Redirect To URL After Form Submission

PHP is a server side scripting language and it also allows redirecting to another page, this blog post explains you how it can be done using PHP after form submission. We have created an HTML form with four fields and a submit button, user have to fill all fields and click on submit button, as he clicks the button PHP scripts will executes.
Keep Reading

Upload Images Using PHP and jQuery via form

This blog Post concerns about File uploading functionality using PHP in forms. Just click on live demo or follow our codes to use it.
Keep Reading

Email Verification in PHP for Registered User

This blog post concerns you about "Email Verification" and explains you how it is done using php. The code will validate the user email id if it is an registered user.
Keep Reading

jQuery Uncheck/Check All Checkboxes

Checkbox Plays a key role in forms. Sometimes there is a need to select or Check/Uncheck all options (ex. email inbox) then, how it happens and what technique is used to do this? This blog post answers the above question.
Keep Reading

Customized Checkbox and Radio Button with CSS3

This blog post explains and provide you different CSS Styles for checkbox and radio button . Here, are the following types, you just copy our code or download it to implement in your forms.
Keep Reading

Form Submission Using Ajax, PHP and Javascript

Our earlier blog post already explained about form submission without page refresh, but it was done by using  ajax, PHP and jQuery. Now you will learn same functionality using ajax, PHP and Javascript through this blog post . Just follow our post or download it to use.
Keep Reading

Form Styling with HTML/CSS3

In this blog post we provide you 5 different form styles, created in HTML/CSS3. Just follow our codes or download it to use in your form styles.
Keep Reading

Submit Form Using Ajax, PHP and jQuery

AJAX (Asynchronous JavaScript and XML) is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. we have already post a blog which explains about submitting form without page refresh, but it was done by using PHP and jQuery. Now we will show how you can do the same with ajax and PHP.
Keep Reading

Create Multi Step Form Using jQuery and CSS3

Now a days multi-step form become more popular than regular forms, as it is more convenient and provides step by step procedure to follow by user. therefore, this blog post brings creation of multi step form using jquery and CSS3 .
Keep Reading

Delete Data From MySql Database Using PHP

In this tutorial we have illustrated how to delete data from database in php using MySql delete query,that enables to remove your existing data from database.
Keep Reading

Retrieve or Fetch Data From Database in PHP

Here we will be going see how to use select query of MySQl to fetch data from database using PHP.
Keep Reading

Update Data in Database Using PHP

In this blog post we will show how you can update stored information in database using PHP. It requires a database in MySQL and PHP code with update query.
Keep Reading

How to implement CSS design in Select Option

In this blog post , we will tell you to style your HTML drop down field. We have created simple form with id="myform" and add drop down field into it.
Keep Reading

Disable Autocomplete in Form Fields With jQuery

You can disable autocomplete in form input fields using jQuery with this one line .attr('autocomplete', 'off'). That will prevent to show previous form entries.
Keep Reading

jQuery Form Validation

jQuery provides a validation plugin or library to validate your form, all you have to do is just import it in your script and use it in a simple way. But, here we will show you a simple programming approach to validate your form using jQuery without importing  jQuery validation library or plugin. Below example contains an HTML form with some fields, we used following Regular Expressions (RegEx) in our jQuery codes to set validation rules : RegEx for Name field: [code lang="js"] /^[a-zA-Z]+$/; [/code] RegEx for Email field: [code lang="js"] /^[w-.+]+@[a-zA-Z0-9.-]+.[a-zA-z0-9]{2,4}$/; [/code] RegEx for Address field: [code lang="js"] /^[0-9a-zA-Z]+$/; [/code]...
Keep Reading

Form Validation Using PHP

Validation is very important aspects in data submission. We have already explain about form validation using javascript and jQuery, but this time we will show you how to validate your form using PHP.
Keep Reading

Stylish Designs For Submit Button

Cascading Style Sheets level 3 allow us to design various HTML elements in elegant fashion, submit button is one of them. This blog helps you to design stylish button using CSS-3.
Keep Reading
‹ 1 … 103 104 105 106 107 … 109 ›
Our Solution
  • Subscription Billing
  • Form Builder
  • Email Marketing
  • Email List Cleaning
Connect With Us
  • Contact Us
  • Careers
Company
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Affiliate
  • Branding
Resources
  • Blog
  • Blog Categories
  • FormGet Features
  • Email Templates
  • Form Templates
Create
Analytics
Create

FormGet © 2021. All rights reserved.

Made with love for you