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
Mark Nenadov wrote at 2003-5-20 19:43 -0400:
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.
An obvious bug in "Formulator"... Dieter
participants (2)
-
Dieter Maurer -
Mark Nenadov