G
Guest
When I cut & paste a form on the same page FP 2003 adds numbers to the ends
of some fields. Here is an example:
Original line in form:
<input type="text" name="item-AC 20501-|0.00|Abetta
Cordura|NA|22:27x19x16:S::" size="3" value="1">
After cutting and pasting the above line, the new form shows:
<input type="text" name="item-AC 20501-|0.00|Abetta
Cordura|NA|22:27x19x16:S::1" size="3" value="1">
Note the added "1" after the 16:S::
Since this is a weight entry that transfers the weight and box size to UPS
for shipping calculations, the "1" creates a big problem.
Another sample:
<input type="submit" name="add_to_cart" value="Add to Cart!"> </font></p>
After cutting and pasting it, the new form gets changed to:
<input type="submit" name="add_to_cart1" value="Add to Cart!"> </font></p>
And another place it does it is in the "Name" field in the form when I am
using options. Here is one sample:
OPTION|2|AC 20501
After cutting and pasting THE ORIGINAL (not the pasted one) one Gets changed
to:
OPTION|2|AC 205011
There is a option in "Page Properties" that is labeled "Make ID unique on
paste". I have it unselected.
I did not have this problem with any of the past versions of FP.
Anyone have a clue how to fix this? I have 42 sites, with over 20,000 items,
and its driving me crazy
Everytime I add to or make changes to a page I
have to switch to code view and check all the form fields to make sure they
are not changed.
of some fields. Here is an example:
Original line in form:
<input type="text" name="item-AC 20501-|0.00|Abetta
Cordura|NA|22:27x19x16:S::" size="3" value="1">
After cutting and pasting the above line, the new form shows:
<input type="text" name="item-AC 20501-|0.00|Abetta
Cordura|NA|22:27x19x16:S::1" size="3" value="1">
Note the added "1" after the 16:S::
Since this is a weight entry that transfers the weight and box size to UPS
for shipping calculations, the "1" creates a big problem.
Another sample:
<input type="submit" name="add_to_cart" value="Add to Cart!"> </font></p>
After cutting and pasting it, the new form gets changed to:
<input type="submit" name="add_to_cart1" value="Add to Cart!"> </font></p>
And another place it does it is in the "Name" field in the form when I am
using options. Here is one sample:
OPTION|2|AC 20501
After cutting and pasting THE ORIGINAL (not the pasted one) one Gets changed
to:
OPTION|2|AC 205011
There is a option in "Page Properties" that is labeled "Make ID unique on
paste". I have it unselected.
I did not have this problem with any of the past versions of FP.
Anyone have a clue how to fix this? I have 42 sites, with over 20,000 items,
and its driving me crazy

have to switch to code view and check all the form fields to make sure they
are not changed.