Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2009 at 02:00 UTC
Updated:
8 Dec 2009 at 13:10 UTC
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
Comment #1
wim leersAHAH-powered forms cannot work if you build them in the theme layer. You did not add HS in the theme layer, did you?
Comment #2
wim leersComment #3
volocuga commentedThanks 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 :(
Comment #4
Bilmar commentedsubscribing
Comment #5
wim leersJust create a module in which you create the form.