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 <form> 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
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 -- [ Drupal support list | http://lists.drupal.org/ ] --------------------------------- Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
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 -- [ Drupal support list | http://lists.drupal.org/ ] _____ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails <http://www.trueswitch.com/yahoo-fr/> vers Yahoo! Mail
Quoting Chocomix <chocomix@giorgionunzi.eu>:
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 <form> 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,
You need to use the full html input filter. Also the user needs access to the full html input filter. Or, you can create another input filter or modify the existing filtered html input filter to add the additional tags you wish to use. Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
participants (4)
-
Chocomix -
Earnie Boyd -
Giorgio Nunzi -
Raf Raf