How to create a multi-submit form

April 28th, 2010

Imagine you have a form that needs to be processed by different scripts based on user’s input.
(example: ‘update’ or ‘create new’) . You can use JavaScript to switch the action field of the form just when the submit button is pressed. See the page below for some examples:
Switching the form’s ‘action’ field dynamically

What we will try to do in this post is still more adventurous: submitting the same form to multiple scripts at the same time!
Single form multiple action scripts
Read the rest of this entry »

A rich password widget for your web forms

October 20th, 2009

Here is a password field widget that not only has a password strength meter but also has other essential features that your users would love to have.

password-widget-1

Read the rest of this entry »