CMS Development

dmsacco
Participant

Trying to Use a Boolean to Give the Option to hide a Button

SOLVE

{% boolean "show_primary_cta_logo" label='Show Primary CTA?' value="true" no_wrapper=True, export_to_template_context=True %} {% if widget_data.show_primary_cta_logo.value == 'true' %}

  {{ widget.button_text }} 
 

{% endif %}

0 Upvotes
1 Accepted solution
benvanlooy
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Trying to Use a Boolean to Give the Option to hide a Button

SOLVE

Just to be sure, check out the Developer Info

 

and see if "widget_data.show_primary_cta_logo.value" is the right "path".. In the past this often has been my problem, that sometimes for some reason the path is different like it's not value but body.value.. So best check the Developer Info.

https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages

View solution in original post

0 Upvotes
2 Replies 2
dmsacco
Participant

Trying to Use a Boolean to Give the Option to hide a Button

SOLVE

I am not sure if I am missing something in my code, but the button isn't showing up on either toggle option.

0 Upvotes
benvanlooy
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Trying to Use a Boolean to Give the Option to hide a Button

SOLVE

Just to be sure, check out the Developer Info

 

and see if "widget_data.show_primary_cta_logo.value" is the right "path".. In the past this often has been my problem, that sometimes for some reason the path is different like it's not value but body.value.. So best check the Developer Info.

https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages

0 Upvotes