Forum OpenACS Development: formwidgets not getting substitued with corresponding html

Hi all,
I am using ad_form to build a form. For some reason the formwidgets and formgroups are not getting substituted with their corresponding html. The formwidgets are appearing in the html. I am seeing tags such as below:

< formwidget   _moz-userdefined=""  id="date">
</formwidget>

in HTML.

Thanks.

Its hard to diagnose without seeing the entire adp file you are working with. Can you post it somewhere?

Did you wrap the formwidget tags inside a formtemplate? Is there a reason you are using the formwidget tags instead of using the autogenerated form templates?