I am managing a website for a local sports club. They are using GoDaddy at the moment and until the contract runs out in January I'm stuck with their barely customizable form development. I've set up an online webform registration for the club. Basic input details and yes or no questions which return an email to me like this.
First_Name : Joe
Last_Name : Bloggs
Date_of_Birth : 10/19/2002
Address : 123 Fake Street, Springfield
Email_Address : address@email.com
Registration_Type : S14
Age : Junior
Have_You_Played_Before? : Yes
If_\'Yes\'_Where? : Earth
_Year_Played : Winter 2014
Preferred_Player_Position_1 : GA
Preferred_Player_Position_2 : GS
Preferred_Player_Position_3 : WA
As you can see the output is bulky and editing the tooltip text to make it shorter is a no go as I tried that and had some internal error with their webdesigner which they didn't care to rectify so had to delete and start again for most of my form. So I want to create a batch file to edit out the bulk into smaller codes to eventually port over to a database manager (off topic - but suggestions welcome on that one) that can produce team sheets based on age etc.