Page 1 of 1

dynamic content in cms pages problem ??

Posted: Sun Jan 04, 2009 10:35 pm
by PHPycho
Hello forums!!
I would like to know how to insert some dynamic contents in cms pages.
Suppose we have a contact us page as:
Contact US:
bla bla content 1
bla bla content 2
but i would like to insert some dynamic contents like contact us form etc in above page as:
Contact US:
bla bla content 1
<!-- contact us form goes here.. -->
bla bla content 2
<!-- another dynamic content goes here.. -->
How to accomplish such in content management system.
Any help,ideas, suggestions etc are appreciated.
Thanks

Re: dynamic content in cms pages problem ??

Posted: Wed Jan 07, 2009 7:42 am
by PHPycho
Knock KNock !!

Re: dynamic content in cms pages problem ??

Posted: Wed Jan 07, 2009 7:52 am
by mattpointblank

Re: dynamic content in cms pages problem ??

Posted: Wed Jan 07, 2009 7:54 am
by PHPycho
do you think this case is that much simple and just related to html form :wink: Never mind, anyway good try.mattpointblank

Re: dynamic content in cms pages problem ??

Posted: Wed Jan 07, 2009 7:55 am
by mattpointblank
Unless you supply more information, yes. What do you mean by a 'dynamic contact form'? If you mean a form the user can type into and email you with, then those tutorials will do exactly that. If your CMS only allows you to slot in HTML in predefined places, you'll probably have trouble getting this to work.