Form results

F

Fred

BTW I use FP2002 and Windows ME.

When I receive a form back most of the fields are correct apart from ones that relate information given in either and address box or comments box. I've included a sample below:
-----------------------------------------------------------------------------------------------
UserName: Mr Fred Test
UserEmail: (e-mail address removed)
ResortVisited: Tenerife
DateVisited: 01/07/03
Duration: 14
TourOperator: self
Airline: Air 2000
Hotel_Apartment: Mirebbela
Picture1: http://www.book-holidays-direct.com/Daisy's A 9 weeks.jpg
Picture2:
enter_competition:
B1: Submit
Remote Name: 195.92.168.165
Remote User: CHEETAH\bookhols
HTTP User Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
Date: 01-10-2003

UserAddress:

12 gfgfdh hdhd
gdfdhh

Report:

crap test with pic
------------------------------------------------------------------------------

Upon receipt of the form I use Mailloop 5.0 to process the information but it won't read the UserAddress: or the Report: as there is a space. Does anyone know of a way around this problem as my ISP hasn't a clue, which makes two of us.

Thanks in anticipation of any kind help. I think this list is great.

Fred
 
S

Stefan B Rusynko

You can't change the way the FP forms handler sends forms

All text boxes will be at the end and will usually be a problem for any structured "database" type reader because of the cr/lf in
the text

- convert all fields to input boxes
(set up address1, address2, city, state, zip, etc and limit comments to a single line)
- use an ASP or PHP solution for custom forms / formatting




BTW I use FP2002 and Windows ME.

When I receive a form back most of the fields are correct apart from ones that relate information given in either and address box or
comments box. I've included a sample below:
-----------------------------------------------------------------------------------------------
UserName: Mr Fred Test
UserEmail: (e-mail address removed)
ResortVisited: Tenerife
DateVisited: 01/07/03
Duration: 14
TourOperator: self
Airline: Air 2000
Hotel_Apartment: Mirebbela
Picture1: http://www.book-holidays-direct.com/Daisy's A 9 weeks.jpg
Picture2:
enter_competition:
B1: Submit
Remote Name: 195.92.168.165
Remote User: CHEETAH\bookhols
HTTP User Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
Date: 01-10-2003

UserAddress:

12 gfgfdh hdhd
gdfdhh

Report:

crap test with pic
------------------------------------------------------------------------------

Upon receipt of the form I use Mailloop 5.0 to process the information but it won't read the UserAddress: or the Report: as there is
a space. Does anyone know of a way around this problem as my ISP hasn't a clue, which makes two of us.

Thanks in anticipation of any kind help. I think this list is great.

Fred
 
Top