LSeth
February 8, 2022, 3:41pm
1
For some reason I can not get the choices to show as radio instead of select. Below is the code I am using. I am curious as what I am missing. Thanks.
{% choice “hex_right_left” label=“Hex - Left or Right”, display=“radio” default=“hex-right” choices=[[“hex-left”, “Hexagon Left” ], [ “hex-right”, “Hexagon Right”]] %}
stefen
February 9, 2022, 1:34am
2
@LSeth according to the docs the choice tag doesn’t have an option for displaying as radio buttons. I think you might be getting the tag confused with a choice field inside of a custom module.
Docs for the choice tag: HubL standard tags - HubSpot docs
Docs for the choice custom module field: Module and theme fields - HubSpot docs
system
February 10, 2022, 9:41am
3
Hi @LSeth ,
In Your choice field select display as radio then it will show your choice item as a radio type
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
LSeth
February 10, 2022, 12:46pm
4
@stefen Ah yeah that’s what I was doing. I figured the settings were the same. Thanks.
@webdew Thanks for the input but in this situation I am not using a module I am using the choice tag.