StratusForms icon indicating copy to clipboard operation
StratusForms copied to clipboard

StratusFormsLookup doesn't write into tables

Open marciii opened this issue 7 years ago • 1 comments

Hey, first of all: great work! However i have a problem: when I use sth like: <select id="customer" class="form-control" data-StratusFormsLookup="{listName:'customer',firstOption:'select customer' ,fieldName:'Title'}"></select> The dropdown menu includes the entries that exist in the table. But when I submit the form, the column in which I create the new entry is empty. Is it even possible to create an entry into the selected list which references to the Lookup-List? I also faced this issue when I tried to run your Timesheet-example. Everything works fine, except: In the Time-table the column "Project" remains empty - no matter if I chose "lookup" or "single text".

Furthermore in the JSON column the key and value are included, I'm confused...

Thanks!

marciii avatar Jun 05 '18 14:06 marciii

Good day, Look at this: https://github.com/mrackley/StratusForms/issues/22

I was able to take the value in the JSON and using workflows create the linked list

btroop202 avatar Aug 21 '18 14:08 btroop202