Auto Reply: Send Automatic Text Messages To Your Customers
Use custom predefined auto-texts. No need to compose same messages again and again.
Use custom predefined auto-texts. No need to compose same messages again and again.
The ease with which you can embed your forms anywhere increases the usability of your form many a times.
Supercharge your salon pre-appointment process online. With salon booking form, it’s simple & looks elegant.
Create logical form by applying conditional logic and save users from answering irrelevant questions.
Create your form with single clicks and manage form fields with easy drag’n drop.
In this tutorial, we illustrate you an example, which shows how to set JavaScript form action. Sometimes developers want to set form action attribute of a form through programming or through other means. Here, we are using following JavaScript code to set form action on run time. To set form action attribute via JavaScript : document.getElementById(“form_id”).action = “success.php”; …
Here we bring this example, which demonstrates how to auto submit a form after a given interval of time, on load event of JavaScript.
PHP password generator is an integrated, working random password generation function for PHP. This blog post concerns how to generate online secure and strong random password via PHP and to mail it to anybody’s email ID when they forgot their password. Also, once the user log in to his/her account using auto-generated password, they would be asked to change their …
Form data is submitted to server by clicking on Submit button, sometimes user clicks it more than once, which results in multiple form submission to server. To avoid such anomaly, one of the best solution is to disable the submit button through jQuery. We are covering below two conditions in this tutorial to disable submit button: On …
Continue reading “Enable Disable Submit Button using jQuery”
Pop up forms are the smart way to present your site. These forms are similar to other forms except, these forms appears abruptly on exact center of screen and requests user to take immediate action over them.
If you want to disable sub-options in a form through radio button then this tutorial will guide you, how to do it using jQuery.
In this blog post we will explain you how to reset form fields with a single line jQuery code using jQuery reset() function.
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=” ” .
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.
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.
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.
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.
Have a look on email Validation code snippet using Jquery.