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.
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.
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.
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 .
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.
Here we will be going see how to use select query of MySQl to fetch data from 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.
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.
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.
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 …
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.
Php is a server side scripting language it allows to store data in database at server level. In this post i will show you how this can be done.
For this, I have created HTML form, method is set to post to hide values in URL which flows on form submission.
If you want to Submit your form on pressing Enter key using jQuery here we explain it.
Without Submit button it is possible to submit form on pressing enter key, here we do this using jQuery.
If you want to reset your form fields go with this one line JavaScript code.
Some times it becomes very important to reset your form fields, here we explain how it can be done in simple way.
This segment defines, how you can put shake effect on a form using jQuery .effect(“shake”) method for invalid entry without refreshing page.
This code segment emphasize on creating input elements of form that consists of Icons. There is Email field, Name Field, Contact Name and Address fields so we have to put icon inside the form fields.
Directly, store your form’s uploaded files in Dropbox. It’s very easy with FormGet + Dropbox integration.
Show and hide form (Sign up, Login form) using HTML/ jQuery.
Create event-trigger form. Select the number of forms from drop-down, that number of multiple forms will appear on the screen. It’s useful in getting registration of multiple users at a time.