Radio and Selected default values

131 views
Skip to first unread message

David Ferreira

unread,
Jun 14, 2013, 10:25:00 AM6/14/13
to jquery-form-b...@googlegroups.com
I have one bug here, and I need some suggestions to fix this.
When I build a form with select or radio group, and I choose one for default, I have this result: 2 Options selected in select.

<select name="data[Forms2][dropdown_list]" id="dropdown_list" class="valid">
     <option value="Dropdown List 1">Dropdown List 1</option>
     <option value="Dropdown List 2" selected="selected">Dropdown List 2</option>
     <option value="Dropdown List 3">Dropdown List 3</option>
     <option value="Dropdown List 4">Dropdown List 4</option>
     <option value="Dropdown List 5" selected="selected">Dropdown List 5</option>
     <option value="Dropdown List 6">Dropdown List 6</option>
</select>

Prabhu ST

unread,
Jun 18, 2013, 12:50:34 AM6/18/13
to jquery-form-b...@googlegroups.com
Hi David Ferreira,

Please the guide at http://code.google.com/p/jquery-form-builder-plugin/wiki/HowToCreateNewField

Existing "Single Line Text" and "Plain Text" fields are very good example on how a field being created.
Reply all
Reply to author
Forward
0 new messages