<?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>question Real time or near real time character counter on catalog item html field in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511507#M6426</link>
    <description>&lt;P&gt;I am trying to implement a solution where on a catalog item there is html field. Users have to fill atleast 300 characters of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have a requirement where as user types number of characters left is counted and displayed to user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2026 09:34:13 GMT</pubDate>
    <dc:creator>ashu1612</dc:creator>
    <dc:date>2026-03-20T09:34:13Z</dc:date>
    <item>
      <title>Real time or near real time character counter on catalog item html field</title>
      <link>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511507#M6426</link>
      <description>&lt;P&gt;I am trying to implement a solution where on a catalog item there is html field. Users have to fill atleast 300 characters of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have a requirement where as user types number of characters left is counted and displayed to user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 09:34:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511507#M6426</guid>
      <dc:creator>ashu1612</dc:creator>
      <dc:date>2026-03-20T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Real time or near real time character counter on catalog item html field</title>
      <link>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511523#M6427</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/643993"&gt;@ashu1612&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check this link and it has some approach which you can use and enhance&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/employee-center-forum/how-to-add-a-character-counter-and-limit-to-multi-line-text/m-p/3374307#M14143" target="_blank" rel="noopener"&gt;How to Add a Character Counter and Limit to Multi-line Text Field in Service Portal Catalog Item?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 09:46:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511523#M6427</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-03-20T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Real time or near real time character counter on catalog item html field</title>
      <link>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511525#M6428</link>
      <description>&lt;P&gt;No this piece is not working . I already tried that approach.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 09:49:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511525#M6428</guid>
      <dc:creator>ashu1612</dc:creator>
      <dc:date>2026-03-20T09:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Real time or near real time character counter on catalog item html field</title>
      <link>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511535#M6429</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/643993"&gt;@ashu1612&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;may be it's not working with HTML type variable.&lt;/P&gt;
&lt;P&gt;Why not use string variable then?&lt;/P&gt;
&lt;P&gt;Why would you require character count for HTML type variable?&lt;/P&gt;
&lt;P&gt;HTML type variable holds html tags so the total of 300 characters will include the tags as well.&lt;/P&gt;
&lt;P&gt;I think you should discuss with your customer and use String type variable&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 10:00:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3511535#M6429</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-03-20T10:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Real time or near real time character counter on catalog item html field</title>
      <link>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3512121#M6438</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/643993"&gt;@ashu1612&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2026 14:36:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/real-time-or-near-real-time-character-counter-on-catalog-item/m-p/3512121#M6438</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-03-21T14:36:14Z</dc:date>
    </item>
  </channel>
</rss>

