So CCC-ENTRY seems like a great way to quickly create some simple forms. it has its limitations, but works ok.
My problem is I cant determine how/if you can use multiple histories in the same document.
I fill out one of my custom forms/histories, then I select another and it discards/removes all the values from the previous.... seems to make the form pretty useless. If you can only use one of these custom histories per visit.
Am I missing something to add more than one of these custom histories in a single document?
The problem, I think is that your form is using document temporary variables to store a history. Most likely you are reusing the same variable in the same form for history#1 and history#2.
The solution is to have a 2 sets of variables (to store history#1 and history#2).