oving%20Supplies.htm contains at least 17 forms - thats 1 form for each
field in the tables, plus 1 form for the address details.
Open the page in Code view.
First - and this is VERY IMPORTANT - remove spaces from the field names.
Spaces in field names break the form.
For example,
<input type="text" name="Stretch Wrap" size="20">
should be
<input type="text" name="Stretch_Wrap" size="20">
Do this for EVERY field.
Second - remove all tags like </form>, except the last one. That is, remove
the first 16 </form> tags
Third - remove all tags that start <form except the first one. That is,
remove the last 16 tags that start <form
Fourth - Remove all code from the page that resembles this - EXCEPT the
first block
<!--webbot bot="SaveResults" U-File="_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" S-Builtin-Fields
startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="1"><!--webbot
bot="SaveResults" endspan i-checksum="43406" -->
(I have changed the email address in this post to reduce spam)
Fifth - Highlight that first <form tag and code block described above and
move it to between
<p>Please fill in what you would like quoted:</p>
and
<h3>MOVING BOXES:</h3>
Sixth, remove the name attribute from the reset button - this must not be
the same as for the submit button, and is not required
Finally, in Form properties add a subject for the email -
right click in the Form in design view,
Choose Form Properties
Click Options button
On the e-mail results tag, add a Subject line and add reply-to line.
Click OK, click OK and save the page.
I have tested the edited page and it works on *my* system. A copy of the
page is at
http://www.rxs-enterprises.org/tests/pages/moving_supplies.htm
Note that this will probably give an error if you try it on MY server - my
host does not support email through the FrontPage extensions., but the code
is as it should be.
Also, remove spaces from all your page and folder names - spaces break
links. Spaces break forms. Spaces are not your friends.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.