yet another request -- reference embedded form w/ presets
I know I've been inundating the forum with feature requests lately, buy yet another one was occurred to me...
It would be helpful to be able to invoke a ZC Form by optionally specifying preset values for any picklist, list, or text field in that Form. For example if a Form field defined in Deluge like this:
must have foo
(
displayname = "Foo"
type = picklist
values = Bar.foo
tooltip = "Select a foo."
)
was accessible via the URL http://creator.zoho.com/myuserid/form/123/
It would be great to be able to call that URL with something like
http://creator.zoho.com/myuserid/form/123?foo_default=apple
And then the resulting call would render the form with "apple" already selected in that picklist.
Thanks.
-pete