Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

user form / multiple values

Post Reply
mvona
Posts: 2
Joined: Mon Jan 16, 2017 11:13 pm

user form / multiple values

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: user form / multiple values

Unread post by admin »

Martin,

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

Steven
mvona
Posts: 2
Joined: Mon Jan 16, 2017 11:13 pm

Re: user form / multiple values

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: user form / multiple values

Unread post by admin »

Martin,

I have no idea.

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

Steven
Post Reply