PDA

View Full Version : How can I add a Contact page?


Tom K
03-09-2007, 12:47 AM
How do I add a contact page to my photoblog that will allow people to email me....without me posting a link to my actual email? My photoblog is here: http://www.tomkaszuba.com/index.php

Using the latest release of pixelpost.

GeoS
03-09-2007, 01:00 AM
Hi Tomasz,

You must to create new template file called i.e. contact_template.html in your template dir. Then you can call it via mydomain.com/pathtopixepost/?x=contact.
Next step is to add contact form in this template and add something what can support direct emailing to you.

Jak coś, to pisz na PM :)

Tom K
03-09-2007, 01:12 AM
Hi Tomasz,

You must to create new template file called i.e. contact_template.html in your template dir. Then you can call it via mydomain.com/pathtopixepost/?x=contact.
Next step is to add contact form in this template and add something what can support direct emailing to you.

Jak coś, to pisz na PM :)
OK....I did exactly what you said and it worked perfectly. All I have to do now is add a contact form that supports direct emailing to me. Can someone link me to such a form?

Thanks very much GeoS.

I found this...but...the html part looks good on the page....but....when you hit submit it goes to a "this page cannot be displayed" page. I guess it has something to do with the php part of the setup. http://www.tele-pro.co.uk/scripts/contact_form/index.htm

I am Polish but I can't understand the language. My father does though.

GeoS
03-09-2007, 10:58 PM
Probably you need this PHP part of contact form. You can i.e. check PP comment notification code and recreate it for contact form.
Remember to secure it agaist SPAM BOTs.