PDA

View Full Version : Help with Form submission


evita
09-23-2002, 08:25 AM
Hello there,
I'm having a typical form (with name and personal info) which after
clicking on the submit button, emails all information to me. What I want to do is somehow getting the information from one field (name field) and adding it to a Word document..Is there a way of doing such a thing with JS?

many many thanks for your help,
evita

glenngv
09-23-2002, 08:40 AM
javascript can't do it. you need a server-side language to do it.

evita
09-23-2002, 08:46 AM
:)

evita
09-23-2002, 09:02 AM
Which server-side language would be ideal for achieving such thing?

Alekz
09-23-2002, 09:44 AM
Hi,
Just a thought... What if You save form data in a comma delimited text file, establish a mail-merge between the word doc and the text file and then distribute both files?

Alex