<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>I have a module in which a settings form is produced that has a layout like the following example:</div><div>BREED &nbsp; &nbsp;GROUP &nbsp; &nbsp;VARIETY</div><div>and the field names were set as $breed . '_' . $group . '_' . $variety, and the db is populated and the code expects that layout.</div><div><br></div><div>Now I need to change the form as so:</div><div>FIELDSET [GROUP]</div><div>&nbsp; &nbsp; BREED &nbsp; &nbsp;GROUP &nbsp; &nbsp;VARIETY</div><div><br></div><div>and am wondering if there's a way to accomplish this without affecting the name the variable will be assigned (that is, I am assuming that #tree=true will result in a change to the variable storage).</div><div><br></div><div>Thanks!</div><div>Jeff</div></span></body></html>