Page 1 of 1

user form / multiple values

Posted: Wed Feb 22, 2017 1:51 pm
by mvona
Hi together,
I have to create a form on which the user should choose from 10 possibilities. Multiple value are possible

database :
childattrib set('mondayAM','mondayPM','tuesdayAM','tuesdayPM','wednesdayAM','wednesdayPM','thursdayAM','thursdayPM','fridayAM','fridayPM')

What is the correct type to implement on the form for such a solution. I tried using checkboxes but without success.
Can somebody give me a hint or a short description how I can solve my problem.

Regards
Martin

Re: user form / multiple values

Posted: Wed Feb 22, 2017 8:09 pm
by admin
Martin,

Sounds like a job for a Listbox.. http://wiki.nubuilder.net/nubuilderv3/i ... istbox_Tab

Steven

Re: user form / multiple values

Posted: Thu Feb 23, 2017 1:16 pm
by mvona
Steven,

thanks, I've done using listbox.
choosing one entry 'mondayAM' and saving that entry everything is fine in the database. But choosing for example 2 entries ('mondayAM' 'tuesdayAM') nothing will be saved into the database.
What do I wrong?
Martin

Re: user form / multiple values

Posted: Sat Feb 25, 2017 12:19 am
by admin
Martin,

I have no idea.

What have you tried to do to fix/test it?

Steven