CS Forms - how to show/hide on submission when more than one form on page?

Hi @charlie

I have a callback form and and contact form on the same page, the show/hide on submit without errors is triggering both forms. How can I only trigger the one that submitted?

Do they have the same Form ID? You might have to move conditions to inside the Forms. If it’s not inside a Form it’ll rely on whatever form was submitted for those conditions. Does any of that help? I didn’t seem to have any issues with “Form Submitted Without Errors”.

I kinda fudged/fixed this by placing the titles to be hidden within the actual forms but it feels like I should be able to show/hide based on submission and form id for something outside of the form?