By premier23 on
Hi,
I have an existing node which has additional fields.
Now I want to add a form programmatically to its "body".
To be clear: its just for a single node and not to all nodes of that type.
Which is the best way?
Hi,
I have an existing node which has additional fields.
Now I want to add a form programmatically to its "body".
To be clear: its just for a single node and not to all nodes of that type.
Which is the best way?
Comments
hook_node_view
hardcode solution:
thanks for the answer. Is it
thanks for the answer.
Is it possible to inject the form in the body-field?
Easy