File Upload
Ask for any document that needs to be attached with form. Let users upload documents easily.
Ask for any document that needs to be attached with form. Let users upload documents easily.
Instantly clarify queries of your prospects regarding your products and get more conversions.
Identify new leads instantly via Email notification. Start interacting with them and make sales.
Use custom predefined auto-texts. No need to compose same messages again and again.
Add Videos, Images, Paragraphs, and get more expressive forms with integrated multimedia.
Insert notes in conversation records and handle customers accordingly in future.
While dealing with the forms, information can be submitted and transferred to same or another page. To send submitted data through form, one can use GET & POST method to do that in PHP. A form data can be submitted using these two methods. Both are used for same purpose but stands apart under some …
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 …
This tutorial concerned on getting value of radio button and multiple values of select option field using PHP.
In this tutorial, our concern is to get values of multiple checked checkboxes using PHP.
jQuery $.post() method can be used to request data using syntax $.post(URL, data, callback) from one page to another page.
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”
HTML Forms contains various elements like input fields, options, textarea etc. and for further processing, we need to get value of each field using jQuery. This tutorial, Explains about, how to get input values of different HTML form elements using jQuery as follows: we have taken three form elements in our example – input field, radio button and a …
Continue reading “jQuery Get Value Of Input, Textarea and Radio Button”
This post will explain you how second select field gets triggered based on selected option from first one using jQuery Select Change event. Lets see how it work.
Here we have used jQuery codes on select option field to get it’s selected option value, and to perform various operations like display value, reset field.
This blog post will guide you how to apply jQuery datepicker in your form with different date formats. All this can be possible just by including jQuery UI to your HTML form.
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 we focused on Multiple Image uploading functionality using PHP and jQuery in forms.
There is an Add More Files button which allows user to dynamically create above input tag, type=” file” Just click on live demo or follow our codes to use it.