Create Simple Registration Form Using jQuery
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.
Contact form comes on first priority for any organisation as this may led to establish one to one communication with their customers.
Here in this tutorial, we make you learn how to create simple contact form and applying validation over it using jQuery and PHP.
In this blog post we will explain you how to reset form fields with a single line jQuery code using jQuery reset() function.
From our previous blogs, you have learnt much more about working with CodeIgniter framework. Now, with this tutorial you can learn how to include external jQuery file in your codeIgniter framework to submit form through it.
This tutorial demonstrate you to add progress bar functionality on form submission.
Here, we have created an HTML form with four fields and a submit button. User fills the form and as he/she clicks on submit button a progress bar will display for a moment.
This blog post concern’s about dynamically changing form action and submit the form data on required action (web page).
Some times there is a need to submit form data to different pages, for this, we must dynamically change form action=” ” .
CodeIgniter comes with various pre-defined settings in it’s config.php file, but for form processing developer needs to manually configure some parameters.
This tutorial will demonstrate how to configure manually your CodeIgniter framework for form processing.
Sending Mail to specific email becomes a global issue for website development. Here, In this blog we will show you, how to use mail() function of PHP to send informations like, suggestions/messages to specific email address on form submission.
In our previous blog we have explained you to create and implement your own simple captcha using PHP, jQuery and AJAX in your forms.
This blog focuses on how to use captcha library offered by google in your forms.
In our previous, tutorial we explained how to create form using codeIgniter framework. Now, we will explain you to validate various form fields using codeIgniter framework.
In this tutorial, we will show, how to create a simple contact form using CodeIgniter framework. It includes step by step process to construct PHP applications.
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. Therefore, Ajax makes web page quick responsive.
We have already explained about form validation using different technologies. Now, the same can be done by using Ajax, In this blog post we will tell you how it can be done.
If developer need to use their code on submit button without it performs submission, which is it’s default function.He/She can follow our codes to do so.
Here in this blog post we bring our programming approach to prevent or stop a user from submitting a form.
In this tutorial, we have created a multistep form and applied Javscript functions over it.
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.
This blog Post concerns about File uploading functionality using PHP in forms. Just click on live demo or follow our codes to use it.
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.
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.