mfrankena
05-31-2006, 01:07 PM
Hi,
i'm a pretty newbie when it comes to making forms etc. I do know my way around html and phpbb (not the coding stuff) etc. and building websites, but this is a bit i don't know much about.
My ex-collegue has made a registration form where members have to enter their details. The form works nicely, but now i have 2 questions:
- when hitting submit, the form is send through email. I would like this to happen immediately, without opening the the mail program. Is that possible?
- when going in the mail the string looks like this:
requiredFirstname=martin&requiredLastname=Frankena&requiredCity=Honsel&requiredCountry=NL
etc.
Now how can i get this to display in the email as (preferrably BEFORE it is send):
firstname=Martin
lastname=Frankena
city=Honsel
country=NL
regards,
Martin
i'm a pretty newbie when it comes to making forms etc. I do know my way around html and phpbb (not the coding stuff) etc. and building websites, but this is a bit i don't know much about.
My ex-collegue has made a registration form where members have to enter their details. The form works nicely, but now i have 2 questions:
- when hitting submit, the form is send through email. I would like this to happen immediately, without opening the the mail program. Is that possible?
- when going in the mail the string looks like this:
requiredFirstname=martin&requiredLastname=Frankena&requiredCity=Honsel&requiredCountry=NL
etc.
Now how can i get this to display in the email as (preferrably BEFORE it is send):
firstname=Martin
lastname=Frankena
city=Honsel
country=NL
regards,
Martin