Thanks- I implemented your solution. Since I really only need to get the hidden field ( isagencydynamic) pre-filled to get the is agency visibility rules to work i just used a shor...
Thanks, I changed it to "is empty". You are absolutely right about radio buttons as the logical choice. What additional workarounds would be necessary? I have form prefilled enable...
Thank you, I got it to work but still have some questions.1. Using just the checkbox approach would move the value to true in our Marketo database if it is selected, and false if i...
Got it, makes sense!So then this visibility rule should then work right, since the js below should be updating the isagencydynamic field to be yes or no? Still for some reason is n...
Got it, that makes sense. I want to Keep true/false as the stored values to be consistent with what we already have in our database, but yes/no makes more sense for someone filling...
Thanks! I edited the form, the checkboxes to yes/no values with the stored value being true/false. Are you saying that I should change the visibility rules to yes and no instead of...
Thanks! I was using the import alias instead of what was representedas the name in source code. It looks like both fields have the first i lowercase.I made those adjustments and th...
Hello!I am trying to make a form field visible only if there is a null value for another field in our instance. I have tried to implement using this thread:Form field conditional o...