Page 1 of 1

invitation to

PostPosted: Sun Nov 26, 2006 11:08 pm
by byrt_001
Hi Everyone

I would like to invite everyone to have a look at my photoblog, it is been hard work and lots of late nights. I still have a small problem with the contact.php form so if there is anyone that could give me a hand with it? I would really appreciate it.

http://www.6701.sunpixs.com

Thanks everyone who will be viewing the website and leaving comments

christian

PostPosted: Sun Nov 26, 2006 11:21 pm
by wendellt
the reportage ones are the best
but image 'shopping' is my favourite
excellent mood, nice storytelling

PostPosted: Sun Nov 26, 2006 11:49 pm
by Nnnnsic
Your contact page form looks like it lacks anything to parse the contact form data. You probably want either a form-mailer or it sent via the clients email application... whatever the solution, you need some action code in the first form anchorpoint where the rest of your code reads

Code: Select all
<form method="post" action="contact.php" enctype="text/plain">


Furthermore, you'll also need some code to direct it to an address and then to a completion page similar to the following:

Code: Select all
<input type="hidden" name="recipient" value="email@address.com" />
<input type="hidden" name="subject" value="Mailing List Name" />
<input type="hidden" name="redirect" value="complete.php" />

PostPosted: Mon Nov 27, 2006 11:12 pm
by byrt_001
Hi everyone

thanks for visiting the website.

Wendell,thanks for your comment, I admire your work.

Nnnnsic, thanks, Wayne has solved the problem.

christian

PostPosted: Mon Nov 27, 2006 11:27 pm
by PiroStitch
Happy to help out Christian :)