Forms

They have: 22 posts

Joined: May 2001

Can anyone tell me if it's possible to do a form without going through javascript/cgi? I've put the form together using:

But when you click on the submit button you get the email with the address and subject entered but not the answers from the form.

Help please!

Jo

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

You need the other bits to process the information and turn it all into a readable email.

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi jo,

"&body=something"
something like the following might work:

var formStr = '';
for (i=0;i

Note, however, not all mail programs will fill out the body (guess they're on diets Smiling.

Vinny

Where the world once stood
the blades of grass cut me still

They have: 22 posts

Joined: May 2001

Quote: Note, however, not all mail programs will fill out the body (guess they're on diets .

That appears to be the case with Outlook - looks like I'll have to go cgi after all

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.