<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>$form[myfield]&nbsp;is an array. Assuming you only want the value then use $form[myfield]['#value'] or $form[myfield]['#default_value'].<BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy</STRONG></EM></FONT><BR></P>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jeff Greenberg &lt;jeff@ayendesigns.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> development@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thu, September 2, 2010 8:20:20 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [development] Form fields in a table<BR></FONT><BR>Using FAPI for a form (D6), and in the form is a markup field, which is a table created with theme(). Some of the cells in the table need to be populated with form fields. The contents of the table is being sent to theme() as $rows, and I've tried having the cells in question defined as $form[myfield] that has been created earlier, but I end up with an empty cell, and the form field appearing where it was first defined, prior to the table... so...<BR><BR>$form[myfield] = array(...<BR><BR><BR>$rows[this_row] = array(cellval, cell2val, $form[myfield] ...<BR><BR><BR>isn't working.<BR><BR><BR>I
 need something like<BR><BR><BR>Row 1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text&nbsp; &nbsp; &nbsp; &nbsp; text&nbsp; &nbsp; &nbsp; &nbsp; selectbox&nbsp; &nbsp; &nbsp; &nbsp; text&nbsp; &nbsp; &nbsp; &nbsp; textfield&nbsp; &nbsp; &nbsp; &nbsp; text<BR><BR><BR><BR><BR><BR></DIV></DIV></div></body></html>