Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you! Confirming this works.
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 shortened version below. Would this work? Or should i remove Sanford's code that I had originally put to getvalues?...
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 enabled for both fields, are you saying there is additional JS needed to append the value we have in the database to the hidde...
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 it is not, correct? The issue with that is when it does show up, I want it to be a required field. So if it shows up with...
Sorry, updated! So it looks like the below..but still isnt working. Is there anything in the page source code that is interfering with the JS?
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 not working for me.Code I have on page: https://build.amazonalexadev.com/Youtube-Integration_DynamicTest.html
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 out the form. Everything is edited to the capitalization requirements ( see below) and the form visibility rules still ...
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 true and false? I tried it that way as well, and it still didn't work. Any other suggestions? Below is what my visibili...
Thanks! I was using the import alias instead of what was represented as the name in source code. It looks like both fields have the first i lowercase. I made those adjustments and the form is still not working..Any other suggestions? Thanks!
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 on current vlaue. However when I test it doesn't seem to work, the form value that I am trying to hide/show ( IS Agency...