I was actually using a static page, and doing copy&paste into its "content" field. I think in a view it would not work either, because I would have something like:
<form --inserted by drupal's engine> ...fields inserted by dupal to edit the view... <form --inserted by me with> ..fields of my form... </form> </form>
I wonder if there is a way to avoid these nested forms in Drupal.
Thanks,
Giorgio
_____
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Raf Raf Sent: Saturday, October 06, 2007 6:28 PM To: support@drupal.org Subject: [support] RE : How to add a form inside a node?
yes or in a view ?
Chocomix chocomix@giorgionunzi.eu a écrit :
Hi All,
I have a nice form which I created on an html editor. I did a copy&paste on a node content, but the form does not show up properly. I guess the problem is that drupal puts already a tag enclosing the entire node html.
Which is the solution to create a node with one (or two) form inside the content? Thanks for your help,
Giorgio