TinyPortal

General => Chit chat => Topic started by: jeepkort on February 07, 2008, 01:43:58 AM

Title: Email address Form
Post by: jeepkort on February 07, 2008, 01:43:58 AM
Hi

Im looking for any help i can get!

I am looking for a form Where a user can come to my webpage. Click the link and be shown a form they fill in the details and their details are emailed to me. or messgaed to me. I need this so i can let users have email addresses user@fishnewengland.org . Anyone know the easiest way to do this. Would just need to ask what username they want, what password etc.

jeepkort
Title: Re: Email address Form
Post by: Ken. on February 07, 2008, 02:13:50 AM
Take a look under feedback in the block code snippets board to see if any of those will do what you want.
Title: Re: Email address Form
Post by: Nokonium on February 07, 2008, 06:58:54 AM
http://www.dagondesign.com/articles/secure-php-form-mailer-script/

This will work in an iframe in an article. Set it up for stand alone.

Use a php article with this code, modified to suit your needs:

echo'
<div class="windowbg"><iframe name="I1" src="http://##your-domain##/dd-formmailer/dd-formmailer.php"  marginwidth="0" marginheight="0" frameborder="0" vspace="10" hspace="0" height="600" width="100%"></iframe></div>';