I have some questions about forms:
- is it possible use conditional structures inside a form?
I'm thinking that maybe i need show some information in a form depending to user role assigned to task.
If it is possible, can you give me little sample, or somewhere to look at.
- is it possible had different buttons associated at form?
My form had differents ways to leave this task, for example, "reasign to another user, reasing to another departament, accept"
Maybe I can put a select with "action" to do, and ok of form, use this variable to known target .. but I think that is more nice, if this behaviour is associated to differents buttons at bottom of form.
Thanks!