Hello All,

 

I have the following scenario:

 

I need to populate a form using a runtime generated set of form
properties...

 

Essentially I have two collections I pull from a database

 

Services (serviceID,serviceName)

Documents (documentID,documentName)

 

I want to populate a set of checkboxes for each service such that I achieve:

<input type="checkbox" name="serviceName[0].id"
value="documentID">documentName

 

Any ideas?


Thanks,

 

Amin

Reply via email to