I have a form with a full-name text field and I would like to break the string into a first and last name strings... I'm handling the form in Coldufusion.
What is the most reliable way to achieve this? I'm assuming JavaScript is not an option since, in its absence, the form would generate an error. Any examples would be great.
Thanks