1
0
-1

How do I pass the ID from the main form to each sub-form with an ID fo the same name?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Can you give more information? Not sure what are you trying to achieve...

      1. Bob Bonta

        Form 1 is the main form .... I have 4 other forms that are used on the Multi Page Form object on the that main form.  Each of those forms have a ID field that is used to link that record with the main record.  That field name is the same name (different table) as the ID on the main form.  I use javascript to generate a unique (unused) 32 position ID on the main form.  What I need to do is pass that same generated ID to each of the 4 forms used on the Multi Page Form object.

      2. Walter

        Try this - In the multi paged config, Multi Paged Form#DataLinkage&Validation set "Parent Form Field to keep Child Form ID" to the field where it contains the generated ID.

        By right, you don't need to generate any ID, joget will create a UUID.

      CommentAdd your comment...