A client has a form which is filled out and submitted by visitors and was
working pretty well.

A new anti-virus software install is now attaching a few lines to the bottom
of the received form from the web site stating ie "No Virus found in this
incoming message." plus additional data about the virus protection program,
date, time,etc.

The last data entry field on the form was a comments firld.

I tried to add an additional field on the end called 'EOF' pre-loaded with
"eofeofeof" so my import program can ignore everything after the 'EOF'
field. The data in the EOF field is made invisible by masking the font
color.

The comments field keeps showing up last no matter how I arrange things.

How do I specify the absolute order that these fields are sent?

Thanks,

Doug Sanders

Re: Data order on response form by Stefan

Stefan
Wed Mar 12 03:09:38 CDT 2008

1) The addition to the bottom of the messages has nothing to do with the sender of the email
- it is added by his anti-virus software on receipt of the email
2) All textarea fields are always added to the end of all forms
- you can't change that unless you use server side scripting to send the form

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Doug Sanders" <DougSix@earthlink.net> wrote in message news:13ten7ap98akf71@corp.supernews.com...
|A client has a form which is filled out and submitted by visitors and was
| working pretty well.
|
| A new anti-virus software install is now attaching a few lines to the bottom
| of the received form from the web site stating ie "No Virus found in this
| incoming message." plus additional data about the virus protection program,
| date, time,etc.
|
| The last data entry field on the form was a comments firld.
|
| I tried to add an additional field on the end called 'EOF' pre-loaded with
| "eofeofeof" so my import program can ignore everything after the 'EOF'
| field. The data in the EOF field is made invisible by masking the font
| color.
|
| The comments field keeps showing up last no matter how I arrange things.
|
| How do I specify the absolute order that these fields are sent?
|
| Thanks,
|
| Doug Sanders
|
|
|



Re: Data order on response form by Kathleen

Kathleen
Wed Mar 12 09:28:31 CDT 2008

Can't you disable that option in the antivirus program?

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others






"Doug Sanders" <DougSix@earthlink.net> wrote in message
news:13ten7ap98akf71@corp.supernews.com...
>A client has a form which is filled out and submitted by visitors and was
> working pretty well.
>
> A new anti-virus software install is now attaching a few lines to the
> bottom
> of the received form from the web site stating ie "No Virus found in this
> incoming message." plus additional data about the virus protection
> program,
> date, time,etc.
>
> The last data entry field on the form was a comments firld.
>
> I tried to add an additional field on the end called 'EOF' pre-loaded with
> "eofeofeof" so my import program can ignore everything after the 'EOF'
> field. The data in the EOF field is made invisible by masking the font
> color.
>
> The comments field keeps showing up last no matter how I arrange things.
>
> How do I specify the absolute order that these fields are sent?
>
> Thanks,
>
> Doug Sanders
>
>
>



Re: Data order on response form by Doug

Doug
Wed Mar 12 19:16:29 CDT 2008

Thank ou for your response.

I understand the addition to the message is happening on the receiving side.

Is there a way to append a text string, ie "eofeofeof" onto the comments
field so I can detect the end of that field and ignore all that follows?


Thanks,

Doug Sanders


"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
news:OJj71iBhIHA.4196@TK2MSFTNGP04.phx.gbl...
> 1) The addition to the bottom of the messages has nothing to do with the
sender of the email
> - it is added by his anti-virus software on receipt of the email
> 2) All textarea fields are always added to the end of all forms
> - you can't change that unless you use server side scripting to send the
form
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> _____________________________________________
>
>
> "Doug Sanders" <DougSix@earthlink.net> wrote in message
news:13ten7ap98akf71@corp.supernews.com...
> |A client has a form which is filled out and submitted by visitors and was
> | working pretty well.
> |
> | A new anti-virus software install is now attaching a few lines to the
bottom
> | of the received form from the web site stating ie "No Virus found in
this
> | incoming message." plus additional data about the virus protection
program,
> | date, time,etc.
> |
> | The last data entry field on the form was a comments firld.
> |
> | I tried to add an additional field on the end called 'EOF' pre-loaded
with
> | "eofeofeof" so my import program can ignore everything after the 'EOF'
> | field. The data in the EOF field is made invisible by masking the font
> | color.
> |
> | The comments field keeps showing up last no matter how I arrange things.
> |
> | How do I specify the absolute order that these fields are sent?
> |
> | Thanks,
> |
> | Doug Sanders
> |
> |
> |
>
>



Re: Data order on response form by Doug

Doug
Wed Mar 12 19:13:01 CDT 2008

Thanks for your response.

I don't know if that option is available, but I would like a way to
terminate the response form in a controlled way so I can create solution
that will work for any anti-virus or what ever can be appended.

Thanks

Doug Sanders


"Kathleen Anderson" <spiderwebwoman@mvps.org> wrote in message
news:efOFk0EhIHA.3916@TK2MSFTNGP02.phx.gbl...
> Can't you disable that option in the antivirus program?
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
> FrontPage Resources: http://www.spiderwebwoman.com/resources/
> Please reply to the newsgroup for the benefit of others
>
>
>
>
>
>
> "Doug Sanders" <DougSix@earthlink.net> wrote in message
> news:13ten7ap98akf71@corp.supernews.com...
> >A client has a form which is filled out and submitted by visitors and was
> > working pretty well.
> >
> > A new anti-virus software install is now attaching a few lines to the
> > bottom
> > of the received form from the web site stating ie "No Virus found in
this
> > incoming message." plus additional data about the virus protection
> > program,
> > date, time,etc.
> >
> > The last data entry field on the form was a comments firld.
> >
> > I tried to add an additional field on the end called 'EOF' pre-loaded
with
> > "eofeofeof" so my import program can ignore everything after the 'EOF'
> > field. The data in the EOF field is made invisible by masking the font
> > color.
> >
> > The comments field keeps showing up last no matter how I arrange things.
> >
> > How do I specify the absolute order that these fields are sent?
> >
> > Thanks,
> >
> > Doug Sanders
> >
> >
> >
>
>