<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Solspace Support Forums</title>
    <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.solspace.com/forums/atom/" />
    <updated>2008-03-14T13:50:52Z</updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
    <id>tag:solspace.com,2008:03:14</id>


    <entry>
      <title>Can&#8217;t get SAEF Redirect to work</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/763/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.763</id>
      <published>2008-03-14T13:15:48Z</published>
      <updated>2008-03-14T13:50:52Z</updated>
      <author><name>siffring</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi. I&#8217;m having trouble getting your SAEF Redirct extension to actually redirect.
</p>
<p>
Here&#8217;s my form:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_form weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;my_weblog&#125;"</span><span style="color: #0000BB">&#125;<br /> </span><span style="color: #007700">&lt;</span><span style="color: #0000BB">input type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden" </span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"entry_id_return" </span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"site/confirm/%&amp;#xe;n;try_id%%" </span><span style="color: #007700">/&gt;<br /> &lt;</span><span style="color: #0000BB">dl</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dt </span><span style="color: #007700">class=</span><span style="color: #DD0000">"inline"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">label </span><span style="color: #007700">for=</span><span style="color: #DD0000">"field_id_2"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">URL</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">label</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dd</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text" </span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"field_id_2" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"field_id_2" </span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"50" </span><span style="color: #0000BB">maxlength</span><span style="color: #007700">=</span><span style="color: #DD0000">"100" </span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php echo $field_id_2;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">dd</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">input type</span><span style="color: #007700">=</span><span style="color: #DD0000">'hidden' </span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">'field_ft_2' </span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">'none' </span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dt </span><span style="color: #007700">class=</span><span style="color: #DD0000">"inline"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">label </span><span style="color: #007700">for=</span><span style="color: #DD0000">"title"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Headline</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">label</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">dt</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dd</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text" </span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"title" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"title" </span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title&#125;" </span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"50" </span><span style="color: #0000BB">maxlength</span><span style="color: #007700">=</span><span style="color: #DD0000">"100" </span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">dd</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dt </span><span style="color: #007700">class=</span><span style="color: #DD0000">"inline"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">label </span><span style="color: #007700">for=</span><span style="color: #DD0000">"field_id_1"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Your Summary</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">label</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">dt</span><span style="color: #007700">&gt;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">dd</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">textarea name</span><span style="color: #007700">=</span><span style="color: #DD0000">"field_id_1" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"field_id_1"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&lt;?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$field_id_1</span><span style="color: #007700">;</span><span style="color: #0000BB">?&gt;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">textarea</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">dd</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">input type</span><span style="color: #007700">=</span><span style="color: #DD0000">'hidden' </span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">'field_ft_1' </span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">'none' </span><span style="color: #007700">/&gt; <br /> <br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">input type</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit" </span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"button" </span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"Suggest This Story" </span><span style="color: #007700">/&gt;<br /> &lt;/</span><span style="color: #0000BB">dl</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_form&#125;</span>
</code></div><p>
</p>
<p>
(Those last three fields are custom fields.)
</p>
<p>
I would expect this form to go to /site/confirm/%&amp;#xe;n;try_id%% but instead it is going to my site index.
</p>
<p>
I uploaded the extension file to my system/extensions directory and added the hidden field. There&#8217;s nothing else in the documentation. What am I missing?
</p>
<p>
Thanks in advance.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Does SAEF Redirect work with the registration forms</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/537/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.537</id>
      <published>2008-01-15T19:58:31Z</published>
      <updated></updated>
      <author><name>dwells5</name></author>
      <content type="html">
      <![CDATA[
        <p>I would like to be able to redirect new members to a specific page after they register. Does this plugin work with the Register page?
</p>
<p>
David2
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>400 error when submitting SAEF</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/324/" />      
      <id>tag:solspace.com,2007:forums/viewthread/.324</id>
      <published>2007-10-03T14:30:43Z</published>
      <updated>2007-10-03T14:41:16Z</updated>
      <author><name>don</name></author>
      <content type="html">
      <![CDATA[
        <p>Getting this error suddenly when using the extension:
<br />
<blockquote><p>
Bad Request
<br />
Your browser sent a request that this server could not understand.
</p>
<p>
Client sent malformed Host header </p></blockquote>
<p>
Here&#8217;s what I see in the URL string:
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.troovy.com/hq/upload/%&amp;#xe;n;try_id%%/</span>
</code></div><p>
</p>
<p>
Looks like an odd encoding issue perhaps?
</p>
<p>
Just a note: this and another user bug are now blockers for me finishing up&#8230; :-(
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Current version is SAEF Redirect 1.0.0</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/15/" />      
      <id>tag:solspace.com,2007:forums/viewthread/.15</id>
      <published>2007-05-13T23:49:01Z</published>
      <updated>2007-05-14T11:46:12Z</updated>
      <author><name>Ingmar</name></author>
      <content type="html">
      <![CDATA[
        <p>This extension allows you to append an entry id to the “return” parameter of an SAEF form. It’s Invaluable for creating multi-page forms, shared forms, or return pages with custom information. Usage is simple: just add a hidden field to your form.
</p>
<p>
&raquo; <a href="http://solspace.com/software/detail/saef_redirect/c/extensions/">Details</a>
</p>
      ]]>
      </content>
    </entry>


</feed>