I recommend that you start with the AHAH example, and use the very straightforward canned callback code from there.<br><br>If that doesn&#39;t get you where you need to go, I can help you with specific code.<br><br>-Randy<br>
<br><div class="gmail_quote">On Wed, Dec 29, 2010 at 7:02 PM,  <span dir="ltr">&lt;<a href="mailto:jeff@ayendesigns.com">jeff@ayendesigns.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;m using the example out of Drupal Pro Development actually.<br>
<br>
<br>
I have a menu callback, and my form alter is<br>
<br>
<br>
function test_form_alter(&amp;$form, &amp;$form_state, $form_id) {<br>
    $form[&#39;field_one&#39;][&#39;#prefix&#39;] = &#39;&lt;div id=&quot;field-one&quot;&gt;&#39;;<br>
    $form[&#39;field_one&#39;][&#39;#suffix&#39;] = &#39;&lt;/div&gt;&#39;;<br>
<br>
    $form[&#39;field_two&#39;][&#39;#ahah&#39;] = array(<br>
        &#39;path&#39; =&gt; &#39;test/stuff_js&#39;,<br>
        &#39;wrapper&#39; =&gt; &#39;field-one&#39;<br>
    );<br>
<br>
<br>
The form array contains the original fields, though they don&#39;t show on the page or appear in the html. The values above appear in the form array, but not in the field-info section.<div><div></div><div class="h5"><br>

<br>
<br>
On 12/29/2010 08:28 PM, Randy Fay wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Please describe the entire sequence. *When* does a field disappear? When you activate the #ahah-enabled element? That means you&#39;re most of the way there, but you&#39;ve put #prefix/suffix around both forms somehow and are not returning a reasonable bit of markup.<br>

<br>
Please make sure you dsm() or debug your form after altering to see what you&#39;ve actually got.<br>
<br>
Are you using the base code provided by the AHAH Example in the Examples project?<br>
<br>
</blockquote>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Randy Fay<br>Drupal Module and Site Development<br><a href="mailto:randy@randyfay.com">randy@randyfay.com</a><br>+1  970.462.7450<br><br>