[phorm] [Phorm:] Checkboxes and Data Recycling

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 6 Jun 2003 14:29:07 -0000

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

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

  MESSAGE:  (#2794) Checkboxes and Data Recycling 
            <http://www.phorm.com/support/?rev=2794> 
  AUTHOR:   Martin Wisneski 
  DATE:     June 6, 2003 at 10:29 a.m. EST 

I've been struggling with a checkbox problem on most of my forms and can use 
some guidance. For an example of the problem see 
http://washburnlaw.edu/formtest/ 

If a user hits Submit before completing all required fields, the data is 
recycled to the error page. Although no checkboxes are selected on the initial 
page, most of the checkboxes are checked on the error page (except for the 
final box). Below is a snippet of the code used in the 'Applications Accepted 
Via' section: 

<input type="checkbox" name="PosAppsViaMail"> Mail 
&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PosAppsViaPhone"> Phone 
&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PosAppsViaEmail"> Email 
&nbsp;&nbsp;&nbsp;<input type="checkbox" name="PosAppsViaFax"> Fax 

Note I am using a different name for each checkbox instead of an array and the 
ArrayToList function. I also am not assigning values as part of the <input> 
tag because my understanding of forms is the box is either on or off; even 
when I do something like value="Yes" the same problem occurs. 

I am processing this form with Phorm 3.0.5. What am I overlooking? (Thanks in 
advance.) 

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

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:] Checkboxes and Data Recycling