[Zope] formulator form.header() problem
Mark Nenadov
mark@freelance-developer.com
20 May 2003 19:43:17 -0400
Hello all,
I'm making a form with the latest version of Formulator.
When I call form.header() it gives me a "mutilated" form header like so:
<form enctype="multipart/form-data" method="POST"
name="add_vehicle_form" action="addVehicleMethod
enctype="multipart/form-data">" >
It doesn't put the last quote after my action and it adds the enctype
line again. This obviously causes problems. I've confirmed that I didn't
make any mistakes in the form settings
I'm using Zope 2.6.1 and Formulator 1.4.0. I'd appreciate any feedback.
~Mark