Hi Wim!

I use node-MYNODETYPE-edit.tpl.php for my node edit form. How can I show HS input form there?

The following code shows only HS widget which does not work:

<?php
print drupal_render($form['taxonomy'][1]); // where "1" is my taxonomy ID
?> 

Every time I try to select a term I get the message "Received an invalid response from the server."

Please help!

Comments

wim leers’s picture

Component: Code - Taxonomy » Code
Priority: Normal » Minor

AHAH-powered forms cannot work if you build them in the theme layer. You did not add HS in the theme layer, did you?

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)
volocuga’s picture

Thanks for answer.

Yes,I just printed the code above. Could you tell me what additional steps should I do?
Sorry,but I am not a programmer :(

Bilmar’s picture

subscribing

wim leers’s picture

Status: Postponed (maintainer needs more info) » Fixed

Just create a module in which you create the form.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.