I want to add a date field for just Month/Year, but the builtin date field doesn't allow this. So I created a custom field to display 2 drop downs (side by side) for Month and Year, but only one gets saved to the database. Is there some caveat to having numerous fields within a single custom field?
Additionally, as a workaround, I was thinking of just creating 2 drop down fields and using styling to place them on the same horizontal line, but because of the segmented nature of the questions, I'm not sure this is possible with pure css.
Any suggestions?
Also.. is there any easy way to obtain the results of the form programmatically? I can query the database and parse the string in the 'sdata' field, but it seems there is likely a better way to accomplish this.
|