Hello, I'm new at Plone. I'm using django. Now I'm working on a portal written in Plone. My question is: I have My Dexterity Type Object and I want to auto generate field (something like "id from title" using standard Plone Form (I don't want to create a new one. i have field1 where user can type text, and field2 hidden where I want to calculate sth. based on field1. The same problem in standard Archetype Content for example IATEvent. Schema Extender and additional fields (field1 and field2). Next problem is I have vocabulary select list in dexterity type and I want to add content to specyfied subfolder based on what user choose from select box. For example User can add content in xxx/y and he choose value 'a' from select box and content is created in xxx/y/a or he choose 'b' and content is created in xxx/y/b folder. Please help me how can I do it using standard plone form ( maybe override plone form add and edit method.
Thanks in advance
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
