[phorm] [Phorm:] Re: SELECT fields

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 6 Jan 2003 13:07:45 -0000

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

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

  MESSAGE:  (#2008) Re: SELECT fields 
            <http://www.phorm.com/support/?rev=2008> 
  AUTHOR:   Holotech 
  DATE:     January 6, 2003 at 8:07 a.m. EST 

  Reply To: (#2001) SELECT fields 
  Author:   Bill 
  Date:     January 4, 2003 at 9:33 p.m. EST 

> I just did my second implementation of PHORM, logging 
> the data into a MYSQL DB. This is the first time I've 
> tried to use a CHECKBOX field allowing multiple 
> entries to the same variable fieldname. It seems that 
> only one entry is making it to the DB and to the 
> response email. Is there something I can do to get all 
> of the multiple selections into the DB? 

Are you using the same name for all of the checkbox fields? If so, it needs to 
be an array, for example: 

<INPUT TYPE=CHECKBOX NAME="Colors[]" 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: SELECT fields