<?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: HubDB to Create Job Postings and Listings in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440325#M23237</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/190425"&gt;@PYoganathan&lt;/a&gt;&amp;nbsp;You could have a column for form ID, which you can copy from the URL of the form edit page or from the form embed code (looks like 4e2baa89-a77e-4c23-859c-07123e781899), then in your HubL do this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if row.form_id %}
  {% form 
     form_to_use="{{ row.form_id }}"
  %}
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 May 2021 14:11:38 GMT</pubDate>
    <dc:creator>piersg</dc:creator>
    <dc:date>2021-05-24T14:11:38Z</dc:date>
    <item>
      <title>HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440072#M23224</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am looking into HubDB to display the job listings for our company which I feel would be a great way to approach this. However, how would I be able to create unique pages with unique contact forms based on a users selection as HubDB does not have a column selection for forms.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 20:56:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440072#M23224</guid>
      <dc:creator>PYoganathan</dc:creator>
      <dc:date>2021-05-21T20:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440207#M23229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/190425"&gt;@PYoganathan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend using &lt;A href="https://knowledge.hubspot.com/crm-setup/use-custom-objects" target="_blank" rel="noopener"&gt;HubSpot's Custom Objects&lt;/A&gt;&amp;nbsp;(requires and Enterprise license) to build out your Job Posting site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can keep track of all the Jobs and link them to Companies and Contacts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s.&amp;nbsp;We've just been looking at a project using WordPress if you're interested?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 04:56:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440207#M23229</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2021-05-24T04:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440325#M23237</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/190425"&gt;@PYoganathan&lt;/a&gt;&amp;nbsp;You could have a column for form ID, which you can copy from the URL of the form edit page or from the form embed code (looks like 4e2baa89-a77e-4c23-859c-07123e781899), then in your HubL do this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if row.form_id %}
  {% form 
     form_to_use="{{ row.form_id }}"
  %}
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:11:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440325#M23237</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2021-05-24T14:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440329#M23238</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/190425"&gt;@PYoganathan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;You can review this page and add scroll bottom code https://developers.hubspot.com/docs/cms/guides/dynamic-pages/hubdb .\nFor form you need to create rich text field and add form code inside that field.&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:1053629,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;6&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;7&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;8&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;10&amp;quot;:2,&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0,&amp;quot;15&amp;quot;:&amp;quot;Arial&amp;quot;,&amp;quot;23&amp;quot;:1}" data-sheets-textstyleruns="{&amp;quot;1&amp;quot;:0}{&amp;quot;1&amp;quot;:52,&amp;quot;2&amp;quot;:{&amp;quot;2&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:1136076},&amp;quot;9&amp;quot;:1}}{&amp;quot;1&amp;quot;:118}" data-sheets-hyperlinkruns="{&amp;quot;1&amp;quot;:52,&amp;quot;2&amp;quot;:&amp;quot;https://developers.hubspot.com/docs/cms/guides/dynamic-pages/hubdb&amp;quot;}{&amp;quot;1&amp;quot;:118}"&gt;You can review this page and add scroll bottom code &lt;A class="in-cell-link" href="https://developers.hubspot.com/docs/cms/guides/dynamic-pages/hubdb" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/cms/guides/dynamic-pages/hubdb&lt;/A&gt; .&lt;BR /&gt;For form you need to create rich text field and add form code inside that field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:25:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440329#M23238</guid>
      <dc:creator>webdew</dc:creator>
      <dc:date>2021-05-24T14:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440785#M23248</link>
      <description>&lt;P&gt;This is a great idea for the Apply Now call to action which would lead them to a dedicated form page. Now this place would be great to include the job description information along with the form.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 15:04:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/440785#M23248</guid>
      <dc:creator>PYoganathan</dc:creator>
      <dc:date>2021-05-25T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/441018#M23261</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/190425"&gt;@PYoganathan&lt;/a&gt;&amp;nbsp;You want to add the description above the form? Just need to do:&lt;/P&gt;
&lt;P&gt;(assuming that "description" is the column name for description)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if row.form_id %}
  &amp;lt;p&amp;gt;{{row.description}}&amp;lt;/p&amp;gt;
  {% form 
     form_to_use="{{ row.form_id }}"
  %}
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 08:16:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/441018#M23261</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2021-05-26T08:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/452306#M23818</link>
      <description>&lt;P&gt;If a company using Greenhouse as their job listing platform, and they switch to Hubspot as a new platform. How can you migrate greenhouse over to Hubspot?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 20:52:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/452306#M23818</guid>
      <dc:creator>BkT</dc:creator>
      <dc:date>2021-06-28T20:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: HubDB to Create Job Postings and Listings</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/744870#M32428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/190425"&gt;@PYoganathan&lt;/a&gt;&amp;nbsp;Can you create a video and let us know how can we do it.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 21:12:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubDB-to-Create-Job-Postings-and-Listings/m-p/744870#M32428</guid>
      <dc:creator>RJRao</dc:creator>
      <dc:date>2023-01-20T21:12:24Z</dc:date>
    </item>
  </channel>
</rss>

