[phorm] [Phorm:] Re: Checkboxes and lists

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 6 Dec 2002 12:54:52 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#1949) Re: Checkboxes and lists 
            <http://www.phorm.com/support/?rev=1949> 
  AUTHOR:   Holotech 
  DATE:     December 6, 2002 at 7:54 a.m. EST 

  Reply To: (#1940) Checkboxes and lists 
  Author:   Nicolas 
  Date:     November 29, 2002 at 2:25 p.m. EST 

> can anybody tell me the simplest way to set up 
> multiple checkboxes that have the same 
> "name" and list with multiple selections 
> allowed and have the values checked|selected mailed? 

Define the fieldS as a PHP array: 

<INPUT TYPE=CHECKBOX NAME="Color[]" VALUE="Red"> 

Then use the ArrayToList function in the FormatLib plugin to convert it to a 
list. 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Re: Checkboxes and lists