<?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: Forms API not returning placeholders? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210822#M84889</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/1000029"&gt;@OKapusta&lt;/a&gt;&lt;/SPAN&gt; and welcome, we are delighted to have you here!&lt;BR /&gt;&lt;BR /&gt;Great question, thanks for asking the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;To start with, here are some resources that might be useful:&lt;BR /&gt;&lt;BR /&gt;- &lt;A href="https://developers.hubspot.com/docs/api-reference/marketing-forms-v3/guide" target="_blank"&gt;Marketing API | Forms&lt;/A&gt;&lt;BR /&gt;- Create forms in multiple languages (legacy) OR you can &lt;A href="https://knowledge.hubspot.com/forms/create-and-edit-forms?hubs_content=knowledge.hubspot.com/forms/create-forms-in-multiple-languages&amp;amp;hubs_content-cta=ai-translation-of-your-form-in-the-updated-editor#:~:text=To%20create%20an,update%20the%20translation" target="_blank"&gt;create an AI translation of your form in the updated editor&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the solution from &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; on this post "&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1124102" target="_blank"&gt;Missing information Form Editor API no placeholder&lt;/A&gt;" might help you.&lt;BR /&gt;&lt;BR /&gt;I'd love to put you in touch with our Top Experts: 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/53048"&gt;@evaldas&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/577159"&gt;@GiantFocal&lt;/a&gt;&lt;/SPAN&gt; and &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/519167"&gt;@h-recker&lt;/a&gt;&lt;/SPAN&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/1000029"&gt;@OKapusta&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Have a lovely weekend and thanks so much! 🧡&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
    <pubDate>Fri, 10 Oct 2025 10:13:41 GMT</pubDate>
    <dc:creator>BérangèreL</dc:creator>
    <dc:date>2025-10-10T10:13:41Z</dc:date>
    <item>
      <title>Forms API not returning placeholders?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210773#M84885</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm having a problem with the forms API. Form what I'm seeing it's returning labels for my fields but not placeholders.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;id: "a7a73444-2337-4fed-b508-ef594cac39f8",&lt;BR /&gt;name: "New newsletter form (October 8, 2025 9:16:29 AM EDT)",&lt;BR /&gt;createdAt: "2025-10-08T13:16:29.313Z",&lt;BR /&gt;updatedAt: "2025-10-09T13:06:45.989Z",&lt;BR /&gt;archived: false,&lt;BR /&gt;fieldGroups:&lt;BR /&gt;[{"groupType" =&amp;gt; "default_group",&lt;BR /&gt;"richTextType" =&amp;gt; "text",&lt;BR /&gt;"fields" =&amp;gt;&lt;BR /&gt;[{"objectTypeId" =&amp;gt; "0-1", "name" =&amp;gt; "firstname", "label" =&amp;gt; "Prénom", "required" =&amp;gt; false, "hidden" =&amp;gt; false, "fieldType" =&amp;gt; "single_line_text"},&lt;BR /&gt;{"objectTypeId" =&amp;gt; "0-1", "name" =&amp;gt; "lastname", "label" =&amp;gt; "Nom", "required" =&amp;gt; false, "hidden" =&amp;gt; false, "fieldType" =&amp;gt; "single_line_text"},&lt;BR /&gt;{"objectTypeId" =&amp;gt; "0-1", "name" =&amp;gt; "email", "label" =&amp;gt; "E-mail", "required" =&amp;gt; true, "hidden" =&amp;gt; false, "validation" =&amp;gt; {"blockedEmailDomains" =&amp;gt; [], "useDefaultBlockList" =&amp;gt; false}, "fieldType" =&amp;gt; "email"}]}],&lt;BR /&gt;configuration:&lt;BR /&gt;....&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;My goal is to fetch forms throuugh API to have them translated.&lt;/P&gt;&lt;P&gt;Are there any workarounds for this?&lt;/P&gt;&lt;P&gt;How can I create language variations for forms on my pages?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 08:34:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210773#M84885</guid>
      <dc:creator>OKapusta</dc:creator>
      <dc:date>2025-10-10T08:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forms API not returning placeholders?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210822#M84889</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/1000029"&gt;@OKapusta&lt;/a&gt;&lt;/SPAN&gt; and welcome, we are delighted to have you here!&lt;BR /&gt;&lt;BR /&gt;Great question, thanks for asking the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;To start with, here are some resources that might be useful:&lt;BR /&gt;&lt;BR /&gt;- &lt;A href="https://developers.hubspot.com/docs/api-reference/marketing-forms-v3/guide" target="_blank"&gt;Marketing API | Forms&lt;/A&gt;&lt;BR /&gt;- Create forms in multiple languages (legacy) OR you can &lt;A href="https://knowledge.hubspot.com/forms/create-and-edit-forms?hubs_content=knowledge.hubspot.com/forms/create-forms-in-multiple-languages&amp;amp;hubs_content-cta=ai-translation-of-your-form-in-the-updated-editor#:~:text=To%20create%20an,update%20the%20translation" target="_blank"&gt;create an AI translation of your form in the updated editor&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the solution from &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; on this post "&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Missing-information-Form-Editor-API-no-placeholder/m-p/1124102" target="_blank"&gt;Missing information Form Editor API no placeholder&lt;/A&gt;" might help you.&lt;BR /&gt;&lt;BR /&gt;I'd love to put you in touch with our Top Experts: 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/53048"&gt;@evaldas&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/577159"&gt;@GiantFocal&lt;/a&gt;&lt;/SPAN&gt; and &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/519167"&gt;@h-recker&lt;/a&gt;&lt;/SPAN&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/1000029"&gt;@OKapusta&lt;/a&gt;&lt;/SPAN&gt;, please?&lt;BR /&gt;&lt;BR /&gt;Have a lovely weekend and thanks so much! 🧡&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 10:13:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210822#M84889</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-10-10T10:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forms API not returning placeholders?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210895#M84891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1000029"&gt;@OKapusta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have any additional solutions to what&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/230185"&gt;@BérangèreL&lt;/a&gt;&amp;nbsp;already provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue appears to be that the new forms editor currently does not return the placeholder&amp;nbsp;value via the API. You would need to use the Legacy forms in order to retrieve it via API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Confirming that I see the placeholder and help text values by using Legacy forms and &lt;A href="https://developers.hubspot.com/docs/api-reference/marketing-forms-v3/forms/get-marketing-v3-forms-formId" target="_blank" rel="noopener"&gt;v3 forms API&lt;/A&gt;.&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="evaldas_0-1760105191324.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/158338iE0F1A5DA5D5BC232/image-size/medium?v=v2&amp;amp;px=400" role="button" title="evaldas_0-1760105191324.png" alt="evaldas_0-1760105191324.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 14:08:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Forms-API-not-returning-placeholders/m-p/1210895#M84891</guid>
      <dc:creator>evaldas</dc:creator>
      <dc:date>2025-10-10T14:08:20Z</dc:date>
    </item>
  </channel>
</rss>

