now in web2py every field in the db look like this in the form
Label : [ ]
i’m using the custom form so i removed all labels and i want to show them as transparent bacground in the input and textarea and set the first option to the label in select
here is the customization
<div>{{=form.custom.widget.field}}</div>
i want it to look like this
inputs/textareas:
[ label ]
selects:
[ -- label -- [v]]
For input fields you can use the
placeholderattribute:For your select fields: