Is it possible to put a button on a form which could call a function that would format a text input box before the form is submitted?
For example a standard form with a text input and an icon or button which when clicked formats the text eg uppercase or lowercase before the submit button actually passes the data to a script for processing?
For example a standard form with a text input and an icon or button which when clicked formats the text eg uppercase or lowercase before the submit button actually passes the data to a script for processing?