1
0
-1

Hallo Joget Expert,

i have question and  please answer


i have 3 form

  1. login
    custom:
            generateId
            customHtml
  2. start
    basic:
            Textfield : name
            Textfield : age
  3. requirements
    custom:
              customHtml

    My question is

    in all form, i already generate crud. 
    when I click save in form login, it will create id, generateId and another field.

    I want if i click save in form start and requirement s
    i need bring the id or generateId in form login to form start and requirements

    how can i do that ?
    please help


    the way I've tried

    make forms in same table 
    but in every form i have save button, so if i click all forms it will create 3 data , in every form

    join table
    im not sure what im doing is right 
    in table start i join with login , and when i create the new data its not shows in start list

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi,

      I don't quite understand...but my guess is you want all 3 forms to be displayed as one and with a single button? Perhaps you can try using multi-paged form? 

      For your reference:Multi Paged Form

        CommentAdd your comment...