<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Amaja13</link>
        <description></description>
        <pubDate>Sun, 03 May 2026 02:24:36 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amaja13&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Form with Multi Value Checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211961#post2211961</link>
          <description><![CDATA[Thank you so much! That works. Learn something new every day.<br />]]></description>
          <pubDate>Sat, 25 Jun 2011 13:03:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211961#post2211961</guid>
        </item>
                <item>
          <title>Re: [Jason] Form with Multi Value Checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211948#post2211948</link>
          <description><![CDATA[Ok, I thought I had it but I keep getting an error that says line 40.<br />]]></description>
          <pubDate>Thu, 23 Jun 2011 20:19:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211948#post2211948</guid>
        </item>
                <item>
          <title>Form with Multi Value Checkboxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211940#post2211940</link>
          <description><![CDATA[I built a form in CMS Builder and one of the fields has 6 possible boxes that can be checked. I need them to be able to check more than one box and it display in the record. The user can check more than one box but only the last box they check shows up in the record. What am I missing. Attaching the php file.<br />]]></description>
          <pubDate>Thu, 23 Jun 2011 17:28:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211940#post2211940</guid>
        </item>
                <item>
          <title>Re: [Jason] upload field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210522#post2210522</link>
          <description><![CDATA[ahha! I needed to dig a little deeper. Thanks!<br />]]></description>
          <pubDate>Thu, 07 Apr 2011 14:52:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210522#post2210522</guid>
        </item>
                <item>
          <title>Re: [Jason] upload field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210503#post2210503</link>
          <description><![CDATA[Thanks, that was it. Where do I find the name for the field 'info1'? I was trying 'title'<br />]]></description>
          <pubDate>Wed, 06 Apr 2011 13:19:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210503#post2210503</guid>
        </item>
                <item>
          <title>upload field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210496#post2210496</link>
          <description><![CDATA[I have a page that includes a listing of pdfs that can be downloaded. In CMS Builder I added the field as an upload field type.<br /><br />Is there anyway to get them to display with their title and not the filename?<br />]]></description>
          <pubDate>Wed, 06 Apr 2011 12:05:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210496#post2210496</guid>
        </item>
                <item>
          <title>Re: [Jason] Spacing on Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210441#post2210441</link>
          <description><![CDATA[That fixed it! Thank you Robin and Jason. Knew some part of the code was causing every record to load but wasn't sure what.<br />]]></description>
          <pubDate>Mon, 04 Apr 2011 16:33:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210441#post2210441</guid>
        </item>
                <item>
          <title>Spacing on Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210416#post2210416</link>
          <description><![CDATA[I have a registration form built in CMS Builder. There is a content area and the form area and between the two there is a large space on the page. Here is the link to the page:<br />http://www.intensifynow.com/intensifyform_test_view.php<br /><br />Here is the code:<br /> &lt;!-- Conference Registration Form Starts Here --&gt;<br />   &lt;table width=&quot;550&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td&gt;<br />          &lt;h2&gt;<br />            Intensify Women's Conference Registration<br />          &lt;/h2&gt;<br />          &lt;?php foreach ($conference_registrationRecords as $record): ?&gt;<br />     &lt;?php echo $record['content'] ?&gt;&lt;br/&gt;<br />      &lt;hr/&gt;<br />    &lt;?php endforeach ?&gt;<br />          &lt;p&gt;*required fileds&lt;/p&gt;<br />	&lt;?php if (@$errorsAndAlerts): ?&gt;<br />    &lt;div style=&quot;color: red; font-weight: bold; font-size: 16px; font-family: arial;&quot;&gt;&lt;br/&gt;<br />      &lt;?php echo $errorsAndAlerts; ?&gt;&lt;br/&gt;&lt;br/&gt;<br />    &lt;/div&gt;<br />  &lt;?php endif ?&gt;<br />  <br />  &lt;form action=&quot;&quot; method=&quot;post&quot; name=&quot;registrationForm&quot;&gt;<br />    &lt;input type=&quot;hidden&quot; value=&quot;1&quot; name=&quot;formSubmit&quot;&gt;<br />   <br />    <br /><br />      &lt;tr&gt;<br />        &lt;td width=&quot;550&quot; height=&quot;25&quot; align=&quot;left&quot;&gt;<br />          &lt;?php $title = htmlspecialchars(@$_REQUEST[&quot;title&quot;]); ?&gt;<br />          &lt;label&gt;<br />            &lt;span class=&quot;style1&quot;&gt;*&lt;/span&gt;<br />            Mr.&lt;input type=&quot;radio&quot; name=&quot;title&quot; value=&quot;Mr&quot; id=&quot;title&quot; &lt;?php checkedIf($title, &quot;Mr&quot;) ?&gt; /&gt;<br />          &lt;/label&gt;<br />      <br />          &lt;label&gt;<br />            Mrs.&lt;input type=&quot;radio&quot; name=&quot;title&quot; value=&quot;Mrs&quot; id=&quot;title&quot; &lt;?php checkedIf($title, &quot;Mrs&quot;) ?&gt; /&gt;<br />          &lt;/label&gt;<br />      <br />          &lt;label&gt;<br />            Ms.&lt;input type=&quot;radio&quot; name=&quot;title&quot; value=&quot;Ms&quot; id=&quot;title&quot; &lt;?php checkedIf($title, &quot;Ms&quot;) ?&gt; /&gt;<br />          &lt;/label&gt;<br />          <br />          &lt;label&gt;<br />            Doctor &lt;input type=&quot;radio&quot; name=&quot;title&quot; value=&quot;Doctor&quot; id=&quot;title&quot; &lt;?php checkedIf($title, &quot;Doctor&quot;) ?&gt; /&gt;<br />          &lt;/label&gt;<br />          <br />          &lt;label&gt;<br />            Reverend&lt;input type=&quot;radio&quot; name=&quot;title&quot; value=&quot;Reverend&quot; id=&quot;title&quot; &lt;?php checkedIf($title, &quot;Reverend&quot;) ?&gt; /&gt;<br />          &lt;/label&gt;<br />    <br />          &lt;label&gt;<br />            Minister&lt;input type=&quot;radio&quot; name=&quot;title&quot; value=&quot;Minister&quot; id=&quot;title&quot; &lt;?php checkedIf($title, &quot;Minister&quot;) ?&gt; /&gt;<br />          &lt;/label&gt;<br />          <br />          Other &lt;input name=&quot;other&quot; type=&quot;text&quot; size=&quot;15&quot; maxlength=&quot;25&quot; value=&quot;&lt;?php echo @$_REQUEST['other']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />        <br />    &lt;table width=&quot;550&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          &lt;span class=&quot;style1&quot;&gt;*&lt;/span&gt;<br />          First Name<br />          &lt;input name=&quot;firstname&quot; type=&quot;text&quot; size=&quot;26&quot; value=&quot;&lt;?php echo @$_REQUEST['firstname']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot; align=&quot;left&quot;&gt;<br />          &lt;span class=&quot;style1&quot;&gt;*&lt;/span&gt;<br />          Last Name<br />          &lt;input name=&quot;lastname&quot; type=&quot;text&quot; size=&quot;26&quot; value=&quot;&lt;?php echo @$_REQUEST['lastname']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td height=&quot;30&quot; colspan=&quot;2&quot;&gt;<br />          Home Address&lt;input name=&quot;address&quot; type=&quot;text&quot; size=&quot;64&quot; value=&quot;&lt;?php echo @$_REQUEST['address']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          City<br />          &lt;input name=&quot;city&quot; type=&quot;text&quot; size=&quot;33&quot; value=&quot;&lt;?php echo @$_REQUEST['city']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          State<br />          &lt;input name=&quot;state&quot; type=&quot;text&quot; size=&quot;6&quot; value=&quot;&lt;?php echo @$_REQUEST['state']; ?&gt;&quot;  /&gt;<br />        <br />          Zip<br />          &lt;input name=&quot;zip&quot; type=&quot;text&quot; size=&quot;21&quot; value=&quot;&lt;?php echo @$_REQUEST['zip']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          &lt;span class=&quot;style1&quot;&gt;*&lt;/span&gt;<br />          Cell Phone<br />          &lt;input name=&quot;cellphone&quot; type=&quot;text&quot; size=&quot;25&quot; value=&quot;&lt;?php echo @$_REQUEST['cellphone']; ?&gt;&quot;  /&gt;<br />        &lt;/td&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          Home Phone<br />          &lt;input name=&quot;homephone&quot; type=&quot;text&quot; size=&quot;25&quot; value=&quot;&lt;?php echo @$_REQUEST['homephone']; ?&gt;&quot;  /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td height=&quot;30&quot; colspan=&quot;2&quot;&gt;<br />          &lt;span class=&quot;style1&quot;&gt;*&lt;/span&gt;<br />          Email Address<br />          &lt;input name=&quot;email&quot; type=&quot;text&quot; size=&quot;64&quot; value=&quot;&lt;?php echo @$_REQUEST['email']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          Facebook<br />          &lt;input name=&quot;facebook&quot; type=&quot;text&quot; size=&quot;20&quot; value=&quot;&lt;?php echo @$_REQUEST['facebook']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />        &lt;td width=&quot;275&quot; height=&quot;30&quot;&gt;<br />          Twitter<br />          &lt;input name=&quot;twitter&quot; type=&quot;text&quot; size=&quot;20&quot; value=&quot;&lt;?php echo @$_REQUEST['twitter']; ?&gt;&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />        <br />        <br />    &lt;/table&gt;<br />    &lt;br/&gt;<br />    <br />    &lt;!-- Additional Registrants start here --&gt;<br />    &lt;table width=&quot;100%&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;4&quot;&gt;<br />            &lt;strong&gt;<br />              Additional Registrant(s): Please note $69 per person<br />            &lt;/strong&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />    <br />    &lt;br/&gt;<br />    <br />    &lt;table width=&quot;550&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td&gt;<br />          Number of Additional Registrants<br />          <br />          &lt;?php $numberOfAdditionalRegistrants = htmlspecialchars(@$_REQUEST[&quot;numberOfAdditionalRegistrants&quot;]); ?&gt;<br />          &lt;select name=&quot;numberOfAdditionalRegistrants&quot; onchange=&quot;document.registrationForm.updateRegistrantsOnly.value = '1'; document.registrationForm.submit();&quot;&gt;<br />            &lt;option value=&quot;&quot;&gt;None&lt;/option&gt;<br />            &lt;option value=&quot;1&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;1&quot;) ?&gt; &gt;1&lt;/option&gt;<br />            &lt;option value=&quot;2&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;2&quot;) ?&gt; &gt;2&lt;/option&gt;<br />            &lt;option value=&quot;3&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;3&quot;) ?&gt; &gt;3&lt;/option&gt;<br />            &lt;option value=&quot;4&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;4&quot;) ?&gt; &gt;4&lt;/option&gt;<br />            &lt;option value=&quot;5&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;5&quot;) ?&gt; &gt;5&lt;/option&gt;<br />            &lt;option value=&quot;6&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;6&quot;) ?&gt; &gt;6&lt;/option&gt;<br />            &lt;option value=&quot;7&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;7&quot;) ?&gt; &gt;7&lt;/option&gt;<br />            &lt;option value=&quot;8&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;8&quot;) ?&gt; &gt;8&lt;/option&gt;<br />            &lt;option value=&quot;9&quot;  &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;9&quot;) ?&gt; &gt;9&lt;/option&gt;<br />            &lt;option value=&quot;10&quot; &lt;?php selectedIf($numberOfAdditionalRegistrants, &quot;10&quot;) ?&gt; &gt;10&lt;/option&gt;<br />          &lt;/select&gt;<br />          &lt;input type=&quot;hidden&quot; value=&quot;&quot; name=&quot;updateRegistrantsOnly&quot; id=&quot;updateRegistrantsOnly&quot;&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />    <br />    &lt;br/&gt;<br />    <br />    &lt;table width=&quot;550&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;?php for($i=1; $i &lt;= @$_REQUEST['numberOfAdditionalRegistrants']; $i++): ?&gt;<br />        &lt;tr&gt;<br />          &lt;td&gt;<br />            &lt;strong&gt;<br />              Registrant &lt;?php echo $i; ?&gt;<br />            &lt;/strong&gt;<br />          &lt;/td&gt;<br />        &lt;/tr&gt;<br />        &lt;tr&gt;<br />          &lt;td width=&quot;120&quot; height=&quot;50&quot;&gt;<br />            First Name<br />            &lt;input name=&quot;reg&lt;?php echo $i ?&gt;firstname&quot; type=&quot;text&quot; size=&quot;14&quot; value=&quot;&lt;?php echo @$_REQUEST[&quot;reg&quot;. $i .&quot;firstname&quot;]; ?&gt;&quot; /&gt;<br />          &lt;/td&gt;<br />          &lt;td width=&quot;120&quot; height=&quot;50&quot;&gt;<br />            Last Name<br />            &lt;input name=&quot;reg&lt;?php echo $i ?&gt;lastname&quot; type=&quot;text&quot; size=&quot;14&quot; value=&quot;&lt;?php echo @$_REQUEST[&quot;reg&quot;. $i .&quot;lastname&quot;]; ?&gt;&quot; /&gt;<br />          &lt;/td&gt;<br />          &lt;td width=&quot;120&quot; height=&quot;50&quot;&gt;<br />            Cellphone<br />            &lt;input name=&quot;reg&lt;?php echo $i ?&gt;cellphone&quot; type=&quot;text&quot; size=&quot;14&quot; value=&quot;&lt;?php echo @$_REQUEST[&quot;reg&quot;. $i .&quot;cellphone&quot;]; ?&gt;&quot; /&gt;<br />          &lt;/td&gt;<br />          &lt;td width=&quot;190&quot; height=&quot;50&quot;&gt;<br />            Email<br />            &lt;input name=&quot;reg&lt;?php echo $i ?&gt;email&quot; type=&quot;text&quot; size=&quot;23&quot; value=&quot;&lt;?php echo @$_REQUEST[&quot;reg&quot;. $i .&quot;email&quot;]; ?&gt;&quot; /&gt;<br />          &lt;/td&gt;<br />        &lt;/tr&gt;<br />      &lt;?php endfor ?&gt;<br />    &lt;/table&gt;<br />    &lt;!-- Additional Registrants end here --&gt;    <br />        <br />    &lt;br/&gt;<br />    <br />    <br />    &lt;table width=&quot;550&quot; align=&quot;center&quot;&gt;<br />      &lt;?php $payment = htmlspecialchars(@$_REQUEST[&quot;payment&quot;]); ?&gt;<br />      &lt;tr&gt;<br />        &lt;td&gt;<br />          &lt;strong&gt;Payment Method&lt;/strong&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td&gt;<br />          &lt;label&gt;<br />            &lt;input type=&quot;radio&quot; name=&quot;payment_method&quot; value=&quot;Paypal&quot; id=&quot;payment_method&quot; &lt;?php checkedIf($payment, &quot;Paypal&quot;) ?&gt; /&gt;<br />            Paypal<br />          &lt;/label&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td&gt;<br />          &lt;label&gt;<br />            &lt;input type=&quot;radio&quot; name=&quot;payment_method&quot; value=&quot;Mail Payment&quot; id=&quot;payment_method&quot; &lt;?php checkedIf($payment, &quot;Mail Payment&quot;) ?&gt; /&gt;<br />            Mail Payment<br />          &lt;/label&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />    <br />    &lt;table width=&quot;550&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td align=&quot;center&quot;&gt;<br />          &lt;input name=&quot;submitregistration&quot; type=&quot;submit&quot; value=&quot;Submit Registration&quot; /&gt;<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />    &lt;/table&gt;<br />  &lt;/form&gt;<br />  &lt;!-- Conference Registration Form Ends Here --&gt;<br /><br /><br />How do I get this to post without the space on the page?<br />]]></description>
          <pubDate>Mon, 04 Apr 2011 11:19:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210416#post2210416</guid>
        </item>
                <item>
          <title>Re: [chris] Photos not displaying on web page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207461#post2207461</link>
          <description><![CDATA[Here is the link to the one page I have working:<br />http://www.holyrosarymemphis.org/principal.php<br /><br />When I try to upload images throught the CMS editor they are not loading at all now.<br />]]></description>
          <pubDate>Thu, 14 Oct 2010 15:35:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207461#post2207461</guid>
        </item>
                <item>
          <title>Photos not displaying on web page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207456#post2207456</link>
          <description><![CDATA[Working in CMS Builder 2.06<br />All my text is showing up on the pages, but the photos are not displaying. The text under the photos is displaying, just not the photos.<br />]]></description>
          <pubDate>Thu, 14 Oct 2010 14:21:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207456#post2207456</guid>
        </item>
                <item>
          <title>Seminar Registration</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205868#post2205868</link>
          <description><![CDATA[Is there a plugin for registering for seminars? The payment will be thru Paypal.<br />]]></description>
          <pubDate>Fri, 06 Aug 2010 16:09:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205868#post2205868</guid>
        </item>
                <item>
          <title>Photo Gallery</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205863#post2205863</link>
          <description><![CDATA[Have a site setup in CMS Builder for a school and I need to add a page that they can add photos to for photo galleries. They will have different galleries like football, basketball, academics, etc. What is the best way to set this up so they can upload the photos and create new galleries. Is there a plugin? Maybe even something like Picasa?<br />]]></description>
          <pubDate>Fri, 06 Aug 2010 15:17:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205863#post2205863</guid>
        </item>
                <item>
          <title>New User</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205373#post2205373</link>
          <description><![CDATA[Just getting started and having trouble. Already have template and html pages built. I have 8 section pages that will have navigation links to other pages in the section. Really not sure how to get started.<br />]]></description>
          <pubDate>Mon, 12 Jul 2010 16:00:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205373#post2205373</guid>
        </item>
              </channel>
    </rss>
  