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
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
user form / multiple values
Re: user form / multiple values
Martin,
Sounds like a job for a Listbox.. http://wiki.nubuilder.net/nubuilderv3/i ... istbox_Tab
Steven
Sounds like a job for a Listbox.. http://wiki.nubuilder.net/nubuilderv3/i ... istbox_Tab
Steven
-
- Posts: 2
- Joined: Mon Jan 16, 2017 11:13 pm
Re: user form / multiple values
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
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
Martin,
I have no idea.
What have you tried to do to fix/test it?
Steven
I have no idea.
What have you tried to do to fix/test it?
Steven