PDA

View Full Version : Form to Mail


Spikeh
11-21-2004, 07:19 PM
Hey all,

I'm looking to be able to link to a custom page on my site that has a form in it that sends an email to a specific address. However I want it to call their username and email address from the database so they don't have to fill this is. if anyone knows the coding to send the mail it would be even better but mainly I am looking for the auto-complete of the username and email.

Any help with this would be appreciated.

Spikeh

Brian
11-21-2004, 07:22 PM
Add the form as a template and then put $bbuserinfo[username] and $bbuserinfo[email] in those input fields.

Our Sponsors
 

Spikeh
11-21-2004, 07:25 PM
Hey,

Brian, you answered that in the time it took me to sort out my profile here. You're a legend.

Thanks alot!