PDA

View Full Version : Contact Us Form Problem


remmo
31-Jan-2006, 09:52 AM
I think I've done something wrong but can't put my finger on it...

I want to have a "Contact Us" form. So I made a new brochure page called it contact_us.html and added a fragment which has a layout Act_ContactUs.html

When I upload I get this http://www.thehoneyfarm.com.au/acatalog/test/acatalog/contact_us.html

...not pretty

Can someone please put me on the correct path... thanks

Duncan Rounding
31-Jan-2006, 10:07 AM
I think this is only supported in catalog pages. Two solutions -
1/ If you're trying to move the contact_us page to be accessible from the brochure page then why not just link to it like:
http://www.thehoneyfarm.com.au/cgi-bin/mf000001.pl?ACTION=SHOWFORM (or similar for your script id)
2/ If you want an additional contact form specifically on a brochure page then you could use formmail.pl or whatever form facility your host supports - seperate to Actinic in other words.

Duncan R

remmo
01-Feb-2006, 07:52 PM
Thanks Duncan... implemented option 1, by changing the link on my "Contact Us" button to:

NETQUOTEVAR:NAVBMAILLINK

Works well.

Thanks again.