form['_class']='small'
On 6 Lug, 09:33, rāma <ranjeev...@gmail.com> wrote: > How do I insert attributes ie _class="small" into a custom form tag. > Should look like below at the end of the day. > '<form action="" enctype="multipart/form-data" method="post" > class="small">' > > I didn't find any attribute function in form.custom.begin to insert > the above.