FP 03 - Don't mess with code

  • Thread starter Thread starter Bryan
  • Start date Start date
B

Bryan

I haven't looked real deep yet, but I remember a check box in 02 that said
something like Don't mess with code, altho it never worked, is there a
similar feature in 03?

In adding order forms to my site, FP thinks it has to add numbers after
similar words (item1, item2, etc) and it won't work when this is done!

TIA
Bryan
 
So there's still no way to have FP not do what it wants to with the code
unless I use the insert>html option?

what it's doing now is something like this:

<form>
<input type=hidden name="Weight" value="2">
<input type=hidden name="Price" value="25">
<input type=hidden name="item" value="Item Name">
{submit button}
</form>

Now FP leaves the 1st item on the page alone, now 2nd, 3rd, etc end up like
this:

<form>
<input type=hidden name="Weight2" value="2">
<input type=hidden name="Price2" value="25">
<input type=hidden name="item2" value="Item Name">
{submit button2}
</form>

the numbers mess up the cart, it can't read them anymore, and thus they
don't work. FP 02,00 or 98 didn't mess up this bad when messing with the
code!

Any other ways around this other then the mentioned insert>html option?
(This makes it impossible to see the results in design view, you have to
preview to make sure it's positioned right)

Thanks again
Bryan
 
Try assigning a unique name to each form, which may solve the problem.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top