Creating E-mail form, forum, guestbook, etc. (Publisher 2003)
examnotes
  01-30-04 - 08:31 PM
Hello,
1. I tried to create a Email form using insert HTML Code fragment function a
lthough I copy and paste that code correctly and changed an e-mail address (
changed "mailto:you@yourdomain.com" to desired) i got nothing. I published t
hat form and it is not work
ing. Where is the problem? The HTML fragment is placed below.
2. Where can i get HTLMs of forum and guestbook? How i can activate them in
my web site?
3. Is it possible to import HTML code not using "insert HTML Code fragment f
unction"? How? (Publisher 2003)
Please Help
----------------------------------------------------------------------------
---------------------------
<FORM action="mailto:you@yourdomain.com" method="post" enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%"><TR><TD width=
"30%"><DIV align="right"><B>Name:</B></DIV></TD><TD width="70%"><INPUT type=
"text" name="name" size="20
"></TD></TR><TR><TD><DIV align="right"><B>Email:</B></DIV></TD><TD><INPUT type="text" name="email"
size="20"></TD></TR><TR><TD><DIV align="right"><B>Comment:</B></DIV></TD><TD><TEXTAREA name="comm
ent" cols="30" wrap="virtual" rows="4"></TEXTAREA></TD></TR
Re: Creating E-mail form, forum, guestbook, etc. (Publisher 2003)
David
Bartosik -
MS MVP
  01-30-04 - 10:35 PM
quote:
> 1. I tried to create a Email form using insert HTML Code fragment function
although I copy and paste that code correctly and changed an e-mail address
(changed "mailto:you@yourdomain.com" to desired) i got nothing. I published
that form and it is not working. Where is the problem? The HTML fragment is
placed below.
I don't know if pub would take a form code in the fragment. the way to
insert a form control is thru the insert menu, form. Then it takes FP
extensions to support it (see my sites faq page)
quote:
> 2. Where can i get HTLMs of forum and guestbook? How i can activate them
in my web site?
most hosts offer these pre-made, if yours doesn't then google for them (a
dime a dozen) or try bravenet.com
follow the directions they give you.
quote:
> 3. Is it possible to import HTML code not using "insert HTML Code fragment