-
1. Re: How to get advanced UI?
Eric Allen Jul 17, 2014 5:01 PM (in response to Oleg Efimov)Hi Oleg,
Have you managed to find an answer to any of this? I am particularly interested in conditional rendering as well.
Thanks,
Eric
-
2. Re: How to get advanced UI?
Mauricio Salatino Jul 17, 2014 5:05 PM (in response to Eric Allen)Hi Guys, Forms are pluggable, so it means that you can define your forms using the mechanism that fits better to you.
For example if you really want really advanced UIs I would recommend to create them by coding them to suit your specific needs. Even google forms has limitations, and there is no such silver bullet tool that can fit all the cases IMO.
Regards
-
3. Re: How to get advanced UI?
Oleg Efimov Jul 18, 2014 5:48 AM (in response to Eric Allen)Hi Eric,
The only solution I found is to use separate UI framework (Vaadin, JSF, ...).
Cheers,
Oleg.
-
4. Re: How to get advanced UI?
Melissa Palmer Aug 12, 2014 3:09 AM (in response to Mauricio Salatino)Hi
We would like to hide/show different sections of the UI depending on options user have selected. For example say for a travel booking. Option Yes/No are others traveling with you. If Yes selected then user is shown a multi select box listing uses they are traveling with to select from.
Is the recomendation to use pluggable customised forms to do this?
Is there a way keep these linked into the form builder?
Are there any examples/tutorials on how to do the above out there that you would recomend?
Thanks, in advance
Melissa