<?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 Show/Hide property values in Email in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/844790#M35745</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to see if its possible to show/hide labels in an email based on whether the contact filled out the field on a form&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g Hide the 'Phone Number' label, if the contact didnt fill that field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated, thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 08:51:02 GMT</pubDate>
    <dc:creator>CHutt5</dc:creator>
    <dc:date>2023-09-05T08:51:02Z</dc:date>
    <item>
      <title>Show/Hide property values in Email</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/844790#M35745</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to see if its possible to show/hide labels in an email based on whether the contact filled out the field on a form&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g Hide the 'Phone Number' label, if the contact didnt fill that field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated, thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 08:51:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/844790#M35745</guid>
      <dc:creator>CHutt5</dc:creator>
      <dc:date>2023-09-05T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide property values in Email</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/845155#M35753</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/554642"&gt;@CHutt5&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. Have you tried using HubL to control if a value is displayed? It's not based on a form submission, but on whether or nor a property has a value for the specific record.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if contact.phone_number %}
  Phone Number: {{ contact.phone_number }}
{% endif %}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun building! — Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 19:50:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/845155#M35753</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-09-05T19:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide property values in Email</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/845410#M35759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where would I put the code exactly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 08:59:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Show-Hide-property-values-in-Email/m-p/845410#M35759</guid>
      <dc:creator>CHutt5</dc:creator>
      <dc:date>2023-09-06T08:59:11Z</dc:date>
    </item>
  </channel>
</rss>

