I currently have a repeater setup in my Formidable form.
The way I have it setup is that the user will select a STATE, and then add a unique number, followed by a selection from a dropdown list associated with that unique number.
The selection in the dropdown field is only of relevant locations in the STATE that the user selected above. Meaning that all the other locations are not displayed. As there are 700 locations, this is a good way to ensure that only the relevant locations are displayed on the dropdown, saving the user time.
The issue comes into coding this on E2PDF.
When I add a field in E2PDF, I use the input field (which for example, I have called [field1]). Then as there are 6 states which are each labelled [field2] [field2] [field3] etc, meaning that for each PDF that I create, when I want to put the input field in the same spot, I have to overlay the field 6 times with 6 unique fields on top of each other. ie: [field1:1] [field2:1] etc. Then the next line down I want to use the next value in the repeater, so I have to enter again 6 fields on top of each other [field1:2] [field2:2] etc.
Is there a better way to do this? Ive attached a screenshot of one of such fields, where there are 6 overlapping fields, just to get the 1 answer.
Thanks again for all your help.