Continuing the discussion from Create dynamic number of dynamic tables:
Hi, I implemented the solution from the post above. However, I now also need to add, besides the checkbox, an input field for every row. I can add the input field to the html that is passed in the choices_selectboxes, but when entering a value in the input field, it is not changed in the output. So, I need to retrieve the values for all input fields as well after the form is submitted.
Any ideas?