<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>adding username to each section</title>
        <link>https://interactivetools.com/forum/forum-posts.php?adding-username-to-each-section-80745</link>
        <description></description>
        <pubDate>Thu, 12 Mar 2026 22:27:31 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;adding-username-to-each-section-80745" rel="self" type="application/rss+xml" />

                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239720#post2239720</link>
          <description><![CDATA[<p>Hi loccom</p>
<p>There isn't an easy way to get a value from a field in section 1 to auto-populate a field in section 2 when you create a new record.</p>
<p>We can build a custom plugin through consulting, though. If you'd like to discuss the options, you can email as via consulting@interactivetools.com.</p>
<p>Let me know any other questions.</p>
<p>Thanks.</p>]]></description>
          <pubDate>Thu, 03 Nov 2016 11:11:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239720#post2239720</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239719#post2239719</link>
          <description><![CDATA[<p>First one fixed it a treat</p>
<p>Just out of curiosity as it gave me an idea, is is possible to do the same from one of those sections to another? (not from user accounts)</p>
<p>so out of the 4 sections i can take a field from section 2 and add to section 4</p>
<p><code>&lt;?php echo $CURRENT_USER['team_name']; ?&gt;</code></p>
<p>I presume i change the CURRENT_USER part of the code?</p>
<p>is there a guide on this as well?</p>]]></description>
          <pubDate>Thu, 03 Nov 2016 10:31:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239719#post2239719</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239718#post2239718</link>
          <description><![CDATA[<p>Great! Glad that worked :).</p>
<p>Keep us up to date with how you are making out.</p>]]></description>
          <pubDate>Thu, 03 Nov 2016 10:09:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239718#post2239718</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239717#post2239717</link>
          <description><![CDATA[<p>That is perfect.. and it looked so easy too.</p>
<p>The user will not have access the team name as it's vital it stays untouched.</p>
<p>thanks so much</p>]]></description>
          <pubDate>Thu, 03 Nov 2016 09:57:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239717#post2239717</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239716#post2239716</link>
          <description><![CDATA[<p>Hi locom</p>
<p>What I get from this is that you have a field in your "accounts" section called "Team Name".</p>
<p>Each of the 4 sections you showed me in your screenshot also have a "Team Name" field.</p>
<p>When a member clicks to create a record in any of the 4 sections, you want the "Team Name" field to auto populate with the value set in your "accounts" section.</p>
<p>Am I on the right track with this?</p>
<p>If so, what you can do is go into each of your 4 sections and modify the "Team Name" field.  You can set the "Default Value" to:</p>
<p><code>&lt;?php echo $CURRENT_USER['team_name']; ?&gt;</code></p>
<p><strong>Note<br /><br /></strong>This is a very basic implementation.  If a member changes their "Team Name" in the "accounts" section, the system will not update all the records in your 4 other sections; that will need to be a manual change.</p>
<p>If that's an issue, we can build a custom plugin to handle auto updating existing records.</p>
<p>Let me know what you think.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Thu, 03 Nov 2016 09:44:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239716#post2239716</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239713#post2239713</link>
          <description><![CDATA[<p>Hi Ross</p>

<p>To make things simple to explain i used "Username" from the "User Accounts" but we actually have a "Team name"</p>
<p>This is not for the front end of the site, i know how to do that, but we are using the back end as a register to a rally.</p>
<p>A Team logs in and registers themselves.They are able to come in and edit there team info at any time.</p>
<p>In the screen shot you will see each section in the menu.</p>
<p>when the admin overviews each listing fin each section the amin can see which team it relates to. (see screenshot)</p>
<p>We want to see "Team Name" to appear in the forms of each section, but i did not want the team to have to repeat their team name in each section when completing.</p>
<p>hope this makes sense, i am terrible at explaining things lol</p>]]></description>
          <pubDate>Wed, 02 Nov 2016 23:58:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239713#post2239713</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239712#post2239712</link>
          <description><![CDATA[<p>Hi there.</p>
<p>Thanks for posting.</p>
<p>I'd like to start here with going over why you'd like to have the username appear in each record like that.</p>
<p>The system already tracks what user creates each record in the "createdByUserNum" field and will display the username at the top of the page like this:</p>
<p><code>Created Nov 2nd, 2016 - 09:29:32 PM (by "username") </code></p>
<p>If you are doing this so you can display the username on the front end of your site, you can use this:</p>
<p><code>&lt;?php echo $record['createdBy.username']; ?&gt;</code></p>
<p>You can actually access any field in the user account table through this means:</p>
<p><code>&lt;?php echo $record['createdBy.fullname']; ?&gt;<br />&lt;?php echo $record['createdBy.email']; ?&gt;<br />etc</code></p>
<p>Does that make sense?</p>
<p>Let me know any questions.</p>
<p>Thanks.</p>]]></description>
          <pubDate>Wed, 02 Nov 2016 14:33:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239712#post2239712</guid>
        </item>
                <item>
          <title>adding username to each section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239711#post2239711</link>
          <description><![CDATA[<p>Hi</p>
<p>Wonder if you guys can help</p>
<p>I have 5 sections in the admin area, each section has to be completed by the user in the back end. However, I would like the username from the "User Accounts" section to be shared across all 5 sections listing form, so when they submit each section their username is listed with each form. I tried to do this with related records, not much luck as lack of knoweldge, also tried it with the list options feature, is sort of worked but they had to choose from a list. </p>
<p>Quick Example</p>
<p><strong>Section 1<br /></strong>Username (pre-filled using data from User Accounts)<br />Felid 1<br />Feild2<br />Field3</p>
<p><strong>Section 2<br /></strong>Username (pre-filled using data from User Accounts)<br />Felid 1<br />Feild2<br />Field3</p>
<p>Hope this works</p>]]></description>
          <pubDate>Wed, 02 Nov 2016 12:48:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239711#post2239711</guid>
        </item>
              </channel>
    </rss>
  