how can i combine 2 form into 1 list
Confluence User - 17 Oct, 2024
like i have 1 form that collects data, from example, the username and his information
then another form that collects the payment information about that username.
Now, how can i have a list that displays some information from the first form and some information from the second form into 1 list?
when i import form, i am only allowed to import 1 from into 1 list
is there anyway to make it possible??
example:
the first form is
username|name|gender|
the second form is
username|fee|intake
now my list, i want to combine both form into 1 list, like to show the list like below
username|name|fee|intake|gender
i don't want to combine two form together because they will be used for different thing
but some function require me to combine these two form
forms;list;datalists