How to invoke HS widget on node-edit.tpl.php?
volocuga - November 14, 2009 - 02:00
| Project: | Hierarchical Select |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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!

#1
AHAH-powered forms cannot work if you build them in the theme layer. You did not add HS in the theme layer, did you?
#2
#3
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 :(
#4
subscribing
#5
Just create a module in which you create the form.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.