<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Support Forums</title>
    <link>http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/</link>
    <description>Support Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-06-11T13:44:27-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>RE : Plugin Usage…</title>
      <link>http://www.hccdevelopment.com/Web&#45;Based&#45;Software/Support&#45;Forums/viewthread/564/</link>
      <guid>http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/564/#When:15:05:41Z</guid>
      <description>&lt;p&gt;Hi Mike,&lt;/p&gt;

&lt;p&gt;Sorry for emailing you earlier on and not posting in the forums it&#8217;s just that I had a hard time finding the register link &lt;img src=&quot;http://www.hccdevelopment.com/images/smileys/wink.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;wink&quot; style=&quot;border:0;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;You originally sent the plugin to me so I wasn&#8217;t aware that adding it to the cart and going through the checkout process would create an account for me, sorry about that.&lt;/p&gt;

&lt;p&gt;I was just wondering how exactly to use this plugin as I&#8217;ve tried everything I can to get it working but unfortunately to no avail so far.&lt;/p&gt;

&lt;p&gt;What I&#8217;ve tried is this :&lt;/p&gt;

&lt;p&gt;1 &#45; Created a standard html template that has jquery&#45;1.3.2.min.js, the jQuery Form plugin included in it.&lt;/p&gt;

&lt;p&gt;2 &#45; Added in the code shown below into the &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; of the template  :&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ajax_redirect&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;headers&#125;&lt;br /&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ajax_redirect&amp;nbsp;form_name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;mailinglist_form&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;form_method&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;POST&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;message_container_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;message&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;redirect_variable&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;RET&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;error_search&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;ul&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;redirect_timer&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;2000&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;no_redirect&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;yes&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;message_display_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;mail&#45;message&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;

&lt;p&gt;3 &#45; Added a &lt;b&gt;div&lt;/b&gt; with the id of message and also a div with the id of mail&#45;message to the top of the page just after the opening &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag.&lt;/p&gt;

&lt;p&gt;4 &#45; Added in the standard ExpressionEngine &lt;a href=&quot;http://expressionengine.com/docs/modules/mailing_list/index.html&quot;&gt;mailing list&lt;/a&gt; code to the template and also changed the &lt;b&gt;&#123;exp:ajax_redirect form_name=&#8221;&#8220;&#125;&lt;/b&gt; to &lt;b&gt;mailinglist_form&lt;/b&gt; as this is what the standard ExpressionEngine code outputs.&lt;/p&gt;

&lt;p&gt;5 &#45; Visited the template and placed an e&#45;mail into the text&#45;field in the mailing list signup form.&lt;/p&gt;

&lt;p&gt;Click the submit button but nothing Ajaxy happens. I just get taken to the standard template that tells you your email has been added and an email has been sent to you.&lt;/p&gt;

&lt;p&gt;I&#8217;m sure I must be missing something fairly obvious here but not really to sure what. Any help would be greatly appreciated with this one.&lt;/p&gt;

&lt;p&gt;Thanks a lot.&lt;/p&gt;

&lt;p&gt;Best wishes,&lt;/p&gt;

&lt;p&gt;Mark
&lt;/p&gt;</description>
      <dc:date>2009-09-21T15:05:41-06:00</dc:date>
    </item>

    <item>
      <title>Where is it&#63;</title>
      <link>http://www.hccdevelopment.com/Web&#45;Based&#45;Software/Support&#45;Forums/viewthread/139/</link>
      <guid>http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/139/#When:10:50:49Z</guid>
      <description>&lt;p&gt;Hi,&lt;br /&gt;
Where can I download this module from? I need something that I can use to redirect error messages.&lt;br /&gt;
Thanks,&lt;br /&gt;
Amir
&lt;/p&gt;</description>
      <dc:date>2009-03-05T10:50:49-06:00</dc:date>
    </item>

    <item>
      <title>The plugin and instructions</title>
      <link>http://www.hccdevelopment.com/Web&#45;Based&#45;Software/Support&#45;Forums/viewthread/140/</link>
      <guid>http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/140/#When:11:09:05Z</guid>
      <description>&lt;p&gt;We have made the AJAX Redirect plugin available through &lt;a href=&quot;http://www.hccdevelopment.com/Web&#45;Based&#45;Software/Product/ajax_redirect/&quot;&gt;our on&#45;line store&lt;/a&gt;. It is still in Beta and is offered as a free download but is very powerful to quickly manipulate your standard EE forms as well as any third party forms you wish to integrate.&lt;/p&gt;

&lt;p&gt;Instructions and examples are available in the download. Enjoy &lt;img src=&quot;http://www.hccdevelopment.com/images/smileys/smile.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smile&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2009-03-05T11:09:05-06:00</dc:date>
    </item>

    
    </channel>
</rss>
