Populate: Complex Demo
jQuery plugin to populate an HTML form with values, on the client, rather than server-side
Populating a form with complex datatypes
JSON
{ 'name':'Dave Stewart', 'country':['scotland','ireland'], 'contact':['email','phone'] }
Form controls
Name
Country
England
Scotland
Wales
Ireland
Contact Method
Email
Phone
Post