This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Description
The request to to add a "url" pair to member and element lists for the dForm plugin. The syntax would be of the format:
"url" : "http://...."
and would be applied as follows:
...
"elements" :
[
{ "url" : "http://example.com/json/element-list.json" }
]
...
In th case of an accordion, the .json file would contain one or more of the following:
{
"caption" : "Customer Information",
"elements" : [ {...} ]
}
In the case of a the .json file would contain:
{
"value", "text",
"value", "text",
"value", "text",
"value", "text"
}
This would allow for truly dynamic forms.
Cheers,
Roy