Hope this is the correct alias for InfoPath questions, apologies if not;
I have a browser-enabled InfoPath form, with a repeating section, which contains a checkbox and textbox.
The repeating section is bound to a sharepoint list, and the controls inside are bound to columns in that SP list.
This works fine, however when I submit/save the form and then reopen, the checked status of the checkboxes is lost.
I realise that this is because the binding is performed again and thus the checkbox values are overwritten, but I do not know how to work around this (apart from writing some OTT C#).
Is it possible to stop InfoPath performing the bind?
Anyone got any ideas? Thanks in advance.