<div>Does your form builder function get any parameter? Do you use any of them in your query? Are you sure that they have the same values on every build?<br><br></div>
<div class="gmail_quote">On Jan 24, 2008 7:53 PM, Feijó &lt;<a href="mailto:patrao@legendas.feijo.info">patrao@legendas.feijo.info</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div text="#000066" bgcolor="#ffffff">Yes, I&#39;m using #multistep<br><br>I thought about that, $form been built more than one time.&nbsp; My test seens to point somewhere else.<br><br><br>look at this:<br><br><br>// my previous array $report, returned by db_fetch_array
<br>$report[&#39;name&#39;] .= &#39; something&#39;; // I insert &#39;something&#39; into it<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $form[&#39;saveit&#39;][&#39;name&#39;] = array(<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#39;#type&#39; =&gt; &#39;textfield&#39;,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#39;#title&#39; =&gt; t(&#39;Name&#39;),
<br><b>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#39;#default_value&#39; =&gt; $report[&#39;name&#39;], <br></b><b>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#39;#description&#39; =&gt; $report[&#39;name&#39;],<br></b><b></b><br><br>what should be the result from default_value and description? The same?&nbsp; No, look:
<br><br>
<div><label>Nome: </label><input maxlength="50" size="30" value=" something" name="name"> 
<div>Array ( [name] =&gt; test something ) </div></div>
<div><label><br></label></div><br>&#39;something&#39; shows on both outputs, but &#39;test&#39; only in #descrtption.&nbsp; If is the SAME source ($report[&#39;name&#39;]), where is &#39;test&#39; ??? I&#39;m geting crazy with that&nbsp;&nbsp; :P
<br><br>I can provide a demo site if its a good idea.<br><br><br>Feijó<br><br><br>Tao Starbow escreveu: 
<div class="Ih2E3d">
<blockquote type="cite">Probably means your #value is getting set through some other mechanism.&nbsp; FormAPI can be pretty subtle at times.&nbsp; I seem to remember having a similar problem when I was playing around with #multistep, but I don&#39;t remember how I fixed it. 
<br><br>good luck, <br>-tao <br><br></blockquote></div></div></blockquote></div><br>