[SOLVED] Form Builder - PullDownFields
Posted: Sat Dec 29, 2007 11:02 am
Hi,
Specifying a value against each option seems to work fine if the values are non-sequential eg 7, 11, 16 but not if they are sequential.
I specified 0,1,2,3 but the values pulled into computed fields and the database are actually 1,2,3,4.
I worked around the problem for now but will try and post a solution once I have more time.
I suspect it is something going wrong in the construction of the array - you can see the html created is wrong.
A.
Specifying a value against each option seems to work fine if the values are non-sequential eg 7, 11, 16 but not if they are sequential.
I specified 0,1,2,3 but the values pulled into computed fields and the database are actually 1,2,3,4.
I worked around the problem for now but will try and post a solution once I have more time.
I suspect it is something going wrong in the construction of the array - you can see the html created is wrong.
A.