I'm trying to setup up conditional fields in my CRM Card. The card i have has a form embeded. In the form i have a select and and a toggle property.
One of the the conditions on the form is that when the toggle is on, the select value should be set the 'End User' for example.
When the form renders in hubspot the values arent on the page, the only time they appear is once one selected and only that one shows, so im not how to set the value when it doesnt exist in the DOM yet.
I currently have each property as a custom class and in the Select class, I have a function 'updateValue' which i call in the toggle class when its on.