Hi there, Potential change / improvement to SQLFORM.
At present when you do the following:
def user():
form = auth()
form['_class'] = 'mystyle'
return dict(form = form)
user.html
{{= form.custom.begin }}
You get the following output:
<form action="" enctype="multipart/form-data" method="post">
Is it possible to amend this so that the class is output also?
Thanks in advance,
Matt

