Hello,
I have a need for a form that uses webservice dropdown. Problem is that I first need the use webservice call to get a value to field ID, then I need to populate a list to dropdown using webservice call and add this ID as a parameter to service url field.
Field name: ID
Field type: Webservice Object Referencing Field
Service url = xxxx&Address=[entry._user.urlencode]
Field name: projects
Field type: Webservice Dropdown
Webservice url: xxxxx&id=[entry.ID]
I haven't been able to make this work on dropdown, but on webservice object referencing field it is working.
Is this even possible to accomplish? Any help would be highly appreciated
Thanks, Mac
Hi
At the moment, in ConfiForms, all choice based fields (such as dropdowns, checkbox groups, radio groups, etc) should have the possibility to load ALL the possible values and dont support parameters other fields, other than those available in the context https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties#Accessingfieldvaluesandproperties-Additionalvaluesavailableinthecontext
Some fields support "proxy" mode and that allows you to have "dynamic lookups" based on the values entered by user (Webservice Object Referencing Field and Dynamic Dropdown (Webservice))
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.