StratusForms icon indicating copy to clipboard operation
StratusForms copied to clipboard

data-StratusFormsLookup

Open btroop202 opened this issue 7 years ago • 5 comments

Does it only work when the fieldName:'Title'

data-StratusFormsLookup="{listName:'LU_SQUADRON',firstOption:'Select Passcode',fieldName:'Passcode'}"

I have a list that has different fields, and i want to pull back a different column

Thanks, Darrin

btroop202 avatar Aug 08 '18 11:08 btroop202

Is this a just statement or something you have tested and doesn't work?

There are a bunch of additional settings in the statusforms js you can set like sorting

warwickbuilds avatar Aug 08 '18 13:08 warwickbuilds

IT is not working for me, if there are more setting that would be great as well. Thanks

btroop202 avatar Aug 08 '18 14:08 btroop202

It uses the internal field names, so just make sure you are using that and not the display name. now, if some jerk would just get off his butt and write some real documentation for all the settings... :/

mrackley avatar Aug 09 '18 16:08 mrackley

It just shows a empty dropdown data-StratusFormsLookup="{listName:'LU_SQUADRON',firstOption:'Select Passcode',fieldName:'Passcode'}"

But above the same code work fine data-StratusFormsLookup="{listName:'LU_SQUADRON',firstOption:'Select SQUADRON',fieldName:'Title'}"

btroop202 avatar Aug 10 '18 08:08 btroop202

Ok issue was there were blank values so now it is working, but having a issue on filtering it. In this case I have 3 fields Title, codeA, and codeB So I have a select list that has Title, and when that is selected I want another field to display codeA

btroop202 avatar Aug 10 '18 08:08 btroop202