Forum Moderators: coopster

Message Too Old, No Replies

Custom fields - when user submits it goes to admin's email or PM

How to create custom fields and submit box

         

Garibaldi3489

12:46 am on Aug 15, 2006 (gmt 0)

10+ Year Member



I would like to create another page on my phpBB that would have customizable fields that users could enter information into and then submit the page. The info would then be sent to the Admin's email or PM. Here's a screenshot to illustrate, this would be a registration for a car show:
<snip>

Any ideas how to add these custom fields and then submit to an email or PM?

Thanks

[edited by: dreamcatcher at 7:29 am (utc) on Aug. 15, 2006]
[edit reason]
[1][edit reason] No urls as per TOS [webmasterworld.com] Thanks. [/edit]
[/edit][/1]

coopster

1:30 pm on Aug 22, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You would just add additional <input> elements to your form and handle the form processing accordingly. Use PHP's mail [php.net] function to send an email to the appropriate address.