Password Match validation options

Hi Team,

I wants to create to input options like password and re-type password.Will it be possible to validate in the input options both are same in front end.

Input validation is available on text and text-area input types only and is based on a supplied regexp. For example, you want to make sure that someone inputs a date in the format mm-dd-yyyy (see Input validation comes to Morpheus!). So this would not work for checking that values typed in two different inputs are the same. This would be something worth raising as an idea in the ideas section.