I am using a form software that has limited editing capabilities, however allows to add java script. Normally I would like to use PHP for something like this, but in this case i will have to use Javascript, which I have very little experience with.
Essentially on my landing page, I have a form in which people can submit. First Name Last Name Email etc.
the problem is - I mail merge the submissions, and when people enter their name as BOB SMITH or bob smith and not Bob Smith, it makes it look unprofessional when I send them this email. So I would like to add a javascript to this landing page that when the form submits, it converts the strings in the first_name text field and the last_name text field to have the first letter capitalized, and the rest lower case. Another problem is I do not think I can edit the form properties, so if at all possible this javascript would essentially go at the top of the page, and hopefully I dont have to edit the text field properties to activate it...any help would be greatly appreciated.
Thanks