Avatar

Level 10

Hi,

I think I might have been the one that headed you off down the subformset path but I don't think you can rearrange the order of subformsets in this way.

However, you can do what you wish with normal subforms.  Your "form A (Checking)" subform should be bound to;

$.account.[productCategory == """Checking"""]

"form B (Savings)" to;

$.account.[productCategory == """Saving"""]

"form C (Credit Card)" to;

$.account.[productCategory == """Credit Card"""]

Here is a sample form/data I used to check the escaping of the double quotes, https://workspaces.acrobat.com/?d=zxyQBrlMWSLFxd9WqKA4Jw

I hope it helps

Bruce