Hi there,
I have several HTML forms, structurally different (i.e. from element positioning & numbering to layout & design style sheets). Thus, functionality and look 'n feel play important roles "together", always.
Form's elements vary a lot, depending on the object, which the user needs to interact. So, label, values, data-types, widgets, borders, colors, placeholders, JavaScript validations, dynamically nested elements and widgets ...
The list goes infinite, and it's hard to tell if new ways to implement the form and its fields would come up. They probably will,
However, I'm a stubborn adult and I really want to use ad_form, acs-templating and all their benefits behind the scenes, and I've got stuck, trying to migrate them from pure HTML, CSS and JS into acs-templating.
I've tried to find my way out, reading lots and following OpenACS documentation but the tasks are still very painful, and sometimes just impossible to achieve the same results.
Am I on the right track? Is it really the best approach, to use acs-templating, for such customized, unsorted and mutable scenarios?
1) https://openacs.org/doc/acs-templating/
2) https://openacs.org/doc/acs-templating/tagref/formtemplate
3) api-doc/proc-view?proc=ad_form&source_p=1
Best wishes,