Convert incoming data model to allow for multiple assertions on each attribute. This will allow for all info from a record or person to be pulled, such as multiple names or multiple spouses.
Each input will have to be converted into a combobox: hybrid between dropdown and a regular text field. This allows for selecting scraped values as well as custom values.
jQuery UI has some example code for creating a combobox. Because jQuery UI allows for downloading only certain components, the CSS and JS combined would be smaller than jQuery itself.
Convert incoming data model to allow for multiple assertions on each attribute. This will allow for all info from a record or person to be pulled, such as multiple names or multiple spouses.
Each input will have to be converted into a combobox: hybrid between dropdown and a regular text field. This allows for selecting scraped values as well as custom values.
jQuery UI has some example code for creating a combobox. Because jQuery UI allows for downloading only certain components, the CSS and JS combined would be smaller than jQuery itself.