Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

I have a form with a select box which populate its data from another form using name as label and id as value. Now I mapped this form to a form grid. Form grid displays id instead of name since I am storing the id in the table instead of name to remove data redundancy.  How can I map the form grid and the forms to display name in form grid instead of id but used id as value.