ok, so i still cant get the form to work. clearly i cant be understanding this.
I can get a text link on my page saying 'Contact Me' but when clicked I get 'Error Loading Page.
I'm using the ZPmobile theme and i'm inserting the php code into the index.php of that theme.
Using your first suggestion, I change it from
<?php printCustomPageURL(gettext('Contact Me'), 'contact', '', ''); ?>
to
<?php printCustomPageURL(gettext('Contact Me'), '/zp-core/zp-extensions/contact_form.php', '', ''); ?>
What do i need to change?
thanks in advance