<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Choice field value issues in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/464338#M24148</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95823"&gt;@spotthehub&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;you dont have need you create choice use rich text under module and get option font-family check screenshot:\r\nhttps://prnt.sc/1ebwsh6\r&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:829,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;6&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;7&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;8&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}"&gt;Use rich text under module and get option font-family. Check screenshot: &lt;BR /&gt;&lt;A href="https://prnt.sc/1ebwsh6" target="_blank"&gt;https://prnt.sc/1ebwsh6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 13:09:27 GMT</pubDate>
    <dc:creator>webdew</dc:creator>
    <dc:date>2021-07-22T13:09:27Z</dc:date>
    <item>
      <title>Choice field value issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/463000#M24117</link>
      <description>&lt;P&gt;Hi, I'm creating a module and would like to add a custom font option to it.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've created simple css hubl code like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p, li, h1, h2, h3, h4, button, span, a {&lt;BR /&gt;font-family: {{ module.font_family }};&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and created a font_family choice field like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spotthehub_0-1626813624338.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/46649iDC994AB2B00F5422/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spotthehub_0-1626813624338.png" alt="spotthehub_0-1626813624338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it's not rendering the output correctly:&lt;/P&gt;&lt;PRE&gt;p,li,h1,h2,h3,h4,button,span,a{font-family:}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I've tried&amp;nbsp;font-family: {{ module.font_family.value }}, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone see what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:42:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/463000#M24117</guid>
      <dc:creator>spotthehub</dc:creator>
      <dc:date>2021-07-20T20:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Choice field value issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/463306#M24122</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95823"&gt;@spotthehub&lt;/a&gt;&amp;nbsp;and thanks for sharing your issue.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;First of all, css in modules is very limited in comparison to html, thus you won't be able to access your value from the font_family from the css of the module. &lt;A href="https://developers.hubspot.com/docs/cms/building-blocks/modules/files#css-module-css-" target="_blank" rel="noopener"&gt;Here is more info on that.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For that matter you should probably use the require_css block in the html of the module like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% require_css %}
&amp;lt;style&amp;gt;
  p,li,h1,h2,h3,h4,button,span,a{
    font-family: {{ module.font_family.value }} ;
  }
&amp;lt;/style&amp;gt;
{% end_require_css %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This and much more regaring modules is all very well documented in &lt;A href="https://developers.hubspot.com/docs/cms/building-blocks/modules/files" target="_blank" rel="noopener"&gt;this article about module development&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope I gave you some direction what to look at, if it helped mark this answer as a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 07:52:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/463306#M24122</guid>
      <dc:creator>miljkovicmisa</dc:creator>
      <dc:date>2021-07-21T07:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Choice field value issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/463436#M24125</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/166093"&gt;@miljkovicmisa&lt;/a&gt;&amp;nbsp;thanks for the help.&amp;nbsp; This worked well for my needs.&lt;BR /&gt;&lt;BR /&gt;I was confused by this section in the documentation that shows variables being accessed:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spotthehub_0-1626874405492.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/46688iC126BB059A1281DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spotthehub_0-1626874405492.png" alt="spotthehub_0-1626874405492.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 13:33:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/463436#M24125</guid>
      <dc:creator>spotthehub</dc:creator>
      <dc:date>2021-07-21T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Choice field value issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/464338#M24148</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95823"&gt;@spotthehub&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;you dont have need you create choice use rich text under module and get option font-family check screenshot:\r\nhttps://prnt.sc/1ebwsh6\r&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:829,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;6&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;7&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;8&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}"&gt;Use rich text under module and get option font-family. Check screenshot: &lt;BR /&gt;&lt;A href="https://prnt.sc/1ebwsh6" target="_blank"&gt;https://prnt.sc/1ebwsh6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:09:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Choice-field-value-issues/m-p/464338#M24148</guid>
      <dc:creator>webdew</dc:creator>
      <dc:date>2021-07-22T13:09:27Z</dc:date>
    </item>
  </channel>
</rss>

