|
This
page is for demonstration purposes only.
Sample
Form with WEBBOT Code
Sample
Form Using Formmail with Redirect
-
The following attributes are
used in this form:
-
recipient (who receives the
data from the form)
-
subject (of the email
message)
-
redirect (to another web
page that the web author has created)
-
required (fields that must
be completed)
-
The name attribute is set to realname
for the name field.
-
The name attribute is set to email
for the email field.
Sample
Form Using Formmail with Return Link
-
The following attributes are
used in this form:
-
recipient (who receives the
data from the form)
-
subject (of the email
message)
-
required (fields that must
be completed)
-
title (of the web page to
acknowledge form completion - this web page is
automatically generated by Formmail)
-
return_link_url (to direct
the visitor to another web page)
-
return_link_title (which is
the text that describes the link)
-
The name attribute is set to realname
for the name field.
-
The name attribute is set to email
for the email field.
Exercise:
Creating a Web Page Form with Return Link
-
The following attributes are
used in this form:
-
recipient (who receives the
data from the form)
-
subject (of the email
message)
-
required (fields that must
be completed)
-
title (of the web page to
acknowledge form completion - this web page is
automatically generated by Formmail)
-
return_link_url (to direct
the visitor to another web page)
-
return_link_title (which is
the text that describes the link)
-
The name attribute is set to realname
for the name field.
-
The name attribute is set to email
for the email field.
|