Best way to implement form for multiple lists that need join

aijosh

Member
Hello I have a handful of lists with the following setup to mention some.

Country List:
elements: id, date, countryname

State List
elements: id, date, countryid, statename

District
elements: id, date, stateid, districtname

Area
elements: id, date, districtid, areaname

I would like to use a form to add the values but I cant seem to join the list on more than one level. So I can only do:
Form1: Country -> State(repeatable)
Form2: State -> District(repeatable)
e.t.c.


Is there a way to join all this list and get them to behave properly:
Country -> State(repeatable) -> District(repeatable) ->e.t.c

Thanks
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top