Note that there are some explanatory texts on larger screens.

plurals
  1. PO"GET Variable to Segment URL Redirect" Plugin for EE2
    text
    copied!<p>Using EE2, this is the plugin in question: <a href="http://devot-ee.com/add-ons/get-variable-to-segment-url-redirect" rel="nofollow">GET Variable to Segment URL Redirect</a></p> <p>This is exactly the plugin I need to solve a project problem, but I cannot get it to work. It doesn't do anything, and I'm sure its my own mistake but I cannot find any other helpful tidbits on this..</p> <p>My form is: </p> <pre><code>&lt;div id="sidebar"&gt; &lt;div class="aliance"&gt; &lt;h2&gt;Clergy&lt;/h2&gt; &lt;a href="{path='PCP/partner_congregations/'}" class="more"&gt;Show All&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://alliance-marketing.madmonkdev2.com/index.php/PCP/congregation_list?State=21"&gt;Sort By&lt;/a&gt; &lt;form action="{path='PCP/congregation_list'}" method="get"&gt; &lt;select name="State"&gt; {exp:gwcode_categories cat_id="16" incl_self="no"} &lt;option value="{cat_id}"&gt;&amp;#123;cat_name&amp;#125;&lt;/option&gt; {/exp:gwcode_categories&amp;#} &lt;/select&gt; &lt;input type="submit" value="Submit" /&gt; &lt;/form&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>Here's the plugin code: </p> <pre><code>{exp:get_segment_redirect get_variable=“State” base_url=”/PCP/”} </code></pre> <p>The URL it should be redirecting but doesn't: </p> <pre><code>http://blahblahblah.com/index.php/PCP/congregation_list?State=17 </code></pre> <p>I simply have to be overlooking something real simple here.. Because it's not doing anything at all for me.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload