Hi All I'm building a screen which dynamically creates a list of items which are then posted to the next page which performs a transaction to store them in the database. The problem is that the list size may vary, so I will dynamically create numbered hidden variables and import them on the next page based on the count of how many exist.
Does anyone know how I would loop through imports in order to achieve this? Thanks in advance Regards Emile
