Board index » Web Programming » Form results

Form results

Web Programming315
This is a multi-part message in MIME format.



------=_NextPart_000_0033_01C38830.D2E2EA00

Content-Type: text/plain;

charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



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: fred@finecats.co.uk

ResortVisited: Tenerife

DateVisited: 01/07/03

Duration: 14

TourOperator: self

Airline: Air 2000

Hotel_Apartment: Mirebbela

Picture1: www.book-holidays-direct.com/Daisy's A 9 =

weeks.jpg

Picture2: =20

enter_competition:=20

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





------=_NextPart_000_0033_01C38830.D2E2EA00

Content-Type: text/html;

charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD>

<META http-equiv=3DContent-Type content=3D"text/html; =

charset=3Diso-8859-1">

<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>

<STYLE></STYLE>

</HEAD>

<BODY bgColor=3D#ffffff>

<DIV><FONT face=3DArial size=3D2>BTW I use FP2002 and Windows =

ME.</FONT></DIV>

<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>

<DIV><FONT face=3DArial size=3D2>When I receive a form back most of the =

fields are=20

correct apart from ones that relate information given in either and =

address box=20

or comments box. I've included a sample below:</FONT></DIV>

<DIV><FONT face=3DArial=20

size=3D2>----------------------------------------------------------------=

-------------------------------</FONT></DIV>

<DIV>UserName:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mr =

Fred=20

Test<BR>UserEmail:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A=20

href=3D"mailto:fred@finecats.co.uk">fred@finecats.co.uk</A><BR>ResortVisi=

ted:&nbsp;&nbsp;&nbsp;&nbsp;=20

Tenerife<BR>DateVisited:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20

01/07/03<BR>Duration:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=

p;=20

14<BR>TourOperator:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20

self<BR>Airline:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=

sp; Air=20

2000<BR>Hotel_Apartment:&nbsp;&nbsp;=20

Mirebbela<BR>Picture1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=

sp; <A=20

href=3D"www.book-holidays-direct.com/Daisy's">www.book-holi=

days-direct.com/Daisy's</A>=20

A 9 =

weeks.jpg<BR>Picture2:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=

sp;=20

<BR>enter_competition:=20

<BR>B1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=

&nbsp;&nbsp;&nbsp;&nbsp;=20

Submit<BR>Remote Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20

195.92.168.165<BR>Remote User:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20

CHEETAH\bookhols<BR>HTTP User Agent:&nbsp;&nbsp; Mozilla/4.0 =

(compatible; MSIE=20

5.5; Windows 98; Win 9x=20

4.90)<BR>Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=

;&nbsp;&nbsp;&nbsp;=20

01-10-2003<BR><BR>UserAddress:<BR><BR>12 gfgfdh&nbsp;=20

hdhd<BR>gdfdhh<BR><BR>Report:<BR><BR>crap test with pic<BR><FONT =

face=3DArial=20

size=3D2>----------------------------------------------------------------=

--------------</FONT></DIV>

<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>

<DIV><FONT face=3DArial size=3D2>Upon receipt of the form I use Mailloop =

5.0 to=20

process the information but it won't read the UserAddress: or the =

Report: as=20

there is a space. Does anyone know of a way around this problem as my =

ISP hasn't=20

a clue, which makes two of us.</FONT></DIV>

<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>

<DIV><FONT face=3DArial size=3D2>Thanks in anticipation of any kind =

help. I think=20

this list is great.</FONT></DIV>

<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>

<DIV><FONT face=3DArial size=3D2>Fred</FONT></DIV>

<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>



------=_NextPart_000_0033_01C38830.D2E2EA00--


-
 

Re:Form results

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



--



_____________________________________________

SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]

"Warning - Using the F1 Key will not break anything!" (-;

To find the best Newsgroup for FrontPage support see:

www.net-sites.com/sitebuilder/newsgroups.asp">www.net-sites.com/sitebuilder/newsgroups.asp

_____________________________________________





"Fred" <frederick@linden-wyatt.freeserve.co.uk>wrote in message news:eior%23eCiDHA.2400@TK2MSFTNGP11.phx.gbl...

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: fred@finecats.co.uk

ResortVisited: Tenerife

DateVisited: 01/07/03

Duration: 14

TourOperator: self

Airline: Air 2000

Hotel_Apartment: Mirebbela

Picture1: www.book-holidays-direct.com/Daisy's">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







-