Hi Guys
I would like to dynamically add form inputs based on the number of items provided.
That is : Table A has a field called No. of Cars (say 5).
I would like to use this field to dynamically create 5 input fields where I can input the car details into Table B.
If another person has recorded 3 Cars in Table A, only 3 fields will appear for the user to enter the details of the car into Table B.
How can I achieve this?