<?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: Missing information in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1125210#M81052</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;&amp;nbsp;- thanks for the reply!&lt;BR /&gt;&lt;BR /&gt;Unfortunately, while those endpoints give&amp;nbsp;&lt;EM&gt;different&amp;nbsp;&lt;/EM&gt;data from each other, none of it still contains the info I'm looking for...&lt;BR /&gt;&lt;BR /&gt;For example, looking at that object I originally posted, when I use this endpoint:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://api.hubapi.com/forms/v2/fields/{form_id}&lt;/LI-CODE&gt;&lt;P&gt;I get this object:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "name": "website",
    "label": "Website URL",
    "type": "string",
    "fieldType": "text",
    "description": "",
    "groupName": "",
    "displayOrder": -1,
    "required": false,
    "selectedOptions": [],
    "options": [],
    "validation": {
        "name": "",
        "message": "",
        "data": "",
        "useDefaultBlockList": false,
        "blockedEmailAddresses": [],
        "checkPhoneFormat": false
    },
    "enabled": true,
    "hidden": false,
    "defaultValue": "",
    "isSmartField": false,
    "unselectedLabel": "",
    "placeholder": "",
    "dependentFieldFilters": [],
    "labelHidden": false,
    "propertyObjectType": "CONTACT",
    "metaData": [],
    "objectTypeId": "0-1"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It certainly looks like it&amp;nbsp;&lt;EM&gt;wants&amp;nbsp;&lt;/EM&gt;to provide me fields such as&amp;nbsp;&lt;STRONG&gt;placeholder&amp;nbsp;&lt;/STRONG&gt;(not sure about info box still -&amp;nbsp;&lt;STRONG&gt;description&amp;nbsp;&lt;/STRONG&gt;maybe?) - but they are still empty. (Also, my issue with the&amp;nbsp;&lt;STRONG&gt;v2&lt;/STRONG&gt; endpoint is that fields such as&amp;nbsp;&lt;STRONG&gt;email&amp;nbsp;&lt;/STRONG&gt;have&amp;nbsp;&lt;STRONG&gt;fieldType&lt;/STRONG&gt;&amp;nbsp;as just&amp;nbsp;&lt;STRONG&gt;"text"&lt;/STRONG&gt; which is less than useful &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Hence why I think&amp;nbsp;&lt;STRONG&gt;v3&lt;/STRONG&gt; is the way to go, but just seems to be lacking much info from the form... unless again, I'm just not finding the right endpoint... maybe there's a hidden &lt;STRONG&gt;verbose&amp;nbsp;&lt;/STRONG&gt;option that I need to send somehow??)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, the form input looks like this - I need to retrieve "This is the help text" and "This is the placeholder text":&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-03-21 at 9.03.29 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/141437i920C814E29533BA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-21 at 9.03.29 AM.png" alt="Screenshot 2025-03-21 at 9.03.29 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 20:07:00 GMT</pubDate>
    <dc:creator>AMoskal</dc:creator>
    <dc:date>2025-03-20T20:07:00Z</dc:date>
    <item>
      <title>Missing information Form Editor API no placeholder</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1124102#M80970</link>
      <description>&lt;P&gt;Hi &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not sure if I've just missed this somewhere, but it seems like some form information is not being returned in the API?&lt;BR /&gt;&lt;BR /&gt;For example, I have a form with inputs that have placeholder text and info box text, but none of this seems to be coming through from the API... we have also set up some dependent fields (choose option A, see this input... choose option B, see that input), but similarly nothing comes through the API related to this (I thought perhaps the input object would contain some kind of data related to this logic).&lt;BR /&gt;&lt;BR /&gt;I'm using:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;marketing/v3/forms/{form-id}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;Should I see information like input placeholders and info box text in the response? This input, for example, has both placeholder and info box text specified in the actual form designed in HS (but as you can see, not in the returned object):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "objectTypeId": "0-1",
    "name": "website",
    "label": "Website URL",
    "required": false,
    "hidden": false,
    "fieldType": "single_line_text"
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;The conditional logic stuff is probably more complex, but this info seems pretty easy to add into the response object (or am I just missing it)? &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 15:08:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1124102#M80970</guid>
      <dc:creator>AMoskal</dc:creator>
      <dc:date>2025-08-25T15:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1125203#M81051</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/916970"&gt;@AMoskal&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked into these endpoints?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://api.hubapi.com/marketing/v3/forms/{formId}" target="_blank" rel="noopener"&gt;GET Form definition&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://api.hubapi.com/forms/v2/fields/:form_guid" target="_blank" rel="noopener"&gt;GET All fields for a specific form&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 19:49:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1125203#M81051</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-03-20T19:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1125210#M81052</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;&amp;nbsp;- thanks for the reply!&lt;BR /&gt;&lt;BR /&gt;Unfortunately, while those endpoints give&amp;nbsp;&lt;EM&gt;different&amp;nbsp;&lt;/EM&gt;data from each other, none of it still contains the info I'm looking for...&lt;BR /&gt;&lt;BR /&gt;For example, looking at that object I originally posted, when I use this endpoint:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://api.hubapi.com/forms/v2/fields/{form_id}&lt;/LI-CODE&gt;&lt;P&gt;I get this object:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "name": "website",
    "label": "Website URL",
    "type": "string",
    "fieldType": "text",
    "description": "",
    "groupName": "",
    "displayOrder": -1,
    "required": false,
    "selectedOptions": [],
    "options": [],
    "validation": {
        "name": "",
        "message": "",
        "data": "",
        "useDefaultBlockList": false,
        "blockedEmailAddresses": [],
        "checkPhoneFormat": false
    },
    "enabled": true,
    "hidden": false,
    "defaultValue": "",
    "isSmartField": false,
    "unselectedLabel": "",
    "placeholder": "",
    "dependentFieldFilters": [],
    "labelHidden": false,
    "propertyObjectType": "CONTACT",
    "metaData": [],
    "objectTypeId": "0-1"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It certainly looks like it&amp;nbsp;&lt;EM&gt;wants&amp;nbsp;&lt;/EM&gt;to provide me fields such as&amp;nbsp;&lt;STRONG&gt;placeholder&amp;nbsp;&lt;/STRONG&gt;(not sure about info box still -&amp;nbsp;&lt;STRONG&gt;description&amp;nbsp;&lt;/STRONG&gt;maybe?) - but they are still empty. (Also, my issue with the&amp;nbsp;&lt;STRONG&gt;v2&lt;/STRONG&gt; endpoint is that fields such as&amp;nbsp;&lt;STRONG&gt;email&amp;nbsp;&lt;/STRONG&gt;have&amp;nbsp;&lt;STRONG&gt;fieldType&lt;/STRONG&gt;&amp;nbsp;as just&amp;nbsp;&lt;STRONG&gt;"text"&lt;/STRONG&gt; which is less than useful &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Hence why I think&amp;nbsp;&lt;STRONG&gt;v3&lt;/STRONG&gt; is the way to go, but just seems to be lacking much info from the form... unless again, I'm just not finding the right endpoint... maybe there's a hidden &lt;STRONG&gt;verbose&amp;nbsp;&lt;/STRONG&gt;option that I need to send somehow??)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, the form input looks like this - I need to retrieve "This is the help text" and "This is the placeholder text":&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-03-21 at 9.03.29 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/141437i920C814E29533BA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-21 at 9.03.29 AM.png" alt="Screenshot 2025-03-21 at 9.03.29 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 20:07:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1125210#M81052</guid>
      <dc:creator>AMoskal</dc:creator>
      <dc:date>2025-03-20T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191448#M83901</link>
      <description>&lt;P&gt;Hi! I'm facing the same issue, weither I'm using form API v2 or v3.&lt;/P&gt;&lt;P&gt;No placeholder nor description, just empty strings, even though it's declared in the form editor of Hubspot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the form preview from Hubspot:&lt;/P&gt;&lt;P&gt;This is the JSON I get from query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "name": "lastname",
    "label": "Last Name",
    "type": "string",
    "fieldType": "text",
    "description": "",
    "groupName": "",
    "displayOrder": -1,
    "required": false,
    "selectedOptions": [],
    "options": [],
    "validation": {
        "name": "",
        "message": "",
        "data": "",
        "useDefaultBlockList": false,
        "blockedEmailAddresses": [],
        "checkPhoneFormat": false
    },
    "enabled": true,
    "hidden": false,
    "defaultValue": "",
    "isSmartField": false,
    "unselectedLabel": "",
    "placeholder": "",
    "dependentFieldFilters": [],
    "labelHidden": false,
    "propertyObjectType": "CONTACT",
    "metaData": [],
    "objectTypeId": "0-1"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 09:53:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191448#M83901</guid>
      <dc:creator>SBruyere</dc:creator>
      <dc:date>2025-08-21T09:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191487#M83902</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/352480"&gt;@SBruyere&lt;/a&gt;&lt;/SPAN&gt;, I hope that you are well!&lt;BR /&gt;&lt;BR /&gt;Thanks for reaching out to the Community!&lt;BR /&gt;&lt;BR /&gt;I understand that you have been using this documentation "&lt;A href="https://developers.hubspot.com/docs/reference/api/marketing/forms/v3" target="_blank"&gt;Forms API&lt;/A&gt;". Please let me know if that's not the case.&lt;BR /&gt;&lt;BR /&gt;I'd love to ask our Top Experts and Community Members: Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/916970"&gt;@AMoskal&lt;/a&gt;&lt;/SPAN&gt;, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/601366"&gt;@sylvain_tirreau&lt;/a&gt;&lt;/SPAN&gt; and &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt; do you have suggestions to help &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/352480"&gt;@SBruyere&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Have a great day and thanks so much in advance for your help!&lt;BR /&gt;&lt;BR /&gt;Bérangère, HubSpot Community Manager&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 11:15:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191487#M83902</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-08-21T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191518#M83905</link>
      <description>&lt;P&gt;Hello Bérangère, I first tried with the V3 version which returns this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "objectTypeId": "0-1",
    "name": "lastname",
    "label": "Last Name",
    "required": false,
    "hidden": false,
    "fieldType": "single_line_text"
}&lt;/LI-CODE&gt;&lt;P&gt;So, no placeholders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried with V2, and the result is what I showed in my previous message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 12:28:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191518#M83905</guid>
      <dc:creator>SBruyere</dc:creator>
      <dc:date>2025-08-21T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191522#M83906</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/230185"&gt;@BérangèreL&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just did a test I think I found the problem!&lt;/P&gt;&lt;P&gt;I have the right informations with API V2 and V3 when I use it with a form created with the &lt;STRONG&gt;Legacy Form Editor&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It's not working with the&amp;nbsp;&lt;STRONG&gt;Form Editor&amp;nbsp;&lt;/STRONG&gt;(left side)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SBruyere_0-1755779897060.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/153731i3A79D0D17F67915D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SBruyere_0-1755779897060.png" alt="SBruyere_0-1755779897060.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the grouping is well done on the Legacy one:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SBruyere_1-1755780025727.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/153732iC7D04455862685D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SBruyere_1-1755780025727.png" alt="SBruyere_1-1755780025727.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Meaning I can properly make a layout on my side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I receive a flat fieldGroups array when using it with the new&amp;nbsp;&lt;STRONG&gt;Form editor.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this ones help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 12:41:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1191522#M83906</guid>
      <dc:creator>SBruyere</dc:creator>
      <dc:date>2025-08-21T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1192876#M83977</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/352480"&gt;@SBruyere&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for taking the time to test this and share your findings with us. Your detailed observations and screenshots are incredibly helpful!&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It’s great to hear that the API works as expected with the Legacy Form Editor, including the proper grouping of field data.&lt;BR /&gt;&lt;BR /&gt;I understand how getting a flat fieldGroups array from the new Form Editor can affect your ability to create layouts on your end.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’m sharing your feedback with our product team to make sure they’re aware of this difference between the editors.&lt;BR /&gt;&lt;BR /&gt;In the meantime, if you have any additional details or examples you’d like to add, please feel free to share them here, they’re invaluable to our team as we continue to improve the platform.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again for your thorough investigation and for helping make our community stronger!&lt;BR /&gt;&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 15:09:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1192876#M83977</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-08-25T15:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missing information</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1212747#M84957</link>
      <description>&lt;P&gt;Did you find the solution to how to get grouping right with new editor?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 20:00:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1212747#M84957</guid>
      <dc:creator>MBansal6</dc:creator>
      <dc:date>2025-10-15T20:00:45Z</dc:date>
    </item>
  </channel>
</rss>

