20 May
2003
20 May
'03
11:43 p.m.
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