Choice in Custom Module not recognizing selected value, defaults to final else statement
解決
Im trying to create a header for multiple brands within an organization. The user would select the brand from a dropdown in the UI, rendering the correct header and logo. Currently the module always renders the markup in the final else statement and does not respect the user selection in the UI
Not sure if this matches what you were trying to accomplish exactly, but I made a few tweaks that seemed to get things working. I've included links to the test module and page below. Long story short, your if statements should be
Not sure if this matches what you were trying to accomplish exactly, but I made a few tweaks that seemed to get things working. I've included links to the test module and page below. Long story short, your if statements should be
Name of module = Header w Logo | Brand Choice (BROKEN)
I was able to get this module working as a Custom Hubl but not did not retain the data for the images and links that were created in the Choice Module UI