<?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></updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
    <id>tag:solspace.com,2008:07:18</id>


    <entry>
      <title>Can Form Helper Help me do this..</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1111/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1111</id>
      <published>2008-06-25T09:31:23Z</published>
      <updated></updated>
      <author><name>stevec</name></author>
      <content type="html">
      <![CDATA[
        <p>I have a requirement from a client who wants to have a members only area of their site, I want to do this in expression engine as it is wot i know. They need:
</p>
<p>
Members are given a username and password
<br />
Members when logged in can edit and add details to their profile, the details will include the ability to add upto 3 images along with custom information such as industry type etc.
<br />
Member profiles can be searched and viewed
<br />
Members can view and use a forum
</p>
<p>
I have spent a few hours looking at the ee forums but their doesnt seem to be a simple way of doing this. 
</p>
<p>
I am hoping that it can be Solspace to the rescue!!
</p>
<p>
Cheers
</p>
<p>
Steve
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Field Labels with Form Helper&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1145/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1145</id>
      <published>2008-07-07T08:05:53Z</published>
      <updated>2008-07-07T08:10:14Z</updated>
      <author><name>Sandwich</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there any way to retrieve the field label (the content that the &#123;field_label&#125; tag would produce if one was using the &#123;custom_fields&#125; loop) for a specified custom field using form helper? Something like (note the <b>which="label&#8221;</b>):
<br />
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_grabber&nbsp;field_name</span><span style="color: #007700">=</span><span style="color: #DD0000">"summary"&nbsp;</span><span style="color: #0000BB">which</span><span style="color: #007700">=</span><span style="color: #DD0000">"label"</span><span style="color: #0000BB">&#125;</span>
</code></div><p>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Categories not updating on submit</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1128/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1128</id>
      <published>2008-06-30T19:20:05Z</published>
      <updated></updated>
      <author><name>wonko</name></author>
      <content type="html">
      <![CDATA[
        <p>Folks:
</p>
<p>
The form works great except for one thing: The categories are not updated when the form is saved. Additional selections are added but deselected options are not removed.
</p>
<p>
I did make a slight adjustment from radio buttons to checkboxes but that was necessary to accommodate more than one category selection/ The code:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">categories&nbsp;entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"&nbsp;</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"checkbox"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"category&#91;&#93;"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;cat_id&#125;"&nbsp;</span><span style="color: #0000BB">&#123;checked&#125;</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;cat_name&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">categories&#125;</span>
</code></div><p>
</p>
<p>
Any help would be great.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>URL problems on edit</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1130/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1130</id>
      <published>2008-07-01T06:12:57Z</published>
      <updated>2008-07-01T09:01:34Z</updated>
      <author><name>wonko</name></author>
      <content type="html">
      <![CDATA[
        <p>Folks:
</p>
<p>
I&#8217;m not sure why this is happening. One of the custom fields holds a web address. This address is automatically turned into a link.
</p>
<p>
When I use Form Helper to edit the address the address is not displayed. Instead, </p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span>
</code></div><p> appears in the field and the rest of the address and closing tag </p><div class="codeblock"><code>
<span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.google.com"&nbsp;/&gt;</span>
</code></div><p> appear below the field as text.
</p>
<p>
Source code looks like this:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">input&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"width:500px"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"field_id_6"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;a&nbsp;href="</span><span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.google.com"&gt;http://www.google.com&lt;/a&gt;"&nbsp;/&gt;</span>
</code></div><p>
</p>
<p>
Form Helper code looks like this:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">input&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"width:500px"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:form_helper:field_grabber&nbsp;field_name="</span><span style="color: #0000BB">website</span><span style="color: #DD0000">"&#125;"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;website&#125;"&nbsp;</span><span style="color: #007700">/&gt;</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">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;</span>
</code></div><p>
</p>
<p>
Any ideas?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Weird javascriot when editing incldues an email address</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/919/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.919</id>
      <published>2008-04-25T13:14:15Z</published>
      <updated>2008-04-25T13:14:52Z</updated>
      <author><name>Evoir</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello again <img src="http://www.solspace.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />
</p>
<p>
I&#8217;m using Form Helper to edit entries. In the admin, I have &#8220;Automatically turn URLs and email addresses into links?&#8221; marked to Yes. When Yes is selected, and I try and edit a page that has an email address on it, I get a bunch of weird gobbledygook in the edit box. Looks like this:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">email&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #0000BB">FULL&nbsp;NAME</span><span style="color: #007700">:&nbsp;&nbsp;<br /></span><span style="color: #FF8000">//&lt;!&#91;CDATA&#91;<br /></span><span style="color: #007700">var&nbsp;</span><span style="color: #0000BB">l</span><span style="color: #007700">=new&nbsp;Array();<br /></span><span style="color: #0000BB">l&#91;0&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&gt;'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;1&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'a'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;2&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'/'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;3&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&lt;'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;4&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;116'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;5&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;6&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;7&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;46'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;8&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;9&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;10&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;105'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;11&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;97'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;12&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;109'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;13&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;45'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;14&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;109'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;15&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;111'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;16&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;99'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;17&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;115'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;18&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;117'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;19&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;115'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;20&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;64'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;21&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;22&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;23&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;115'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;24&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;25&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;26&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;114'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;27&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&gt;'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;28&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'"'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;29&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;116'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;30&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;31&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;32&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;46'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;33&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;34&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;35&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;105'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;36&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;97'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;37&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;109'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;38&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;45'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;39&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;109'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;40&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;111'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;41&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;99'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;42&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;115'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;43&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;117'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;44&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;115'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;45&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;64'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;46&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;47&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;48&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;115'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;49&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;110'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;50&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;101'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;51&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&nbsp;114'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;52&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">':'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;53&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'o'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;54&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'t'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;55&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'l'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;56&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'i'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;57&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'a'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;58&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'m'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;59&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'"'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;60&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'='</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;61&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'f'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;62&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'e'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;63&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'r'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;64&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'h'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;65&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'a&nbsp;'</span><span style="color: #007700">;</span><span style="color: #0000BB">l&#91;66&#93;</span><span style="color: #007700">=</span><span style="color: #DD0000">'&lt;'</span><span style="color: #007700">;<br />for&nbsp;(var&nbsp;</span><span style="color: #0000BB">i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">l</span><span style="color: #007700">.</span><span style="color: #0000BB">length</span><span style="color: #007700">-</span><span style="color: #0000BB">1</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">i&nbsp;</span><span style="color: #007700">&gt;=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">i</span><span style="color: #007700">=</span><span style="color: #0000BB">i</span><span style="color: #007700">-</span><span style="color: #0000BB">1</span><span style="color: #007700">)</span><span style="color: #0000BB">&#123;&nbsp;<br /></span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">l&#91;i&#93;</span><span style="color: #007700">.</span><span style="color: #0000BB">substring</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)&nbsp;==&nbsp;</span><span style="color: #DD0000">'&nbsp;'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">&#91;removed&#93;</span><span style="color: #007700">(</span><span style="color: #DD0000">"&amp;#"</span><span style="color: #007700">+</span><span style="color: #0000BB">unescape</span><span style="color: #007700">(</span><span style="color: #0000BB">l&#91;i&#93;</span><span style="color: #007700">.</span><span style="color: #0000BB">substring</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">))+</span><span style="color: #DD0000">";"</span><span style="color: #007700">);&nbsp;<br />else&nbsp;</span><span style="color: #0000BB">&#91;removed&#93;</span><span style="color: #007700">(</span><span style="color: #0000BB">unescape</span><span style="color: #007700">(</span><span style="color: #0000BB">l&#91;i&#93;</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">&#125;<br /></span><span style="color: #FF8000">//&#93;&#93;&gt;</span>
</code></div><p>
</p>
<p>
But, if I tell the system to not parse the email addresses, by selecting No in the admin, this dissapears. And I can then edit properly using Form Helper. I do not see this wen I edit from the CP, only using Form Helper.
</p>
<p>
Thank you for your help!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>A simple matter: SAEF allow comments checkbox doesn&#8217;t work for me.</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/511/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.511</id>
      <published>2008-01-06T23:26:10Z</published>
      <updated></updated>
      <author><name>Current</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi!
</p>
<p>
I just tried Form Helper and got Stand Alone Entry Forms working. Thanks to you guys!
</p>
<p>
Though, I somehow can&#8217;t get my Allow Comments checkbox to work.
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Discussion&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"checkbox"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"allow_comments"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"checkbox"&nbsp;</span><span style="color: #0000BB">checked</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;checked&#125;"&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;allow_comments&#125;"&nbsp;</span><span style="color: #007700">/&gt;</span>
</code></div><p>
</p>
<p>
This returns the following code and a checked checkbox, even though the value is set to &#8216;n&#8217;.
</p>
<blockquote>
<br />
<h2>Discussion </h2><p>
&lt;input type="checkbox" name="allow_comments" class="checkbox" checked="&#123;checked&#125;"  value="n" /&gt;
<br />
</p></blockquote>
<p>
Note that the value for checked is &#123;checked&#125;, the variable doesn&#8217;t return any value.
<br />
What am I doing wrong?
</p>
<p>
And&#8230; what is the suggested donation for this plugin?
</p>
<p>
Thank you!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Combo box value reverting using Preview</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1090/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1090</id>
      <published>2008-06-20T10:15:03Z</published>
      <updated>2008-06-20T10:17:29Z</updated>
      <author><name>leejb</name></author>
      <content type="html">
      <![CDATA[
        <p>EE 1.6.3, FH 1.9
</p>
<p>
I understand the code pulls from the db on a refresh, so when using the built-in &#123;preview&#125; call/submit in EE SAEF, the preview shows the change, but the drop down field value gets reset to the previous value and thus if the user doesn&#8217;t change again before submitting their change for that field &#8220;basically&#8221; doesn&#8217;t occur.
</p>
<p>
So this is more of a quick question on whether there is some simple trickery with the FH code that I can preserve this OR is the only to build my own PHP/javascript based preview?
</p>
<p>
I know we keep trying to ring more and more out of FH&#8230; you got to love feature creep!&nbsp; Thanks again for a great plug.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Backslashes being removed</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1077/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1077</id>
      <published>2008-06-17T23:50:38Z</published>
      <updated>2008-06-17T23:53:12Z</updated>
      <author><name>leejb</name></author>
      <content type="html">
      <![CDATA[
        <p>EEv1.6.3 with FH v1.9
<br />
on a textarea field set as br (although setting as xhtml doesn&#8217;t seem to make a difference)
</p>
<p>
I&#8217;m putting in the line:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">\\servername\folder1\folder2</span>
</code></div><p>
</p>
<p>
in an edit SAEF.&nbsp; I submit/update and the entry looks as entered above.&nbsp; However, when I go to edit, the textarea field populates as:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">\servernamefolder1folder2</span>
</code></div><p>
</p>
<p>
each single backslash  is stripped and only 1 left from a double backslash it left.&nbsp;  I&#8217;ve tried leaving out the &#8216;parser&#8217; enteries even though I&#8217;m using the default so only P and BR tags are supposed to be removed, but it doesn&#8217;t seem to make a difference.&nbsp; Editing thorugh EE CP doesn&#8217;t seem to effect the content (although the &#8216;view&#8217; after update in the CP shows the same, but viewing from the ../index.php/weblog/entry_id/xx show&#8217;s its fine).
</p>
<p>
So basically  I&#8217;m assuming the grabber function, when pulling the content to populate the textarea field, is stripping out the backslashes.&nbsp; I&#8217;ve tried enterying them in with the </p><div class="codeblock"><code>
<span style="color: #007700">&amp;</span><span style="color: #FF8000">#92;</span>
</code></div><p>, but they get translated to backslashes in the edit form.&nbsp; Fine for the first edit, but they get posted back to the entry as actual backslashes, thus the next edit, they get stripped.
</p>
<p>
Anyway to stop this, or am I missing something obvious?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Textarea formatting Problem: TinyMCE</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1072/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1072</id>
      <published>2008-06-16T10:45:23Z</published>
      <updated></updated>
      <author><name>ira42</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey there,
</p>
<p>
I have a custom field with formatting set to none.&nbsp; I&#8217;m using a standalone Edit form (formhelper),  and the content of this field  sometimes contains preformatted text blocks.
</p>
<p>
When I edit the entry in the Control Panel,  it preserves the preformatted text,  but in the formhelper form,  it strips out the HTML between the PRE tags.
</p>
<p>
Example,  here is the field data as entered:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">pre</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">xml</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Here&nbsp;is&nbsp;a&nbsp;sample&nbsp;of&nbsp;XML&nbsp;code</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">xml</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Here&nbsp;is&nbsp;some&nbsp;bold&nbsp;text</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">pre</span><span style="color: #007700">&gt;</span>
</code></div><p>
</p>
<p>
The EE control panel honors the formatting as &#8216;none&#8217;,  so in my wysiwyg editor,  the XML and Bold tags are preserved between the preformatted tags.
</p>
<p>
But when editing the entry in the standalone form,  it converts the B tag to STRONG,  and removes the XML tags.
</p>
<p>
Any ideas on how to preserve the raw html code when using formhelper?
</p>
<p>
FYI,  here is my template code:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">KB&nbsp;Content</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">textarea&nbsp;&nbsp;dir</span><span style="color: #007700">=</span><span style="color: #DD0000">'ltr'&nbsp;&nbsp;</span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">'width:100%;'&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">'&#123;exp:form_helper:field_grabber&nbsp;field_name="kb_answer"&#125;'&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">'&#123;exp:form_helper:field_grabber&nbsp;field_name="kb_answer"&#125;'&nbsp;</span><span style="color: #0000BB">cols</span><span style="color: #007700">=</span><span style="color: #DD0000">'90'&nbsp;</span><span style="color: #0000BB">rows</span><span style="color: #007700">=</span><span style="color: #DD0000">'22'&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">'textarea'</span><span style="color: #007700">&gt;<br />&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;&#123;kb_answer&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">textarea</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:form_helper:field_grabber&nbsp;field_name='kb_answer'&nbsp;which='format'&#125;"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"none"&nbsp;</span><span style="color: #007700">/&gt;</span>
</code></div><p>
</p>
<p>
Tx.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Extra spacing populating at begining of custom field content &#45; !solved!</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1061/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1061</id>
      <published>2008-06-11T03:55:03Z</published>
      <updated>2008-06-17T15:44:38Z</updated>
      <author><name>leejb</name></author>
      <content type="html">
      <![CDATA[
        <p>First time setting up an SAEF entry editor with Form Helper.&nbsp; Everything seems to work, but when the edit form renders, the custom fields (textareas in my case) are pre-pended with extra spaces and carriage returns.&nbsp; The following code shows my two textareas.&nbsp; The first field has data and the second one is empty from creation.&nbsp; However, when I load the edit page, the first field is pre-pended with about  28 spaces, a carriage return, 28 spaces and then what seems to be a tab.&nbsp; The second field which is supposed to be empty is populated with 28, carriage return, 28, tab and 28 spaces.
</p>
<p>
Below is the calling code, anyone have any ideas?&nbsp; Type of fields in EE is </p><div class="codeblock"><code>
<span style="color: #0000BB">auto&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;</span>
</code></div><p>.&nbsp; I&#8217;ve tried manually adding the  </p><div class="codeblock"><code>
<span style="color: #0000BB">parse</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;br&nbsp;/&gt;|&lt;p&gt;"</span>
</code></div><p> which is supposed to be default if not specified, but no changes.&nbsp; Odd thing is if I update, this pre-pended spacing is not added (at least not viewable) when viewing the entry, almost like its being stripped back out.
</p>
<p>
So end result it doesn&#8217;t affect much, but it confuses the users.&nbsp; Any ideas?
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"form_outer"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Body</span><span style="color: #007700">:&nbsp;&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">textarea&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:form_helper:field_grabber&nbsp;field_name='news-body'&#125;"&nbsp;&nbsp;</span><span style="color: #0000BB">rows</span><span style="color: #007700">=</span><span style="color: #DD0000">"20"&nbsp;</span><span style="color: #0000BB">cols</span><span style="color: #007700">=</span><span style="color: #DD0000">"70"&nbsp;</span><span style="color: #0000BB">onclick</span><span style="color: #007700">=</span><span style="color: #DD0000">"setFieldName(this.name)"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;<br />&nbsp;&nbsp;&#123;news</span><span style="color: #007700">-</span><span style="color: #0000BB">body&#125;<br />&nbsp;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">textarea</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:form_helper:field_grabber&nbsp;field_name='news-body'&nbsp;which='format'&#125;"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"br"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;<br />&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"form_outer"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Update</span><span style="color: #007700">:&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">textarea&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:form_helper:field_grabber&nbsp;field_name='news-update'&#125;"&nbsp;</span><span style="color: #0000BB">rows</span><span style="color: #007700">=</span><span style="color: #DD0000">"10"&nbsp;</span><span style="color: #0000BB">cols</span><span style="color: #007700">=</span><span style="color: #DD0000">"70"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;<br />&nbsp;&nbsp;&#123;news</span><span style="color: #007700">-</span><span style="color: #0000BB">update&#125;<br />&nbsp;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">form_helper</span><span style="color: #007700">:</span><span style="color: #0000BB">field_parser&#125;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">textarea</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;exp:form_helper:field_grabber&nbsp;field_name='news-update'&nbsp;which='format'&#125;"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"br"&nbsp;</span><span style="color: #007700">/&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;</span>
</code></div><p>
</p>
      ]]>
      </content>
    </entry>


</feed>