<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
You're probably right!<br>
<br>
The problem happens when I select a value in a combobox, then I
submit.&nbsp; That value, will trigger my select to load values from a
table, then I need to fill the fields on the form with that values.<br>
<br>
I tested typing something in my form name field, I select the combobox
and submit.&nbsp; Then, my field name didnt get to the form field name, that
shows my typed content!! Am I been clear enought?<br>
<br>
I need to circunvent the multipage system, ignoring the original fields
values (from first step).&nbsp; How can I do that?<br>
<br>
I need full control of my form, without #multipage was impossible, with
it its been very hard to work... gaaaaah<br>
<br>
<font color="#330099">I have further problems with this implementation,
but wont send all of it to the list as avalanche.&nbsp; As I solve one, will
ask here the next one and next and next :p</font><br>
<br>
<br>
Thanks<br>
<br>
<br>
ufuk bayburt escreveu:
<blockquote
 cite="mid:888304040801241719s1bac48dbld0b65876770a4a35@mail.gmail.com"
 type="cite">
  <div>
  <div>i guess</div>
  <div>"in the first step the query returns an empty&nbsp;result and default
value (and value)&nbsp;and description&nbsp;are set empty(they are not visible
yet). in the second step, the query returns a non-empty result and only
description is set, value is not set since it was set in the first
step."
  <br>
  <br>
  <br>
  </div>
  </div>
  <div class="gmail_quote">On Jan 25, 2008 2:58 AM, Dave Cohen &lt;<a
 moz-do-not-send="true" href="mailto:drupal@dave-cohen.com"
 target="_blank">drupal@dave-cohen.com</a>&gt; wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">You
explained that you are using multistep. &nbsp;And perhaps you're problem<br>
appears on the second or subsequent form. (I'm guessing). <br>
    <br>
#default_value is the default, and it is replaced by values from the
post. &nbsp;So<br>
try a print_r($_REQUEST) and see if name or edit[name] is being passed
in.<br>
    <br>
Also try a print_r($form), after your alter to see what's really in <br>
#default_value.<br>
    <font color="#888888"><br>
-Dave<br>
    <br>
    <br>
    </font></blockquote>
  </div>
  <br>
</blockquote>
</body>
</html>