<?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%3Adesign9</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 02:08:58 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Adesign9&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>CMS Builder - Responsive</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237089#post2237089</link>
          <description><![CDATA[<p>Do you have any ETA when the responsive CMS builder version will be available?</p>
<p>Thanks!</p>
<p>April</p>]]></description>
          <pubDate>Mon, 13 Jul 2015 14:51:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237089#post2237089</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234954#post2234954</link>
          <description><![CDATA[<p>Claire,</p>
<p>I actually figured it out. I had an hidden field on my testdir,php page so I got it all working. My only other question is it still possible to validate the data for required fields on the first page (testdir.php) before it goes to the preview page?</p>]]></description>
          <pubDate>Fri, 12 Sep 2014 14:04:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234954#post2234954</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234953#post2234953</link>
          <description><![CDATA[<p>Could it be that I have my php form code on the testdir.php page?</p>
<p><code> ########################################################################################<br />  ##   Form Code<br />  <br />  $schema = loadSchema('dir_listings');<br />  <br />  // save?<br />  $errorsAndAlerts = '';<br />  <br /> <br />  <br />  if (@$_REQUEST['save']) {<br />   <br />   <br /> <br />    <br />    if ($errorsAndAlerts) {<br />    <br />   if (!@$_REQUEST['title'])             { $errorsAndAlerts .= "You must enter your listing name!&lt;br/&gt;\n"; }<br />    if (!@$_REQUEST['state'])            { $errorsAndAlerts .= "You must enter your state!&lt;br/&gt;\n"; }<br />    if (!@$_REQUEST['city'])             { $errorsAndAlerts .= "You must enter your city!&lt;br/&gt;\n"; }<br />    if (!@$_REQUEST['zipcode'])          { $errorsAndAlerts .= "You must enter your zip!&lt;br/&gt;\n"; }<br />    if (!@$_REQUEST['address'])          { $errorsAndAlerts .= "You must enter your address!&lt;br/&gt;\n"; }<br />    if (!@$_REQUEST['summary'])          { $errorsAndAlerts .= "You must choose a description!&lt;br/&gt;\n"; }<br />   if (!@$_REQUEST['category'])          { $errorsAndAlerts .= "You must select a category!&lt;br/&gt;\n"; }<br />  }<br />    <br />   <br />  // save!<br />    if (!$errorsAndAlerts) {<br /> mysqlStrictMode(false); // disable Mysql strict errors for when a field isn't defined below (can be caused when fields are added later)<br />      require_once("../../cmsAdmin/lib/user_functions.php");<br />      $record = array_slice_keys($_REQUEST, explode(', ', 'category, title, address, city, state, zipcode, summary'));<br />      <br />      $record = array_merge($record, array(<br />        'hidden'           =&gt; 1,<br />       'createdDate'      =&gt; mysql_datetime(),<br />        'createdByUserNum' =&gt; intval( @$CURRENT_USER['num'] ),<br />        'updatedDate'      =&gt; mysql_datetime(),<br />        'updatedByUserNum' =&gt; intval( @$CURRENT_USER['num'] ),<br />        'publishDate'      =&gt; mysql_datetime(),<br />  'date'             =&gt; mysql_datetime(),<br />        'reg_listing'      =&gt; 1,<br />  'url_link'        =&gt; 0,<br />        'neverRemove'      =&gt; 1,<br />      ));<br />      <br />    <br /> }<br />  }<br />    <br />  $_REQUEST['preSaveTempId'] = coalesce(@$_REQUEST['preSaveTempId'], uniqid());<br />  <br />?&gt;</code></p>
<p>Could this be causing it?</p>]]></description>
          <pubDate>Fri, 12 Sep 2014 12:49:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234953#post2234953</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234951#post2234951</link>
          <description><![CDATA[<p>Are you talking about the form action on the testdir.php page? I have that set to go to the preview.php page.</p>]]></description>
          <pubDate>Fri, 12 Sep 2014 11:32:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234951#post2234951</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234948#post2234948</link>
          <description><![CDATA[<p>I am so sorry I am having such a hard time getting this to work. I have done that and it still is not working. It still submits data on testdir.php.</p>
<p>Can you take a look at my files and see what I am doing wrong? </p>
<p>Thanks!</p>]]></description>
          <pubDate>Fri, 12 Sep 2014 09:41:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234948#post2234948</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234943#post2234943</link>
          <description><![CDATA[<p>Can you give me an example of what the hidden filed would look like on the preview page?</p>
]]></description>
          <pubDate>Fri, 12 Sep 2014 09:18:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234943#post2234943</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234930#post2234930</link>
          <description><![CDATA[<p>How do I set it up <span>without a trigger that causes the real submit</span>? </p>]]></description>
          <pubDate>Thu, 11 Sep 2014 09:11:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234930#post2234930</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234928#post2234928</link>
          <description><![CDATA[<p>That is what I thought I did with the examples I attached (I have other pages working except for main form page) but it still submits on the first form page. Can you look at that page (testdir.php) and tell me what I am doing wrong there?</p>

<p>Thanks!</p>
]]></description>
          <pubDate>Wed, 10 Sep 2014 14:17:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234928#post2234928</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234924#post2234924</link>
          <description><![CDATA[<p>Claire I figured out a different way to save the template id so I could redirect to paypal. The main issue I am having now is that I want to set up the form to go to a preview page where the user can preview and confirm data before submitting. Is there a way to do this so the data doesn't get submitted on the main page form  but get submitted on the the preview page?</p>]]></description>
          <pubDate>Wed, 10 Sep 2014 08:49:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234924#post2234924</guid>
        </item>
                <item>
          <title>Upload Form and Submit - Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234906#post2234906</link>
          <description><![CDATA[<p>I was wondering is there a way to make the upload forms go to a paypal page to pay for services upon submit? I know the forms use a pre save template id as the action on the form. </p>
<p>Thanks!</p>
<p>April</p>
]]></description>
          <pubDate>Tue, 09 Sep 2014 07:49:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234906#post2234906</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234788#post2234788</link>
          <description><![CDATA[<p>I have one other question with the email template:</p>
<p>Is there a way to include an image filename in email template?</p>

<p><code>'image'        =&gt; $_REQUEST['image'],</code></p>
<p>EX: So the emailed template could show the following:</p>
<p>Image: <span>177114234-family_003.jpg</span></p>]]></description>
          <pubDate>Thu, 21 Aug 2014 08:59:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234788#post2234788</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234783#post2234783</link>
          <description><![CDATA[<p>Sorry, I just realized I was looking at the coding for my preview and it worked perfectly for that. <br /><br />It doesn't work in the email template. Is there an easy way to make the days of week show up in the email template?</p>]]></description>
          <pubDate>Wed, 20 Aug 2014 07:47:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234783#post2234783</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234782#post2234782</link>
          <description><![CDATA[<p>Claire,</p>
<p>I used this and it worked perfectly to output text in my email template.</p>
<p>However, then when I went back to submit my form again, I got the following error where this code is located.</p>

<p><code>'days'             =&gt; implode(', ',$_REQUEST['days']),</code></p>

<p><span>Notice: Undefined index: days in C:\inetpub\charlotteparent\directory\forms\form.php on line 293 Warning: implode(): Invalid arguments passed in C:\inetpub\charlotteparent\directory\forms\form.php on line 293</span></p>
<p><span>Is it conflicting with the main code we placed to make days of week work or if there an easy to fix?</span></p>

<p><code>// setup checkbox days<br />  if(isset($_REQUEST['days'])) {<br />    $days_TSV = "\t" . implode("\t", $_REQUEST['days'] ) . "\t";<br /> }<br /> else {<br />     $days_TSV = "";<br /> }</code></p>
]]></description>
          <pubDate>Wed, 20 Aug 2014 07:39:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234782#post2234782</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234765#post2234765</link>
          <description><![CDATA[<p>Claire,</p>
<p>I one other thing I need help with. With the coding above that we used to output the days of week which is a multiple list with checkbox. It works perfect to record the data in backend of CMS. However, when I put the</p>
<p><code>&lt;?= @$_REQUEST['days']?&gt;</code></p>
<p>in my preview file, it just outputs array. It also does the same for the email template (#days#) that is sent to user and admin:</p>
<p><code>'days'            =&gt; $_REQUEST['days'],</code></p>
<p>Is there a way to make that data display properly in the preview file and email template? I have uploaded my file as well in case you need to look at everything.</p>
<p>Here is my coding for the checkbox:</p>
<p><code>&lt;div id="days" &gt;<br />&lt;div class="form-label"&gt;Days of Week:&lt;/div&gt;<br />&lt;div class="form-field"&gt;<br /><br />&lt;fieldset&gt;<br />&lt;?php foreach($days_dirRecords as $record): ?&gt;<br />&lt;input type="checkbox" value="&lt;?php echo $record['habbit']; ?&gt;" &lt;?php echo checkIfInArray($record['habbit'], @$_REQUEST["days"]) ?&gt; name="days[]" /&gt;&amp;nbsp;&lt;?php echo $record['habbit']; ?&gt;<br />&lt;br /&gt;<br />&lt;?php endforeach; ?&gt;<br />&lt;/fieldset&gt;<br /><br /><br /><br />&lt;/div&gt;&lt;/div&gt;</code></p>
<p>Thanks! April</p>]]></description>
          <pubDate>Fri, 15 Aug 2014 13:48:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234765#post2234765</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234732#post2234732</link>
          <description><![CDATA[<p>Claire,</p>
<p>I one other thing I need help with. With the coding above that we used to output the days of week which is a multiple list with checkbox. It works perfect to record the data in backend of CMS. However, when I put the</p>
<p><code>&lt;?= @$_REQUEST['days']?&gt;</code></p>
<p>in my preview file, it just outputs array. It also does the same for the email template (#days#) that is sent to user and admin:</p>
<p><code>'days'            =&gt; $_REQUEST['days'],</code></p>
<p>Is there a way to make that data display properly in the preview file and email template? I have uploaded my file as well in case you need to look at everything.</p>
<p>Here is my coding for the checkbox:</p>
<p><code>&lt;div id="days" &gt;<br /> &lt;div class="form-label"&gt;Days of Week:&lt;/div&gt;<br /> &lt;div class="form-field"&gt;<br /><br /> &lt;fieldset&gt;<br /> &lt;?php foreach($days_dirRecords as $record): ?&gt;<br /> &lt;input type="checkbox" value="&lt;?php echo $record['habbit']; ?&gt;" &lt;?php echo checkIfInArray($record['habbit'], @$_REQUEST["days"]) ?&gt; name="days[]" /&gt;&amp;nbsp;&lt;?php echo $record['habbit']; ?&gt;<br /> &lt;br /&gt;<br /> &lt;?php endforeach; ?&gt;<br /> &lt;/fieldset&gt;<br /><br /><br /><br /> &lt;/div&gt;&lt;/div&gt;</code></p>
<p>Thanks! April</p>]]></description>
          <pubDate>Thu, 14 Aug 2014 09:34:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234732#post2234732</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234649#post2234649</link>
          <description><![CDATA[<p>Perfect!</p>
<p>Thanks for all your help!</p>]]></description>
          <pubDate>Thu, 31 Jul 2014 12:17:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234649#post2234649</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234638#post2234638</link>
          <description><![CDATA[<p>Claire, I used that code and now get the following error:</p>
<p>Warning: implode(): Invalid arguments passed in C:\inetpub\charlotteparent\directory\freeform1.php on line 86 </p>

<p>Thanks!</p>
<p>April</p>]]></description>
          <pubDate>Thu, 31 Jul 2014 07:26:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234638#post2234638</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234630#post2234630</link>
          <description><![CDATA[<p>Attached! Thanks!</p>]]></description>
          <pubDate>Wed, 30 Jul 2014 13:59:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234630#post2234630</guid>
        </item>
                <item>
          <title>Form fields in custom form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234627#post2234627</link>
          <description><![CDATA[<p>Thank you!</p>
<p>One last thing and I promise I will stop bothering you today!</p>
<p>I included the coding Dave provided above with my field names:</p>
<p><code>$days_TSV = "\t" . implode("\t", $_REQUEST['days'] ) . "\t";</code></p>
<p>It all works great when I select the category that it associated with. However, when I choose another category that is not associated with that field (days), I get an error undefined index because that fields days is being hidden by my query. </p>
<p>Here is the error: <span>Notice: Undefined index: days in C:\inetpub\charlotteparent\directory\freeform1.php on line 86 Warning: implode(): Invalid arguments passed in C:\inetpub\charlotteparent\directory\freeform1.php on line 86</span></p>
<p>Is there any other way to fix that error when I am selecting other categories?</p>]]></description>
          <pubDate>Wed, 30 Jul 2014 13:02:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234627#post2234627</guid>
        </item>
                <item>
          <title>Exclude options in category drop down in form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234624#post2234624</link>
          <description><![CDATA[<p>That works but then I go back to the issue of if the user forgets to fill out a required field, then the drop down category options are not retained and user would have to refresh page to get drop down options again. Is there anyway around that without using the getlistOptions?</p>]]></description>
          <pubDate>Wed, 30 Jul 2014 12:25:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234624#post2234624</guid>
        </item>
                <item>
          <title>Exclude options in category drop down in form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234618#post2234618</link>
          <description><![CDATA[<p>tablename = dir_categories</p>
<p>fieldname = name   (value and label)</p>
<p>I was using the get list options so it would not reset the drop down on submit or user error message. </p>
<p>One other question: Using the add form.php, it has a  action="?preSaveTempId=&lt;?php echo $preSaveTempId ?&gt;" for the action. Is there another way that I can still submit the form and send it to a separate thank-you page?</p>
<p>I have also included my file if you need to look at that. </p>
<p>Thanks for all your help with this!!!</p>]]></description>
          <pubDate>Wed, 30 Jul 2014 12:06:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234618#post2234618</guid>
        </item>
                <item>
          <title>Exclude options in category drop down in form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234615#post2234615</link>
          <description><![CDATA[<p>Sure :</p>
<p><code>&lt;select name="category"&gt;<br />&lt;option value = ""&gt;-Select-&lt;/option&gt;<br />&lt;?php foreach (getListOptions($tableName, 'category') as $value =&gt; $label): ?&gt;<br />&lt;option value = "&lt;?php echo htmlspecialchars($value);?&gt;" &lt;?php selectedIf($value, @$_REQUEST['category']);?&gt;&gt; &lt;?php echo htmlspecialchars($label);?&gt; &lt;/option&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/select&gt;</code></p>
]]></description>
          <pubDate>Wed, 30 Jul 2014 11:51:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234615#post2234615</guid>
        </item>
                <item>
          <title>Exclude options in category drop down in form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234612#post2234612</link>
          <description><![CDATA[<p>Claire,</p>
<p>I just noticed something. Need your help. This option works great but it is effecting the drop down in the CMS backend as well as on the form because of the advanced coding. I only want the excluded options to show on the form not in the backend. Can I just include some code on the actual form page to exclude options in the list only for form page and not in backend?</p>

]]></description>
          <pubDate>Wed, 30 Jul 2014 11:27:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234612#post2234612</guid>
        </item>
                <item>
          <title>Exclude options in category drop down in form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234605#post2234605</link>
          <description><![CDATA[<p>Like this:</p>
<p>Feel like I am missing some syntax</p>

<p><span>SELECT fieldname1, fieldname2</span><br /><span>FROM `&lt;?php echo $TABLE_PREFIX ?&gt;tableName` WHERE hidden = 0 <span>ORDER BY dragSortOrder</span></span></p>]]></description>
          <pubDate>Wed, 30 Jul 2014 08:59:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234605#post2234605</guid>
        </item>
                <item>
          <title>Exclude options in category drop down in form</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234602#post2234602</link>
          <description><![CDATA[<p>Claire,</p>
<p>Thank so much, that worked perfectly. Can I include an order by clause  so that the options in the drop down will display in the same drag/sort order that I have them in the category menu vs sorting them by id num?</p>

<p>Thanks!</p>
<p>April</p>]]></description>
          <pubDate>Wed, 30 Jul 2014 08:17:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234602#post2234602</guid>
        </item>
              </channel>
    </rss>
  