Re: questions about widget forms and conditionals

2007-06-09 Thread Daniel Martínez
Hi Jonathon, I have used conditional forms in order to reuse them for create/update and I am happy with the results in terms of maintenance. I think the messy part is always with the parts. If your update/create forms are very similar I would advice to use one conditional form. If they are very d

questions about widget forms and conditionals

2007-06-05 Thread Jonathon -- Improov
Is it advisable to add "" blocks in widget forms? It gets really tiring when using "use-when". Or should I simply dump widget forms and move to Freemarker? Or is it too messy to riddle a form with conditionals, and is it better to simply create 2 separate forms, one for "create" and one for "u