I have a form that has a textbox where I want users to copy a pre-defined template into. The template will look something like this:
First Name: Bla
Last Name: Bla-Bla
Email: [email protected]
and so on. What I want to do is then read through this text line by line and put each description into seperate variables. How do I accomplish this?
Thanks in advance for any help.
