Add Image/Paragraph

Add Videos, Images, Paragraphs, and get more expressive forms with integrated multimedia.

Form Validation

Collect only real and useful information from users by applying data validation rules in your form.

Embed Form

The ease with which you can embed your forms anywhere increases the usability of your form many a times.

Set JavaScript Form Action

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”; …

Strong PHP Password Generator Script

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 …