Populate: Hierarchal Demo
jQuery plugin to populate an HTML form with values, on the client, rather than server-side
Populating a hierarchically-named form with hierarchical JSON data
JSON
{ personal:{ first_name:'Dave', last_name:'Stewart', country:'england' }, contact:{ email:'dave@davestewart', phone:'020 0000 0000', method:'phone' } }
Form controls
Personal
First Name
Last Name
Country
Select...
- - - - - - - - - - - - - - - - - - - - - -
England
Scotland
Wales
Ireland
Contact
Email
Phone
Prefered
Email
Phone