Quote:
Originally Posted by MoveOver.cc
Hi,
Excuse my limited knowledge.
Step1 - Do I copy the the whole of the source code or just the link to the page
Step 2 - When adding a module in CMPS, is it BB Code Module, Template Module or PHP File Module
Step 3 - What do I do now.
Thanks
|
You want to create a template page.
Select all styles
Template Content is where you put the copied code.
You only want to copy the form part of the page source. So not the header/ navbar/ footer.
So everything from:
HTML Code:
<form action="misc.php" method="post"
To:
HTML Code:
</tr>
</table>
</form>