I’m curious about why we can’t directly bind the fieldset component into pages?
Currently, we bind Feildset components into form then we bind that form into pages.
3 Likes
This is because of the hierarchy of vFlow components. It is directly derived from HTML which has this hierarchy Form → Fieldset → Components
Same has been used for vFlow as it is a web based application.
4 Likes