Forum OpenACS Development: Formtemplates and acs-templating/tcl/widgets-procs.tcl

I was checking out the form templating system, and I am trying to
understand what widegets-procs.tcl is for. Are these widgets used for
forms or anything else? It looks like the HTML for the widgets used
with formtemplates are generated right in the templates in
acs-teplating/resources/forms/

I want to understand how to create a custom widget and I need to know
where the code will go.

See my new user widget, defined by the template::widget::user proc in the widget-procs.tcl file. That's how you define a widget, you don't touch the form template file.

/Lars