Forums / Developer / [solved] how to use <form> tag into editor

[solved] how to use <form> tag into editor

Author Message

manoj sharma

Thursday 11 June 2009 2:55:13 am

I am new to ez-publish programming. i am using ez-publish 4.0.1 version.

what i want is that editor does not allow me to use <form> tag. is there a way through which i can force editor to allow me use form and other tags which essential for create web pages.

i cannot use tpl files as i don't want my sidebar to appear on all pages of site. just want on few pages. so cannot create a tpl and include it in pagelayout.tpl.

Any help would be appreciated.

Thanks & Regards,
Manoj sharma

Heath

Thursday 11 June 2009 6:14:16 am

The template system is more reliable than you give it credit. Template changes in one place do not necessarily mean site-wide layout changes.

I would recommend using a custom tag,
<i>http://ezpedia.org/en/ez/custom_tag
http://ez.no/doc/ez_publish/technical_manual/4_0/reference/datatypes/xml_block/custom_tags</i>

This method allows you to indeed place your html into a template (which is a good practice) and selectively include this template within ezxmltext attributes (ie: page content) the best of both camps, doing things well and doing things flexibly.

Cheers,
Heath

Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org

manoj sharma

Friday 12 June 2009 2:49:21 am

thank you heath, it worked really well.

Thanks
manoj

Heath

Friday 12 June 2009 4:52:46 am

Congratulations
You impress me.

I wish you the very best.

Cheers,
Heath

Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org