Recent Topics

1 Aug 24, 2005 16:59    

Hi
I am making a blog with commercial items in the posts ans I need to put a paypal button in order this to work.
However the formating.php doesn't allow <form>

I tried to add the following lines to the formating.php:

define('E_Flow', 'form' );


and a little lower

'form' = > A_attrs.' input type name method action value alt src border',

but it still gives me all kind of warnings.
The trick to disable the formating does not suit my specific case because of security issues.
I have tried to post a paypal button on a test WP blog and it does that properly.

Does anyone know what to do in the formating.php?

The code for a paypal button is the following

........

or should i post this in feature request?

2 Aug 24, 2005 17:12

Input is it's own tag. It's not an attribute of the form tag.


Form is loading...