Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Image RemovedImage Added

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.

...