<?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 Query parameters visible in URL but not on page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Query-parameters-visible-in-URL-but-not-on-page/m-p/348413#M17148</link>
    <description>&lt;P&gt;I have a strange issue with using query parameters as text on a website page.&lt;BR /&gt;Sometimes they do not work / show on the page altough they are visible in the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some code examples.&lt;/P&gt;&lt;P&gt;On a first page I create a link with the parameters. The URL looks like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.website.com/nl/webinars?webinar_info=Title" target="_blank" rel="noopener"&gt;https://www.website.com/nl/webinars?webinar_info=Title&lt;/A&gt; of Webinar - Monday 1 July 2020&amp;amp;webinar_id=1234567&lt;BR /&gt;&lt;BR /&gt;On the next page I want to use that information on the page. The code snippets for that are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{% set webinars = hubdb_table_rows(2625480) %}&lt;BR /&gt;{% set current_webinar = webinars|selectattr('hs_id','equalto', Query.webinar_id) %}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{% if current_webinar | length &amp;gt; 0 %} &amp;nbsp;&lt;/P&gt;&lt;P&gt;{% for webinar_detail in current_webinar %} &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{{ webinar_detail.video_title }} &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{{ webinar_detail.date | datetimeformat('%A %e %B %Y') | capitalize }} # show the date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do a check on current_webinar, then current_webinar is empty [].&lt;BR /&gt;The strange thing is... It worked before and on another page we use the exact same code and there it works. Does somebody know how or why this can happen?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2020 07:43:40 GMT</pubDate>
    <dc:creator>Klaasie</dc:creator>
    <dc:date>2020-06-19T07:43:40Z</dc:date>
  </channel>
</rss>

