dynamically add fields?
dynamically add fields?
is there a way to dynamically add fields to a stateless form?
e.g. user selects 3 items from a list (a, b, c from the entire alphabet). then generate two fields per entry, such as:
a_method:
a_result:
b_method:
b_result:
c_method:
c_result:
obviously this could be done with show/hide, but for higher numbers of items, using iterations would be easier if it's possible.
it would also be helpful to be able to then insert these into another form using iterations.