Macros won't work, they only perform actions for you within the FrontPage
client, not your web page. The only real way to get a form to be sent to you
is to use a form handler, such as the one provided by the frontpage server
extensions, in order to process the message and send a message to your email
account. It can't drop it directly into your mailbox, but it can send an
email to it.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"Donna H in Richmond" <Donna H in
(E-Mail Removed)> wrote
in message news:67B28FC9-8EBF-49EA-8CC0-(E-Mail Removed)...
>I am new to macros and Frontpage. I have created an interactive form for
>end
> user to input data in fields and choose selections in other fields. The
> form
> needs to be submitted directly to my email box.
>
> Hyperlinks aren't working (default mail not set up correctly????) so I
> thought about a macro to associate with an icon/image so once user clicks
> icon, the form will submit via preset email address.
>
> Am I asking for something more complex than actually could be?