formfields.com Forum Index formfields.com
FORMfields Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How Do I Manually Insert Choices Into a MultipleListField?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    formfields.com Forum Index -> FF 2.X - Frequently Asked Questions (FAQs)
View previous topic :: View next topic  
Author Message
formfields



Joined: 01 Aug 2005
Posts: 465

PostPosted: Sat Jan 07, 2006 6:53 pm    Post subject: How Do I Manually Insert Choices Into a MultipleListField? Reply with quote

"My client has a category list that is over 150 categories and each exhibitor will have several categories to select. I thought the best option might be the multiplelist field but when I put the categories in it either crashes my browser or tells me that I must fix the "entry per line" and shows a negative number for the characters.

Is there a better option for this or can I change the 'entry per line" characters limit?"

I suggest you do the following:
1. Create a form with a MultipleListField using a couple "dummy" choices.
2. Edit the form manually and add your choices. Your MultipleListField should become somthing like:
$opts =
array(
"Choice1",
"Choice2",
"Choice3",
"Choice4"
);
$formBean->addField(new MultipleListField("mult_list",
"Multiple List Field",
REQUIRED, $opts,
$opts,
"[Select at Least One]", 10));
3. If you are using a database with this form, use PHPMyAdmin to change the type of your table's mult_list attribute so that it becomes a varchar of size say 255. This size should be greater than that of your longest choice.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    formfields.com Forum Index -> FF 2.X - Frequently Asked Questions (FAQs) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group