<?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 adding in Template vs Forms Created in a Module - Missing Parameters in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294026#M13752</link>
    <description>&lt;P&gt;Hi - Yes, I did that but it doesn't function.&amp;nbsp; The controls show up in the front end so you can choose the yes/no and the email - but it doesn't actually do anything. I tried using both the module.parameter and module.form_field2.parameter - but neither works. Do you have any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide a working example that I can view and see the code – something isn’t right with this documentation regarding these extra fields.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 19:20:20 GMT</pubDate>
    <dc:creator>wadefitzgerald</dc:creator>
    <dc:date>2019-09-30T19:20:20Z</dc:date>
    <item>
      <title>Forms adding in Template vs Forms Created in a Module - Missing Parameters</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/293740#M13739</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I built a custom form using a coded module - but the extra parameters aren't in my form - but they are in the default forms - so just looking as to how to code that in so the end user can avail of these extra functions like "Send Form notifications to specified email address instaed of the default", "Add to workflow" and "Send a follow-up email".&amp;nbsp; I added in the custom code that seems like it would do the trick, but nothing changed in functionality.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is the code I am using in the Module:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{% form&lt;BR /&gt;form_to_use="{{ module.form_field2.form_id }}"&lt;BR /&gt;response_response_type="{{ module.form_field2.response_type }}"&lt;BR /&gt;response_message="{{ module.form_field2.message }}"&lt;BR /&gt;response_redirect_id="{{ module.form_field2.redirect_id }}"&lt;BR /&gt;response_redirect_url="{{module.form_field2.redirect_url}}"&lt;BR /&gt;gotowebinar_webinar_key="{{ module.form_field2.gotowebinar_webinar_key }}"&lt;BR /&gt;follow_up_type_simple="{{ module.form_field2.follow_up_type_simple }}"&lt;BR /&gt;simple_email_for_live_id="{{ module.form_field2.simple_email_for_live_id }}"&lt;BR /&gt;follow_up_type_automation="{{ module.form_field2.follow_up_type_automation }}"&lt;BR /&gt;form_follow_ups_workflow_id="{{ module.form_field2.form_follow_ups_workflow_id }}"&lt;BR /&gt;notifications_are_overridden="{{ module.form_field2.notifications_are_overridden }}"&lt;BR /&gt;notifications_override_email_addresses="{{ module.form_field2.notifications_override_email_addresses }}"&lt;BR /&gt;sfdc_campaign="{{ module.form_field2.sfdc_campaign }}"&lt;BR /&gt;%}&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hubspot-form-question.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20203iE96676114B8762DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="hubspot-form-question.jpg" alt="hubspot-form-question.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:11:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/293740#M13739</guid>
      <dc:creator>wadefitzgerald</dc:creator>
      <dc:date>2019-09-27T19:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forms adding in Template vs Forms Created in a Module - Missing Parameters</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/293928#M13745</link>
      <description>&lt;P&gt;Added in the parameters to the form so you can see it in the front end now- however, nothing works.&amp;nbsp; The default parameters they set in the form module and the ones they show on the website at this page ...&amp;nbsp;&lt;A href="https://designers.hubspot.com/how-to-create-a-form-module-in-a-custom-module" target="_blank"&gt;https://designers.hubspot.com/how-to-create-a-form-module-in-a-custom-module&lt;/A&gt;&amp;nbsp; - doesn't match up - something seems wrong in the documenation.&amp;nbsp; Does anyone have a custom form working with the parameters for Send a followup email and the choice of which one?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 12:29:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/293928#M13745</guid>
      <dc:creator>wadefitzgerald</dc:creator>
      <dc:date>2019-09-30T12:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Forms adding in Template vs Forms Created in a Module - Missing Parameters</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/293945#M13748</link>
      <description>&lt;P&gt;Hi Wade,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you're using the form field that appears in the custom module sidebar (your module.form_field2). The form field only has those four basic options (A form selector dropdown,&amp;nbsp;A post-submit action radio select,&amp;nbsp;A thank you message field and A form placeholder), as listed in &lt;A title="How to create a form module in a custom module" href="https://designers.hubspot.com/how-to-create-a-form-module-in-a-custom-module" target="_self"&gt;the article&lt;/A&gt;. The &lt;A title="Form" href="https://designers.hubspot.com/docs/hubl/hubl-supported-tags" target="_self"&gt;form module&lt;/A&gt;, which you can use outside of custom modules (in coded templates or partials), does have those extra options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, following the instrucitons on the article, you can add in the extra parameters and create your own custom fields for the remaining options. For example, I can create a Boolean field called "Follow up?" with the variable name "my_custom_follow_up_boolean" and add that to my module like this:&amp;nbsp;&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="form-fields.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20241i1250ED3A287AA085/image-size/large?v=v2&amp;amp;px=999" role="button" title="form-fields.jpg" alt="form-fields.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The variable names you add in the HTML + HubL will have to match the variable names of the fields you've added on the right-hand side.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;HubSpot CMS Design &amp;amp; Development&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#32C43F"&gt;&lt;I&gt;If this helped, please mark it as the solution to your question, thanks!&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:24:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/293945#M13748</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2019-09-30T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forms adding in Template vs Forms Created in a Module - Missing Parameters</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294026#M13752</link>
      <description>&lt;P&gt;Hi - Yes, I did that but it doesn't function.&amp;nbsp; The controls show up in the front end so you can choose the yes/no and the email - but it doesn't actually do anything. I tried using both the module.parameter and module.form_field2.parameter - but neither works. Do you have any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide a working example that I can view and see the code – something isn’t right with this documentation regarding these extra fields.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 19:20:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294026#M13752</guid>
      <dc:creator>wadefitzgerald</dc:creator>
      <dc:date>2019-09-30T19:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Forms adding in Template vs Forms Created in a Module - Missing Parameters</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294053#M13755</link>
      <description>&lt;P&gt;Could you send me over a screenshot of your module to take a look at the fields and copy your code here so that I can check it out?&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;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;HubSpot CMS Design &amp;amp; Development&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 20:46:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294053#M13755</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2019-09-30T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forms adding in Template vs Forms Created in a Module - Missing Parameters</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294148#M13760</link>
      <description>&lt;P&gt;Hi Stephanie,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I got it working now using the&amp;nbsp;module.follow_up_type_simple and&amp;nbsp;module.simple_email_for_live_id.&amp;nbsp; I think the issue was I was trying to send an email from an old workflow that wasn't working correctly.&amp;nbsp; So I double checked everything and got an active workflow I know was working correctly - and used that one and it worked. So I don't think the issue was with the code, moreso with the email I was trying send. Thanks for your help with this matter.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 12:38:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Forms-adding-in-Template-vs-Forms-Created-in-a-Module-Missing/m-p/294148#M13760</guid>
      <dc:creator>wadefitzgerald</dc:creator>
      <dc:date>2019-10-01T12:38:00Z</dc:date>
    </item>
  </channel>
</rss>

