Multiple enteries are stored in table from a previous page in database is like this :
Here the Car has intrestorder - 1
Photography - 9
Drones - 8
RC-Cars - 7
i want to fetch this data in a repeating group like this
How can i achieve this
Multiple enteries are stored in table from a previous page in database is like this :
Here the Car has intrestorder - 1
Photography - 9
Drones - 8
RC-Cars - 7
i want to fetch this data in a repeating group like this
How can i achieve this
What do the numbers represent here?
cars , photography etc are the - Interests (selected by user in previous page) -
Here when clicked on next button it gets saved to database which i showed above in multiple enteries
and numbers (1,9,8,7 etc) are the - Interest orders of those interest
Later i will use these intrest orders in drag-drop area to reshufflle the intrest of user by dragging and dropping , something like this
This topic was automatically closed after 70 days. New replies are no longer allowed.