Hi. I've enabled the contact form but can't figure out how to include it on a page.
I've put this code in my page source view:
Then I tried
I still get the blank page. These two attempts also give a blank page:
<?php (% contact %) ?>
and then just plain
(% contact %)
Anyone have a clue how to do this? The documentation, while quite thorough, doesn't cover this basic point.
Don
I've put this code in my page source view:
Quote:<?phpThat gives me nothing but a blank page.
echo $p01contact->parse('(% contact %)');
?>
Then I tried
Quote:<?php
$p01contact->parse('(% contact %)');
?>
I still get the blank page. These two attempts also give a blank page:
<?php (% contact %) ?>
and then just plain
(% contact %)
Anyone have a clue how to do this? The documentation, while quite thorough, doesn't cover this basic point.
Don