By michalky on
Hi,
I've got an issue.
For example, i submit the following to HTML text field in my node:
form method="get" action="http://www.kqzyfj.com/interactive" target="_blank"
and after clicking on "update" HTML, Drupal changes it to the bellow, dismissing the "blank" target, etc..
form action="http://www.kqzyfj.com/interactive" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="get"
Any idea how to have this fixed so drupal does not touch it ?
THanks!
Michal
Edited by: VM; Moved to appropriate forum
Comments
=-=
what input format is in use?
no input
i am using my input, custom, no html filter, no html correction, etc...
=-=
Not sure why you tagged this thread with two version of drupal. In future consider tagging it with the version of drupal in use.
I might try the php input format provided the phpfilter.module in core for D6.
For D5, the php input format is provided without the enabling of the phpfilter.module.
Therefore, depending on which version of drupal is actually in use, or if you need to test this on two sepearate major installations, you'll need to handle each one differently.
May be something to do with the fact you are bypassing the Forms API with an HTML form.
D6
Thanks,
have fixed it, D6 it is ... php filter? haven't considered it, testing.
awesome
PHP filter woked, not sure why i did not think about it earlier, thanks for the help!