I am looking to "idiotproof" a form I use at work from my coworkers. The form currently is simply a "title" field for the entry, with 4 seperate pieces of information in the field:
Date
ID#
Account#
Client Name
The format:
xx/yy - id - accnt - client_name
I want to break this down into 4 seperate fields to be input, and the JS script will compile them into a single field named "title" that can be a hidden field. This way, less errors in spacing will be made, plus we can then incorporate form field validation checks that currently would be impossible. I've been searching for weeks to no avail.
I hope I've including everything that necessary for someone to help me out with this project. And thank you in advance for any insight anyone can provide.