Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
We want to maintain 1-to-many data (1 feedback has multiple votes) relationship between the parent table (feedback) and child table (vote). In the feedback form, we want to use a dropdown select box instead of grids. By using a grid form element, we could have make use of Multiple Form Row with the following configurations.
In this article, we are showing on how we can store and load data from a dropdown select box into foreign table, similar to the purpose that Multirow Form BInder serves.
Place these code into section's load and store binder using Bean Shell Form BinderData Store.
In the section itself, place a drop down select box.
...