Is it possible to send info from a text box on submit to a txt file?
I would want it to do the following:
Send info from a text box to a file, eg:
Name: Jame T Kirk
Email: jame@tkirk.com
Nationality: American
Position: Starship Captain
etc, etc....
Then on Submit create a txt file which call's itself the name of the individual.ls2 (eg James T Kirk.ls2)
with content like so:
<name:[James T Kirk]>
<email:[jame@tkirk.com]>
<nationality:[American]>
<position:[Starship Captain]>
and then e-mail that file to a an address which is promted for?
Alot, I Know, But can anyone help?
Thanks,
John.
I would want it to do the following:
Send info from a text box to a file, eg:
Name: Jame T Kirk
Email: jame@tkirk.com
Nationality: American
Position: Starship Captain
etc, etc....
Then on Submit create a txt file which call's itself the name of the individual.ls2 (eg James T Kirk.ls2)
with content like so:
<name:[James T Kirk]>
<email:[jame@tkirk.com]>
<nationality:[American]>
<position:[Starship Captain]>
and then e-mail that file to a an address which is promted for?
Alot, I Know, But can anyone help?
Thanks,
John.