Adding Size or Color Guide depending on Option Name choice

Hi guys,

I tried to add two options to my product page and give them a button as option name. But it only “kinda” worked.

The button works but now it also displays all of this stuff. Does someone know how to fix this?

It display’s these values:

“Size Guide”
value=“XS”
form=“product-form-template–14386594611518__main”
checked

Hi @NoahOnyejese ,

For the option name, it should be text only, HTML input is not supported, so you should change it to text, then add the condition to display HTML if desired at main-product.liquid file.

Hope it is clear to you.