<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.0">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Jeff<BR>
Are you calling drupal_render in the theme function or the form builder?<BR>
You need to call it in the theme function.<BR>
See theme_user_admin_account and user_admin_account, the form is built and returned in user_admin_account (as a flat form) and returned as an array, which is then rendered in theme_user_admin_account as a table.<BR>
<BR>
Lee<BR>
On Fri, 2010-09-03 at 00:49 -0400, Jeff Greenberg wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    So there seems to be two problems with the drupal_rendered form field. One is that in looking at the page source, the option value in each of these select fields that matches the #default_value are not marked as selected.<BR>
    <BR>
    The other problem is that the data is not passed back on any of these fields, and the page source shows each of them having a class of form_field like the non drupal_render fields, but id=&quot;&quot; and name=&quot;&quot;&nbsp;&nbsp; 
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>