<?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%3Asoylent17</link>
        <description></description>
        <pubDate>Sun, 05 Apr 2026 09:20:36 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Asoylent17&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Version 2.60 and Show/Hide Dependent Fields PLUS </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233441#post2233441</link>
          <description><![CDATA[<p>Do you mean integrating something like the "Show/Hide Fields For Users" plugin into this plugin?  At the moment, no, but it's something I could look into in the future.  I can work on some sort of compatibility function, but it may be a few days.</p>

<p>(Show/Hide Fields For Users: <a href="http://www.interactivetools.com/add-ons/detail.php?Show-Hide-Fields-For-Users-1036" rel="nofollow">http://www.interactivetools.com/add-ons/detail.php?Show-Hide-Fields-For-Users-1036</a>)</p>]]></description>
          <pubDate>Thu, 13 Mar 2014 14:27:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233441#post2233441</guid>
        </item>
                <item>
          <title>Version 2.60 and Show/Hide Dependent Fields PLUS </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233434#post2233434</link>
          <description><![CDATA[<p>You have the table defined twice, which will break the code.  Here is how you need it:</p>
<p><code>&lt;?php if(!isset($shdfpIncluded)) die('Restricted Access');<br /><br />// refer to readme.txt for detailed instructions and examples<br /><br />$fields = array(<br />  <br />  'claims_submission' =&gt; array(<br />  <br />    'claim_status' =&gt; array(<br />      '_none_'       =&gt; array(),<br />      'Other'        =&gt; array('status_other'),<br />      '_any_value_'  =&gt; array(),<br />    ),<br />    <br />    'member_company' =&gt; array(<br />      '_none_'       =&gt; array('other_insurance', 'insurance_representative', 'other_address_1', 'other_address_2', 'other_city', 'other_state', 'other_zip_code', 'other_phone_number', 'insurance_company_email', 'auto_email_insurance_company'),<br />      '_any_value_'  =&gt; array('insurance_representative', 'insurance_dispatcher', 'insurance_processor', 'insurance_adjuster', 'insurance_agent'),<br />    ),<br />    <br />  ),<br /><br />);<br /><br />$devmode = false;<br /><br />?&gt;</code></p>
<p>If it helps, you can write it this way instead:</p>
<p><code>&lt;?php if(!isset($shdfpIncluded)) die('Restricted Access');<br /><br />// refer to readme.txt for detailed instructions and examples<br /><br />$fields = array(); // only necessary if pre v0.94<br /><br />$fields['claims_submission']['claim_status'] = array(<br />  '_none_'      =&gt; array(),<br />   'Other'       =&gt; array('status_other'),<br />   '_any_value_' =&gt; array(),<br />);<br /><br />$fields['claims_submission']['member_company'] = array(<br />   '_none_'      =&gt; array('other_insurance', 'insurance_representative', 'other_address_1', 'other_address_2', 'other_city', 'other_state', 'other_zip_code', 'other_phone_number', 'insurance_company_email', 'auto_email_insurance_company'),<br />   '_any_value_' =&gt; array('insurance_representative', 'insurance_dispatcher', 'insurance_processor', 'insurance_adjuster', 'insurance_agent'),<br />);<br /><br />$devmode = false;<br /><br />?&gt;</code></p>
<p>I'm thinking the second way will be the easiest for people to understand, so I'll likely change the examples to resemble this in a future release.</p>]]></description>
          <pubDate>Wed, 12 Mar 2014 10:46:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233434#post2233434</guid>
        </item>
                <item>
          <title>Version 2.60 and Show/Hide Dependent Fields PLUS </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233431#post2233431</link>
          <description><![CDATA[<ul><li>Your browser may be caching the old version.  Do a full refresh (Shift + F5) on the page and see if that fixes it.  </li>
<li>Did you overwrite your config file?  If you overwrite your config file with the newly downloaded one, your customizations will be lost.  </li>
<li>You may need to go back into the Plugins menu and re-enable the plugin after upgrading.</li>
<li>What web browser are you using?  Are you getting a script error?</li>
<li>If none of these things resolve the issue, do you have a live site I can look at?</li>
</ul><p>On a side note, I've updated the code again (v0.94) to ensure config files don't get overridden when upgrading in the future.</p>]]></description>
          <pubDate>Tue, 11 Mar 2014 16:30:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233431#post2233431</guid>
        </item>
                <item>
          <title>Version 2.60 and Show/Hide Dependent Fields PLUS </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233422#post2233422</link>
          <description><![CDATA[<p>I have uploaded an update that should work with the new version of CMS Builder.  Once approved, the updated plugin version will be 0.93. </p>]]></description>
          <pubDate>Mon, 10 Mar 2014 16:22:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233422#post2233422</guid>
        </item>
              </channel>
    </rss>
  