<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Field displaying on new page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Field-displaying-on-new-page-78910</link>
        <description></description>
        <pubDate>Fri, 06 Mar 2026 12:26:40 -0800</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Field-displaying-on-new-page-78910" rel="self" type="application/rss+xml" />

                <item>
          <title>Field displaying on new page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231343#post2231343</link>
          <description><![CDATA[<p>Hi Hannah, </p>
<p>This should be fairly easy to do. On your first detail page, you could create a link to your cast list page like this:</p>
<p><code>&lt;a href="cast.php?&lt;?php echo urlencode($record['title']).$record['num']; ?&gt;" &gt;Cast Detail Page&lt;/a&gt;</code></p>
<p>This is just example code, so you'll have to make a few changes to get it working with your site.</p>
<p>In this example I'm assuming that your detail page records are stored in an array called $record, and that you have a title field.</p>
<p>Then on your cast.php page you would use the normal getRecords function that you would use on a detail page to retrieve all of the records, including the cast list.</p>
<p>Let me know if you have any questions.</p>
<p>Thanks!</p>
<p>Greg</p>]]></description>
          <pubDate>Fri, 26 Jul 2013 09:52:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231343#post2231343</guid>
        </item>
                <item>
          <title>Field displaying on new page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231341#post2231341</link>
          <description><![CDATA[<p>I'm currently working on a design for a new site which will be using CMS Builder. With one record (will be a multi record) there will be several fields - title, content, cast list, uploads etc. Is it possible for one of those fields to open in a separate page? I wanted the title, content and uploads displayed on the detail page and there be a link to the cast list field which when clicked, displayed the cast list field in a new page. This is to stop each record being a huge long page!</p>
<p>Any ideas how this could be done?</p>
<p>Thanks! Hannah</p>]]></description>
          <pubDate>Fri, 26 Jul 2013 02:52:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231341#post2231341</guid>
        </item>
              </channel>
    </rss>
  