I have an SQLForm, and have a dictionary of labels, but they aren't been overriden :
{'fname':'First name: ', 'lname':'Last name : ', 'Published_Datetime':'Date
when you published : '}
here "fname" is the column name in th database.
are there any conditions where the labels I provide won't work ?
--

