I think I've got a select box worked out pretty well. There's a few more bugs I want to work out, but for the most part it's pretty solid.
Here's sort of what you have to do, although I'm just going to upload the select box js and css files.
Add those 2 files to the header of your html file.
<link type="text/css" href="css/jquery.formbuilder.select.css" media="screen" rel="stylesheet" />
<script type="text/javascript" src="js/jquery.formbuilder.select.js"></script>
On line 17 of jquery.formbuilder.core.js, change fields to say: fields: 'PlainText, SingleLineText, Select',
I believe this is all I had to do. I added some js that removes options, allows for multiples etc. Let me know if you need a hand with it.
On Tuesday, July 23, 2013 7:08:22 AM UTC-4, satish chukka wrote: