I have a couple things that I think this forum can help with RE forms in moodle.
I'm creating a moodle tool that makes use of a moodle form (mostly checkboxes/checkbox_controllers and one text area). The form is currently all as one big form on a page with two different submit buttons. Conseptually this could be two forms on one page.. So first question is can two forms reside on the same page in moodle and interact with the user without toooo much trouble?
Next question is. When I submit the form and I do my other server side logic in the background things happen as they should logic/code wise. My issue arrises when the form is re-drawn to the user. The elemets that they just picked (previous to server processing) are still checked. What is the best way to get form elements back to square one when the form is re-drawn.
thanks - Kevin