<?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: Is it possible to print a completed form when submitting in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946797#M38417</link>
    <description>&lt;P&gt;Thank you Jaycee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Form the we are trying to apply this function to is one we have built in Hubspot Forms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 13:29:40 GMT</pubDate>
    <dc:creator>MFenske</dc:creator>
    <dc:date>2024-03-20T13:29:40Z</dc:date>
    <item>
      <title>Is it possible to print a completed form when submitting</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946344#M38408</link>
      <description>&lt;P&gt;Is it possible to add a print option to a form that the user completing the form on a website can print a copy of their completed form while submitting?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 21:41:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946344#M38408</guid>
      <dc:creator>MFenske</dc:creator>
      <dc:date>2024-03-19T21:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to print a completed form when submitting</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946386#M38409</link>
      <description>&lt;P&gt;Hey, &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/730442"&gt;@MFenske&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your post!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you clarify what type of form you are using? Is it a HubSpot created form, a third-party form, or a custom coded form that submits via one of the Forms API endpoints?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's the third option, you can look into using JavaScript to either:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;After form validation and right before or after the form data is submitted, you can add JavaScript to trigger the print dialogue&lt;/LI&gt;
 &lt;LI&gt;If you'd prefer a PDF, using a client-side JavaScript library like &lt;A href="https://github.com/parallax/jsPDF" target="_blank"&gt;jsPDF&lt;/A&gt; to create a PDF from the form data is worth looking into&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Have fun building! — Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 23:31:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946386#M38409</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-03-19T23:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to print a completed form when submitting</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946797#M38417</link>
      <description>&lt;P&gt;Thank you Jaycee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Form the we are trying to apply this function to is one we have built in Hubspot Forms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 13:29:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/946797#M38417</guid>
      <dc:creator>MFenske</dc:creator>
      <dc:date>2024-03-20T13:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to print a completed form when submitting</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/950316#M38505</link>
      <description>&lt;P&gt;Hey, &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/730442"&gt;@MFenske&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; That will be more of a challenge. One thought is to use &lt;A href="https://knowledge.hubspot.com/workflows/create-workflows" target="_blank"&gt;workflows&lt;/A&gt; and &lt;A href="https://knowledge.hubspot.com/marketing-email/create-automated-emails-to-use-in-workflows" target="_blank"&gt;automated emails&lt;/A&gt;, to send an email after the form submission. This would allow you to use Contact properties as personalization tokens and include the values added to a contact's record via your form. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 19:10:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Is-it-possible-to-print-a-completed-form-when-submitting/m-p/950316#M38505</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-03-26T19:10:46Z</dc:date>
    </item>
  </channel>
</rss>

