<?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: Using forms in a custom module in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745582#M32453</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 19:05:49 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2023-01-23T19:05:49Z</dc:date>
    <item>
      <title>Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/743406#M32371</link>
      <description>&lt;P&gt;Hello, I'm working on a custom module where I'd like to reuse an existing form. The form is already defined and used in multiple places on my website (opens in an overlay when pressing a specific button), but I want to add it to &amp;lt;a&amp;gt;Click here to register&amp;lt;/a&amp;gt; link in a custom module. I successfully added the form to the module, it's visible in the fields list, but I'm not able to figure out how to open the overlay with a simple text link.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:26:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/743406#M32371</guid>
      <dc:creator>pogacem</dc:creator>
      <dc:date>2023-01-18T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744111#M32390</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/506571"&gt;@pogacem&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out. Can you provide any additional details? Giving the community more information on — code examples, screenshots, more information on how your overlay currently works, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can tag in some of our community members such as&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt;, and providing them more context is always helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:34:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744111#M32390</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-01-19T16:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744124#M32392</link>
      <description>&lt;P&gt;Here is the current version that has almost everything but the link:&amp;nbsp;&lt;A href="https://22709867.hs-sites.com/fitpredictor" target="_blank"&gt;https://22709867.hs-sites.com/fitpredictor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The form is invoked by the [REQUEST A DEMO] buttons on the page - this is strictly no-code.&lt;/P&gt;&lt;P&gt;The part of the page that contains the custom module is &lt;A href="https://22709867.hs-sites.com/fitpredictor#try" target="_blank"&gt;https://22709867.hs-sites.com/fitpredictor#try&lt;/A&gt;&amp;nbsp;- here I want to add a link - See the example text "Request a demo now!"&lt;/P&gt;&lt;P&gt;The code is very simple:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; &amp;lt;p&amp;gt;&amp;lt;a id="request_demo"&amp;gt;&amp;lt;b&amp;gt;Request a demo now!&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;/PRE&gt;&lt;P&gt;I was able to add the existing form to the custom module:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pogacem_1-1674146863190.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/83476iB0602F6215629D60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pogacem_1-1674146863190.png" alt="pogacem_1-1674146863190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I don't know how to display it in the same way as the buttons do, when I'm clicking on the simple link (I don't want to use a button here).&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:50:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744124#M32392</guid>
      <dc:creator>pogacem</dc:creator>
      <dc:date>2023-01-19T16:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744125#M32393</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;, thanks for noticing my cry for help. I've added some context, let me know if more is needed.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:54:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744125#M32393</guid>
      <dc:creator>pogacem</dc:creator>
      <dc:date>2023-01-19T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744161#M32394</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/506571"&gt;@pogacem&lt;/a&gt;&amp;nbsp;, this will be beyond my expertise to help isolate the specific issue with the code, but hopefully I can help point the conversation in the right direction to see if there's someone else&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;can refer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have the button at the top working, and then you have the text link further down on the same page that's not working - in looking at the code, my guess is that the JS for the first is interfering with the functionality of the second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend removing the first button from the page to verify that the second module link works independently. If it does, then your answer lies in the JS. If it doesn't, then we've isolated it to the module configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 17:37:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744161#M32394</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-01-19T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744164#M32395</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for taking a look and nudging us further down the path. Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;do you have any insight here? Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 17:40:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/744164#M32395</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-01-19T17:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745467#M32449</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;,&amp;nbsp;I'm 100% sure the js code is incorrect. I've added this form to a div, but I am stuck on how to invoke that form overlay. Do you maybe have an example where you're reusing such a form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code for the div that contains the form:&lt;/P&gt;&lt;PRE&gt; &amp;lt;div id="form_wrap" class="form_wrap"&amp;gt;&lt;BR /&gt;{% form&lt;BR /&gt;form_to_use="{{ module.request_a_demo_form.form_id }}"&lt;BR /&gt;response_response_type="{{ module.request_a_demo_form.response_type }}"&lt;BR /&gt;response_message="{{ module.request_a_demo_form.message }}"&lt;BR /&gt;response_redirect_id="{{ module.request_a_demo_form.redirect_id }}"&lt;BR /&gt;response_redirect_url="{{module.request_a_demo_form.redirect_url}}"&lt;BR /&gt;gotowebinar_webinar_key="{{ module.request_a_demo_form.gotowebinar_webinar_key }}"&lt;BR /&gt;%}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:31:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745467#M32449</guid>
      <dc:creator>pogacem</dc:creator>
      <dc:date>2023-01-23T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745475#M32450</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/506571"&gt;@pogacem&lt;/a&gt;&amp;nbsp;no, unfortunately I don't have an example similar to this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;can shed some light on what might be the issue with the code.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:48:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745475#M32450</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-01-23T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745545#M32451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/506571"&gt;@pogacem&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems like you're looking for a so-called modal-box.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are a ton of free available snippets out there. If you use e.g. bootstrap or some other framework like tailwind there are already prebuild classes and functions included.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://getbootstrap.com/docs/5.3/components/modal/" target="_blank" rel="noopener"&gt;Bootstrap modal documentation&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://tailwind-elements.com/docs/standard/components/modal/" target="_blank" rel="noopener"&gt;Tailwind modal documentation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But no worries - if you don't know if you're using one or don't want to use a heavy framework just for just one simple modal-box you can either create a plain CSS one (not recommended since it can be A LOT of work and there's no real benefit), create a jQuery modalbox since your theme will - most likely have jQuery or simply create a plain JS version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a &lt;A href="https://codepen.io/tobiasdev/pen/XjXgZr" target="_blank" rel="noopener"&gt;code&lt;/A&gt; you can use/modify for a jQuery modal box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or simply copy/paste the following code and modify it to your needs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTML+Hubl part:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{# start trigger button #}
&amp;lt;a href="#" class="modal-trigger" data-modal="modal-{{name|md5}}"&amp;gt;{{ module.modal_open_text }}&amp;lt;/a&amp;gt;{# adding a hubl as data-modal allows you to use this module several times on one page #}
{# end trigger button #}

&amp;lt;div class="modal" id="modal-{{name|md5}}"&amp;gt; {# use the 'data-modal' hubl as id to link the button to the modal box #}
  &amp;lt;div class="modal-sandbox"&amp;gt;&amp;lt;/div&amp;gt;
  &amp;lt;div class="modal-box"&amp;gt;
{# start header &amp;amp; headline #}
{% unless module.modal_headline == "" %}{# by adding this unless-statement the header and headline will only be shown if there's a headline #}
         &amp;lt;div class="modal-header"&amp;gt;
      &amp;lt;div class="close-modal"&amp;gt;&amp;amp;#10006;&amp;lt;/div&amp;gt; 
      &amp;lt;h3&amp;gt;{{ module.modal_headline }}&amp;lt;/h3&amp;gt;
    &amp;lt;/div&amp;gt;
{% endunless %}
{# end header &amp;amp; headline #}

{# start modal body/form #}
    &amp;lt;div class="modal-body"&amp;gt;
{% form
form_to_use="{{ module.form_select.form_id }}"
response_response_type="{{ module.form_select.response_type }}"
response_message="{{ module.form_select.message }}"
response_redirect_id="{{ module.form_select.redirect_id }}"
response_redirect_url="{{module.form_select.redirect_url}}"
gotowebinar_webinar_key="{{ module.form_select.gotowebinar_webinar_key }}"
%}
    &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

{# start jQuery; you can paste the 'script' part into the JS part of the module #}
{% require_js %}
&amp;lt;script&amp;gt;
$(".modal-trigger").click(function(e){
  e.preventDefault();
  dataModal = $(this).attr("data-modal");
  $("#" + dataModal).css({"display":"block"});
  // $("body").css({"overflow-y": "hidden"}); //Prevent double scrollbar.
});

$(".close-modal, .modal-sandbox").click(function(){
  $(".modal").css({"display":"none"});
  // $("body").css({"overflow-y": "auto"}); //Prevent double scrollbar.
});
&amp;lt;/script&amp;gt;
{% end_require_js %}
{# end jQuery #}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CSS(can be placed in your main CSS file):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

/* Aditional Styles */

.modal-trigger, button.modal-trigger {
  padding: 20px 40px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}

.modal-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease .2s;
}

button {
  border: 1px solid #333333;
  outline: none;
  color: #333333;
}

.modal-trigger:hover {
  padding: 20px 60px;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JS(optional if you're using just the HTML+Hubl version from above):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;$(".modal-trigger").click(function(e){
  e.preventDefault();
  dataModal = $(this).attr("data-modal");
  $("#" + dataModal).css({"display":"block"});
  // $("body").css({"overflow-y": "hidden"}); //Prevent double scrollbar.
});

$(".close-modal, .modal-sandbox").click(function(){
  $(".modal").css({"display":"none"});
  // $("body").css({"overflow-y": "auto"}); //Prevent double scrollbar.
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;for the push.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this helps,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 18:10:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745545#M32451</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2023-01-23T18:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745582#M32453</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 19:05:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745582#M32453</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-01-23T19:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745636#M32457</link>
      <description>&lt;P&gt;You're welcome&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;, always happy to help, although&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;did all the hard work!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 19:46:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/745636#M32457</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-01-23T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using forms in a custom module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/746205#M32495</link>
      <description>&lt;P&gt;Thanks so much, Anton, now it's clear (and it is working)!.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 17:44:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Using-forms-in-a-custom-module/m-p/746205#M32495</guid>
      <dc:creator>pogacem</dc:creator>
      <dc:date>2023-01-24T17:44:56Z</dc:date>
    </item>
  </channel>
</rss>

