You can try something like this in short description (in HTML-mode or with WYSIWYG editor set to "No"): <iframe src="yourdirectory/contact.php" style="width:400px;height:300px;border:none;overflow:hidden;"></iframe>
Yes you can copy pages_default.tpl rename it to e.g. pages_withform_default.tpl and add an include function something like this: <div class="content" >$aData[sDescriptionFull]</div> <div id="myform"> <?php include 'yourdirectory/contact.php'; ?></div> Put an id name to it so you can style it in css later. Then choose this template in admin/pages/view for the page you want to have your.
By the way what's wrong with iframes?
cgan
bormos
2009-04-03 23:10
Tnx, thats what i was looking for. It's not that i personally dislike iframes; there are security issues involved, like xss and frame hijacking.