Versions Compared

Key

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


English

Problem Statement:

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.

...