How do you link a form field to a choicebox selection so that the field's value is set by the information referenced by the ID of the choicebox selection? I have a choicebox in a custom list form which is bound to a "Client" list which contains client names, IDs, reference numbers, addresses, etc. The choicebox displays the client name and has the selected value set to ID. I would then like to query the Client list by the selected ID to populate form fields with Client Name, Client Address, Client Phone, etc. Is there a way to do this without using custom code? I am using SharePoint 2010, SharePoint Designer 2010 and InfoPath for the forms.
相关问题
- Laravel Option Select - Default Issue
- HTML form is not sending $_POST values
- How to use Control.FromHandle?
- C# how to invoke a field initializer using reflect
- Sharepoint multiple connections to a web parts
相关文章
- Show a different value from an input that what wil
- How can I detect/watch “dirty-status” of an angula
- Factor Clojure code setting many different fields
- Why form submit opens new window/tab?
- Setting Angular 2 FormArray value in ReactiveForm?
- Rails: Using form fields that are unassociated wit
- How to get the “value” of a FilteringSelect <se
- How To Get The Value Of Header In CSV
I have a feeling this is not supported, but I was able to get this working by creating fields as follows in the schema.xml of my custom list template:
Note, Client Name, Client Address, Client Phone will not be editable and rich text/multiline fields do not work.