Frontpage and Forms/Email

A

Anthony

I have a form set up on my website. Its used for customers to request
items which they are storing with us. What i want to be able to do is
configure the way the email looks when we recieve the results from the
form. At present they return to us in a HTML list. I know you can
change the format of the email in properties, but none of them are
what we want. It would be ideal if they were emailed to us in a table
format.

Another question, I have set the reply address to be the address which
the client enters on the form. However, when i use the message rules
in Outlook, it does not send it back to the reply address, but to the
address where the form was sent from [my domain host]. It works if i
open the email and press reply, but not when the message is handled by
the Message rule.

I do hope someone can help me.

Regards,
Anthony
 
C

Chris Leeds, MVP-FrontPage

to do what you want you're going to have to do, or have done, a little
custom form handler programming.

do you know what kind of server side scripting you've got on your server?
i.e. PHP, ASP, etc?

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 
J

Jack Brewster

Another alternative would be to see if your web host has any form processing
scripts available on the server. Sometimes they can have solutions in place
that you can use without knowing any programming. Not a guarantee, but
worth checking.

--
Jack Brewster
FrontPage MVP
www.maxgeek.com

Chris Leeds said:
to do what you want you're going to have to do, or have done, a little
custom form handler programming.

do you know what kind of server side scripting you've got on your server?
i.e. PHP, ASP, etc?

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
Anthony said:
I have a form set up on my website. Its used for customers to request
items which they are storing with us. What i want to be able to do is
configure the way the email looks when we recieve the results from the
form. At present they return to us in a HTML list. I know you can
change the format of the email in properties, but none of them are
what we want. It would be ideal if they were emailed to us in a table
format.

Another question, I have set the reply address to be the address which
the client enters on the form. However, when i use the message rules
in Outlook, it does not send it back to the reply address, but to the
address where the form was sent from [my domain host]. It works if i
open the email and press reply, but not when the message is handled by
the Message rule.

I do hope someone can help me.

Regards,
Anthony
 
C

Chris Leeds, MVP-FrontPage

If not there are some nice form making scripts. I've been looking at (but
not needing) http://cluxa.com/ Looks nice. I wonder if anyone has tried it.

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
Jack Brewster said:
Another alternative would be to see if your web host has any form processing
scripts available on the server. Sometimes they can have solutions in place
that you can use without knowing any programming. Not a guarantee, but
worth checking.

--
Jack Brewster
FrontPage MVP
www.maxgeek.com

Chris Leeds said:
to do what you want you're going to have to do, or have done, a little
custom form handler programming.

do you know what kind of server side scripting you've got on your server?
i.e. PHP, ASP, etc?

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
Anthony said:
I have a form set up on my website. Its used for customers to request
items which they are storing with us. What i want to be able to do is
configure the way the email looks when we recieve the results from the
form. At present they return to us in a HTML list. I know you can
change the format of the email in properties, but none of them are
what we want. It would be ideal if they were emailed to us in a table
format.

Another question, I have set the reply address to be the address which
the client enters on the form. However, when i use the message rules
in Outlook, it does not send it back to the reply address, but to the
address where the form was sent from [my domain host]. It works if i
open the email and press reply, but not when the message is handled by
the Message rule.

I do hope someone can help me.

Regards,
Anthony
 
D

Don

Just a thought...

Make your form into a PDF file (most everyone has acrobat reader)

Then when it opens have them fill it out and e-mail it back to you.
File>email This will put it as an attachment to the E-Mail

If this is just a one time thing I am sure you can fid someone to make the
PDF for you.:cool:
Do you have a sample? URL?

HTH

Don
=======================
|I have a form set up on my website. Its used for customers to request
| items which they are storing with us. What i want to be able to do is
| configure the way the email looks when we recieve the results from the
| form. At present they return to us in a HTML list. I know you can
| change the format of the email in properties, but none of them are
| what we want. It would be ideal if they were emailed to us in a table
| format.
|
| Another question, I have set the reply address to be the address which
| the client enters on the form. However, when i use the message rules
| in Outlook, it does not send it back to the reply address, but to the
| address where the form was sent from [my domain host]. It works if i
| open the email and press reply, but not when the message is handled by
| the Message rule.
|
| I do hope someone can help me.
|
| Regards,
| Anthony
 
C

Chris Leeds, MVP-FrontPage

Don,
Is that just Acrobat 6? I've been fiddling with my copy of CS and noticed
there were some "enhancements" to Acrobat, with that being one of them. I'm
unsure if it's just a "tweak" to an preexisting capability or a new
capability for 6.

TIA

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 
D

Don

All I have is Acrobat 6 so I really don't know if this is an enhancement

If I make a PDF file from a form with drop-down's, text fields, Radio
buttons, and Check boxes it gets them all... AND they work just as if it
were a web page. (Links work too)

Now where the problem comes is you can not save the filled in form (using
just the reader)... But you can E-Mail it or Print it (If the permissions
are set right on the master PDF.)

I got it for one site (real-estate listings) so that when someone downloaded
the file it was exactly the way (format wise) it was laid out. That company
might not know it but it was in their bill for the software..... (under
other tools needed?)

Don
====================
| Don,
| Is that just Acrobat 6? I've been fiddling with my copy of CS and
noticed
| there were some "enhancements" to Acrobat, with that being one of them.
I'm
| unsure if it's just a "tweak" to an preexisting capability or a new
| capability for 6.
|
| TIA
|
| --
| Chris Leeds,
| Microsoft MVP-FrontPage
|
| Make More Money with Less Work
| Let Your Clients Control Their Content With Just A Browser!
| http://contentseed.com/
| --
| | > Just a thought...
| >
| > Make your form into a PDF file (most everyone has acrobat reader)
| >
| > Then when it opens have them fill it out and e-mail it back to you.
| > File>email This will put it as an attachment to the E-Mail
| >
| > If this is just a one time thing I am sure you can fid someone to make
the
| > PDF for you.:cool:
| > Do you have a sample? URL?
| >
| > HTH
| >
| > Don
| > =======================
| > | > |I have a form set up on my website. Its used for customers to request
| > | items which they are storing with us. What i want to be able to do is
| > | configure the way the email looks when we recieve the results from the
| > | form. At present they return to us in a HTML list. I know you can
| > | change the format of the email in properties, but none of them are
| > | what we want. It would be ideal if they were emailed to us in a table
| > | format.
| > |
| > | Another question, I have set the reply address to be the address which
| > | the client enters on the form. However, when i use the message rules
| > | in Outlook, it does not send it back to the reply address, but to the
| > | address where the form was sent from [my domain host]. It works if i
| > | open the email and press reply, but not when the message is handled by
| > | the Message rule.
| > |
| > | I do hope someone can help me.
| > |
| > | Regards,
| > | Anthony
| >
| >
|
|
 
C

Chris Leeds, MVP-FrontPage

I'm currently interested in but unable to find the time to explore the full
abilities of AA6. you're supposed to be able to do "scripting", put rolling
video into the PDF, and all kinds of stuff. I've found it to be a fairly
good alternative to a PowerPoint for the web by doing all pages in landscape
arrangement, then setting the PDF to open "full screen", or "kiosk". it's
kind of startling the first time a PDF opens like that and automatically
advances. the "transitions" are very ugly though. I just _can't_ use them.
;-)

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
Don said:
All I have is Acrobat 6 so I really don't know if this is an enhancement

If I make a PDF file from a form with drop-down's, text fields, Radio
buttons, and Check boxes it gets them all... AND they work just as if it
were a web page. (Links work too)

Now where the problem comes is you can not save the filled in form (using
just the reader)... But you can E-Mail it or Print it (If the permissions
are set right on the master PDF.)

I got it for one site (real-estate listings) so that when someone downloaded
the file it was exactly the way (format wise) it was laid out. That company
might not know it but it was in their bill for the software..... (under
other tools needed?)

Don
====================
| Don,
| Is that just Acrobat 6? I've been fiddling with my copy of CS and
noticed
| there were some "enhancements" to Acrobat, with that being one of them.
I'm
| unsure if it's just a "tweak" to an preexisting capability or a new
| capability for 6.
|
| TIA
|
| --
| Chris Leeds,
| Microsoft MVP-FrontPage
|
| Make More Money with Less Work
| Let Your Clients Control Their Content With Just A Browser!
| http://contentseed.com/
| --
| | > Just a thought...
| >
| > Make your form into a PDF file (most everyone has acrobat reader)
| >
| > Then when it opens have them fill it out and e-mail it back to you.
| > File>email This will put it as an attachment to the E-Mail
| >
| > If this is just a one time thing I am sure you can fid someone to make
the
| > PDF for you.:cool:
| > Do you have a sample? URL?
| >
| > HTH
| >
| > Don
| > =======================
| > | > |I have a form set up on my website. Its used for customers to request
| > | items which they are storing with us. What i want to be able to do is
| > | configure the way the email looks when we recieve the results from the
| > | form. At present they return to us in a HTML list. I know you can
| > | change the format of the email in properties, but none of them are
| > | what we want. It would be ideal if they were emailed to us in a table
| > | format.
| > |
| > | Another question, I have set the reply address to be the address which
| > | the client enters on the form. However, when i use the message rules
| > | in Outlook, it does not send it back to the reply address, but to the
| > | address where the form was sent from [my domain host]. It works if i
| > | open the email and press reply, but not when the message is handled by
| > | the Message rule.
| > |
| > | I do hope someone can help me.
| > |
| > | Regards,
| > | Anthony
| >
| >
|
|
 
D

Don

Hi Chris,

I sure hop you have high speed or you might shoot me for this...

You've got mail and it's large... (Sample pdf)

Don
=======================
| I'm currently interested in but unable to find the time to explore the
full
| abilities of AA6. you're supposed to be able to do "scripting", put
rolling
| video into the PDF, and all kinds of stuff. I've found it to be a fairly
| good alternative to a PowerPoint for the web by doing all pages in
landscape
| arrangement, then setting the PDF to open "full screen", or "kiosk". it's
| kind of startling the first time a PDF opens like that and automatically
| advances. the "transitions" are very ugly though. I just _can't_ use
them.
| ;-)
|
| --
| Chris Leeds,
| Microsoft MVP-FrontPage
|
| Make More Money with Less Work
| Let Your Clients Control Their Content With Just A Browser!
| http://contentseed.com/
| --
| | > All I have is Acrobat 6 so I really don't know if this is an enhancement
| >
| > If I make a PDF file from a form with drop-down's, text fields, Radio
| > buttons, and Check boxes it gets them all... AND they work just as if
it
| > were a web page. (Links work too)
| >
| > Now where the problem comes is you can not save the filled in form
(using
| > just the reader)... But you can E-Mail it or Print it (If the
permissions
| > are set right on the master PDF.)
| >
| > I got it for one site (real-estate listings) so that when someone
| downloaded
| > the file it was exactly the way (format wise) it was laid out. That
| company
| > might not know it but it was in their bill for the software..... (under
| > other tools needed?)
| >
| > Don
| > ====================
| > | > | Don,
| > | Is that just Acrobat 6? I've been fiddling with my copy of CS and
| > noticed
| > | there were some "enhancements" to Acrobat, with that being one of
them.
| > I'm
| > | unsure if it's just a "tweak" to an preexisting capability or a new
| > | capability for 6.
| > |
| > | TIA
| > |
| > | --
| > | Chris Leeds,
| > | Microsoft MVP-FrontPage
| > |
| > | Make More Money with Less Work
| > | Let Your Clients Control Their Content With Just A Browser!
| > | http://contentseed.com/
| > | --
| > | | > | > Just a thought...
| > | >
| > | > Make your form into a PDF file (most everyone has acrobat reader)
| > | >
| > | > Then when it opens have them fill it out and e-mail it back to you.
| > | > File>email This will put it as an attachment to the E-Mail
| > | >
| > | > If this is just a one time thing I am sure you can fid someone to
make
| > the
| > | > PDF for you.:cool:
| > | > Do you have a sample? URL?
| > | >
| > | > HTH
| > | >
| > | > Don
| > | > =======================
| > | > | > | > |I have a form set up on my website. Its used for customers to
| request
| > | > | items which they are storing with us. What i want to be able to
do
| is
| > | > | configure the way the email looks when we recieve the results from
| the
| > | > | form. At present they return to us in a HTML list. I know you
can
| > | > | change the format of the email in properties, but none of them are
| > | > | what we want. It would be ideal if they were emailed to us in a
| table
| > | > | format.
| > | > |
| > | > | Another question, I have set the reply address to be the address
| which
| > | > | the client enters on the form. However, when i use the message
| rules
| > | > | in Outlook, it does not send it back to the reply address, but to
| the
| > | > | address where the form was sent from [my domain host]. It works
if
| i
| > | > | open the email and press reply, but not when the message is
handled
| by
| > | > | the Message rule.
| > | > |
| > | > | I do hope someone can help me.
| > | > |
| > | > | Regards,
| > | > | Anthony
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
T

Tom Pepper Willett

Did you ask Chris for permission to send him the large file?

Tom
| Hi Chris,
|
| I sure hop you have high speed or you might shoot me for this...
|
| You've got mail and it's large... (Sample pdf)
|
| Don
| =======================
| | | I'm currently interested in but unable to find the time to explore the
| full
| | abilities of AA6. you're supposed to be able to do "scripting", put
| rolling
| | video into the PDF, and all kinds of stuff. I've found it to be a
fairly
| | good alternative to a PowerPoint for the web by doing all pages in
| landscape
| | arrangement, then setting the PDF to open "full screen", or "kiosk".
it's
| | kind of startling the first time a PDF opens like that and automatically
| | advances. the "transitions" are very ugly though. I just _can't_ use
| them.
| | ;-)
| |
| | --
| | Chris Leeds,
| | Microsoft MVP-FrontPage
| |
| | Make More Money with Less Work
| | Let Your Clients Control Their Content With Just A Browser!
| | http://contentseed.com/
| | --
| | | | > All I have is Acrobat 6 so I really don't know if this is an
enhancement
| | >
| | > If I make a PDF file from a form with drop-down's, text fields, Radio
| | > buttons, and Check boxes it gets them all... AND they work just as if
| it
| | > were a web page. (Links work too)
| | >
| | > Now where the problem comes is you can not save the filled in form
| (using
| | > just the reader)... But you can E-Mail it or Print it (If the
| permissions
| | > are set right on the master PDF.)
| | >
| | > I got it for one site (real-estate listings) so that when someone
| | downloaded
| | > the file it was exactly the way (format wise) it was laid out. That
| | company
| | > might not know it but it was in their bill for the software.....
(under
| | > other tools needed?)
| | >
| | > Don
| | > ====================
| | > | | > | Don,
| | > | Is that just Acrobat 6? I've been fiddling with my copy of CS and
| | > noticed
| | > | there were some "enhancements" to Acrobat, with that being one of
| them.
| | > I'm
| | > | unsure if it's just a "tweak" to an preexisting capability or a new
| | > | capability for 6.
| | > |
| | > | TIA
| | > |
| | > | --
| | > | Chris Leeds,
| | > | Microsoft MVP-FrontPage
| | > |
| | > | Make More Money with Less Work
| | > | Let Your Clients Control Their Content With Just A Browser!
| | > | http://contentseed.com/
| | > | --
| | > | | | > | > Just a thought...
| | > | >
| | > | > Make your form into a PDF file (most everyone has acrobat reader)
| | > | >
| | > | > Then when it opens have them fill it out and e-mail it back to
you.
| | > | > File>email This will put it as an attachment to the E-Mail
| | > | >
| | > | > If this is just a one time thing I am sure you can fid someone to
| make
| | > the
| | > | > PDF for you.:cool:
| | > | > Do you have a sample? URL?
| | > | >
| | > | > HTH
| | > | >
| | > | > Don
| | > | > =======================
| | > | > | | > | > |I have a form set up on my website. Its used for customers to
| | request
| | > | > | items which they are storing with us. What i want to be able to
| do
| | is
| | > | > | configure the way the email looks when we recieve the results
from
| | the
| | > | > | form. At present they return to us in a HTML list. I know you
| can
| | > | > | change the format of the email in properties, but none of them
are
| | > | > | what we want. It would be ideal if they were emailed to us in a
| | table
| | > | > | format.
| | > | > |
| | > | > | Another question, I have set the reply address to be the address
| | which
| | > | > | the client enters on the form. However, when i use the message
| | rules
| | > | > | in Outlook, it does not send it back to the reply address, but
to
| | the
| | > | > | address where the form was sent from [my domain host]. It works
| if
| | i
| | > | > | open the email and press reply, but not when the message is
| handled
| | by
| | > | > | the Message rule.
| | > | > |
| | > | > | I do hope someone can help me.
| | > | > |
| | > | > | Regards,
| | > | > | Anthony
| | > | >
| | > | >
| | > |
| | > |
| | >
| | >
| |
| |
|
|
 
C

Chris Leeds, MVP-FrontPage

I don't 500K is all that large. ;-)

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
Don said:
Hi Chris,

I sure hop you have high speed or you might shoot me for this...

You've got mail and it's large... (Sample pdf)

Don
=======================
| I'm currently interested in but unable to find the time to explore the
full
| abilities of AA6. you're supposed to be able to do "scripting", put
rolling
| video into the PDF, and all kinds of stuff. I've found it to be a fairly
| good alternative to a PowerPoint for the web by doing all pages in
landscape
| arrangement, then setting the PDF to open "full screen", or "kiosk". it's
| kind of startling the first time a PDF opens like that and automatically
| advances. the "transitions" are very ugly though. I just _can't_ use
them.
| ;-)
|
| --
| Chris Leeds,
| Microsoft MVP-FrontPage
|
| Make More Money with Less Work
| Let Your Clients Control Their Content With Just A Browser!
| http://contentseed.com/
| --
| | > All I have is Acrobat 6 so I really don't know if this is an enhancement
| >
| > If I make a PDF file from a form with drop-down's, text fields, Radio
| > buttons, and Check boxes it gets them all... AND they work just as if
it
| > were a web page. (Links work too)
| >
| > Now where the problem comes is you can not save the filled in form
(using
| > just the reader)... But you can E-Mail it or Print it (If the
permissions
| > are set right on the master PDF.)
| >
| > I got it for one site (real-estate listings) so that when someone
| downloaded
| > the file it was exactly the way (format wise) it was laid out. That
| company
| > might not know it but it was in their bill for the software..... (under
| > other tools needed?)
| >
| > Don
| > ====================
| > | > | Don,
| > | Is that just Acrobat 6? I've been fiddling with my copy of CS and
| > noticed
| > | there were some "enhancements" to Acrobat, with that being one of
them.
| > I'm
| > | unsure if it's just a "tweak" to an preexisting capability or a new
| > | capability for 6.
| > |
| > | TIA
| > |
| > | --
| > | Chris Leeds,
| > | Microsoft MVP-FrontPage
| > |
| > | Make More Money with Less Work
| > | Let Your Clients Control Their Content With Just A Browser!
| > | http://contentseed.com/
| > | --
| > | | > | > Just a thought...
| > | >
| > | > Make your form into a PDF file (most everyone has acrobat reader)
| > | >
| > | > Then when it opens have them fill it out and e-mail it back to you.
| > | > File>email This will put it as an attachment to the E-Mail
| > | >
| > | > If this is just a one time thing I am sure you can fid someone to
make
| > the
| > | > PDF for you.:cool:
| > | > Do you have a sample? URL?
| > | >
| > | > HTH
| > | >
| > | > Don
| > | > =======================
| > | > | > | > |I have a form set up on my website. Its used for customers to
| request
| > | > | items which they are storing with us. What i want to be able to
do
| is
| > | > | configure the way the email looks when we recieve the results from
| the
| > | > | form. At present they return to us in a HTML list. I know you
can
| > | > | change the format of the email in properties, but none of them are
| > | > | what we want. It would be ideal if they were emailed to us in a
| table
| > | > | format.
| > | > |
| > | > | Another question, I have set the reply address to be the address
| which
| > | > | the client enters on the form. However, when i use the message
| rules
| > | > | in Outlook, it does not send it back to the reply address, but to
| the
| > | > | address where the form was sent from [my domain host]. It works
if
| i
| > | > | open the email and press reply, but not when the message is
handled
| by
| > | > | the Message rule.
| > | > |
| > | > | I do hope someone can help me.
| > | > |
| > | > | Regards,
| > | > | Anthony
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
D

Don

It was done on a whim...

But I won't let it happen again! 8(

Don
===================
| Did you ask Chris for permission to send him the large file?
|
| Tom
| || Hi Chris,
||
|| I sure hop you have high speed or you might shoot me for this...
||
|| You've got mail and it's large... (Sample pdf)
||
|| Don
|| =======================
|| || | I'm currently interested in but unable to find the time to explore the
|| full
|| | abilities of AA6. you're supposed to be able to do "scripting", put
|| rolling
|| | video into the PDF, and all kinds of stuff. I've found it to be a
| fairly
|| | good alternative to a PowerPoint for the web by doing all pages in
|| landscape
|| | arrangement, then setting the PDF to open "full screen", or "kiosk".
| it's
|| | kind of startling the first time a PDF opens like that and
automatically
|| | advances. the "transitions" are very ugly though. I just _can't_ use
|| them.
|| | ;-)
|| |
|| | --
|| | Chris Leeds,
|| | Microsoft MVP-FrontPage
|| |
|| | Make More Money with Less Work
|| | Let Your Clients Control Their Content With Just A Browser!
|| | http://contentseed.com/
|| | --
|| | || | > All I have is Acrobat 6 so I really don't know if this is an
| enhancement
|| | >
|| | > If I make a PDF file from a form with drop-down's, text fields, Radio
|| | > buttons, and Check boxes it gets them all... AND they work just as
if
|| it
|| | > were a web page. (Links work too)
|| | >
|| | > Now where the problem comes is you can not save the filled in form
|| (using
|| | > just the reader)... But you can E-Mail it or Print it (If the
|| permissions
|| | > are set right on the master PDF.)
|| | >
|| | > I got it for one site (real-estate listings) so that when someone
|| | downloaded
|| | > the file it was exactly the way (format wise) it was laid out. That
|| | company
|| | > might not know it but it was in their bill for the software.....
| (under
|| | > other tools needed?)
|| | >
|| | > Don
|| | > ====================
|| | > || | > | Don,
|| | > | Is that just Acrobat 6? I've been fiddling with my copy of CS and
|| | > noticed
|| | > | there were some "enhancements" to Acrobat, with that being one of
|| them.
|| | > I'm
|| | > | unsure if it's just a "tweak" to an preexisting capability or a new
|| | > | capability for 6.
|| | > |
|| | > | TIA
|| | > |
|| | > | --
|| | > | Chris Leeds,
|| | > | Microsoft MVP-FrontPage
|| | > |
|| | > | Make More Money with Less Work
|| | > | Let Your Clients Control Their Content With Just A Browser!
|| | > | http://contentseed.com/
|| | > | --
|| | > | || | > | > Just a thought...
|| | > | >
|| | > | > Make your form into a PDF file (most everyone has acrobat reader)
|| | > | >
|| | > | > Then when it opens have them fill it out and e-mail it back to
| you.
|| | > | > File>email This will put it as an attachment to the E-Mail
|| | > | >
|| | > | > If this is just a one time thing I am sure you can fid someone to
|| make
|| | > the
|| | > | > PDF for you.:cool:
|| | > | > Do you have a sample? URL?
|| | > | >
|| | > | > HTH
|| | > | >
|| | > | > Don
|| | > | > =======================
|| | > | > || | > | > |I have a form set up on my website. Its used for customers to
|| | request
|| | > | > | items which they are storing with us. What i want to be able
to
|| do
|| | is
|| | > | > | configure the way the email looks when we recieve the results
| from
|| | the
|| | > | > | form. At present they return to us in a HTML list. I know you
|| can
|| | > | > | change the format of the email in properties, but none of them
| are
|| | > | > | what we want. It would be ideal if they were emailed to us in
a
|| | table
|| | > | > | format.
|| | > | > |
|| | > | > | Another question, I have set the reply address to be the
address
|| | which
|| | > | > | the client enters on the form. However, when i use the message
|| | rules
|| | > | > | in Outlook, it does not send it back to the reply address, but
| to
|| | the
|| | > | > | address where the form was sent from [my domain host]. It
works
|| if
|| | i
|| | > | > | open the email and press reply, but not when the message is
|| handled
|| | by
|| | > | > | the Message rule.
|| | > | > |
|| | > | > | I do hope someone can help me.
|| | > | > |
|| | > | > | Regards,
|| | > | > | Anthony
|| | > | >
|| | > | >
|| | > |
|| | > |
|| | >
|| | >
|| |
|| |
||
||
|
|
 
D

Don

It is if you are on a dial-up...

Sorry for not asking.
Just wanted to "show" you some of what can be done...

The best line was "Oh look an Eagle" :cool:

But now you know it can...

Don
==================
|I don't 500K is all that large. ;-)
|
| --
| Chris Leeds,
| Microsoft MVP-FrontPage
|
| Make More Money with Less Work
| Let Your Clients Control Their Content With Just A Browser!
| http://contentseed.com/
| --
| | > Hi Chris,
| >
| > I sure hop you have high speed or you might shoot me for this...
| >
| > You've got mail and it's large... (Sample pdf)
| >
| > Don
| > =======================
| > | > | I'm currently interested in but unable to find the time to explore the
| > full
| > | abilities of AA6. you're supposed to be able to do "scripting", put
| > rolling
| > | video into the PDF, and all kinds of stuff. I've found it to be a
| fairly
| > | good alternative to a PowerPoint for the web by doing all pages in
| > landscape
| > | arrangement, then setting the PDF to open "full screen", or "kiosk".
| it's
| > | kind of startling the first time a PDF opens like that and
automatically
| > | advances. the "transitions" are very ugly though. I just _can't_ use
| > them.
| > | ;-)
| > |
| > | --
| > | Chris Leeds,
| > | Microsoft MVP-FrontPage
| > |
| > | Make More Money with Less Work
| > | Let Your Clients Control Their Content With Just A Browser!
| > | http://contentseed.com/
| > | --
| > | | > | > All I have is Acrobat 6 so I really don't know if this is an
| enhancement
| > | >
| > | > If I make a PDF file from a form with drop-down's, text fields,
Radio
| > | > buttons, and Check boxes it gets them all... AND they work just as
if
| > it
| > | > were a web page. (Links work too)
| > | >
| > | > Now where the problem comes is you can not save the filled in form
| > (using
| > | > just the reader)... But you can E-Mail it or Print it (If the
| > permissions
| > | > are set right on the master PDF.)
| > | >
| > | > I got it for one site (real-estate listings) so that when someone
| > | downloaded
| > | > the file it was exactly the way (format wise) it was laid out. That
| > | company
| > | > might not know it but it was in their bill for the software.....
| (under
| > | > other tools needed?)
| > | >
| > | > Don
| > | > ====================
| > | > | > | > | Don,
| > | > | Is that just Acrobat 6? I've been fiddling with my copy of CS
and
| > | > noticed
| > | > | there were some "enhancements" to Acrobat, with that being one of
| > them.
| > | > I'm
| > | > | unsure if it's just a "tweak" to an preexisting capability or a
new
| > | > | capability for 6.
| > | > |
| > | > | TIA
| > | > |
| > | > | --
| > | > | Chris Leeds,
| > | > | Microsoft MVP-FrontPage
| > | > |
| > | > | Make More Money with Less Work
| > | > | Let Your Clients Control Their Content With Just A Browser!
| > | > | http://contentseed.com/
| > | > | --
| > | > | | > | > | > Just a thought...
| > | > | >
| > | > | > Make your form into a PDF file (most everyone has acrobat
reader)
| > | > | >
| > | > | > Then when it opens have them fill it out and e-mail it back to
| you.
| > | > | > File>email This will put it as an attachment to the E-Mail
| > | > | >
| > | > | > If this is just a one time thing I am sure you can fid someone
to
| > make
| > | > the
| > | > | > PDF for you.:cool:
| > | > | > Do you have a sample? URL?
| > | > | >
| > | > | > HTH
| > | > | >
| > | > | > Don
| > | > | > =======================
| > | > | > | > | > | > |I have a form set up on my website. Its used for customers to
| > | request
| > | > | > | items which they are storing with us. What i want to be able
to
| > do
| > | is
| > | > | > | configure the way the email looks when we recieve the results
| from
| > | the
| > | > | > | form. At present they return to us in a HTML list. I know
you
| > can
| > | > | > | change the format of the email in properties, but none of them
| are
| > | > | > | what we want. It would be ideal if they were emailed to us in
a
| > | table
| > | > | > | format.
| > | > | > |
| > | > | > | Another question, I have set the reply address to be the
address
| > | which
| > | > | > | the client enters on the form. However, when i use the
message
| > | rules
| > | > | > | in Outlook, it does not send it back to the reply address, but
| to
| > | the
| > | > | > | address where the form was sent from [my domain host]. It
works
| > if
| > | i
| > | > | > | open the email and press reply, but not when the message is
| > handled
| > | by
| > | > | > | the Message rule.
| > | > | > |
| > | > | > | I do hope someone can help me.
| > | > | > |
| > | > | > | Regards,
| > | > | > | Anthony
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
Top