If I move my html around to change the layout of the fields on an AddForm.aspx and then I start adding and deleting columns, the ordering of the ff## changes and I can have problems.
Its fine if I've only added new columns...what I've done is create an AddForm1.aspx to get the fresh ff##'s at the end of the list. I copy them over to my AddForm.aspx
If I add and delete columns, then I can have problems.
The ff## may be renumbered when making an AddForm1.aspx and copying the new fields might create an error because of dupe ff##'s.
If I use AddForm1.aspx, I lose my layout of the fields on my form AddForm.aspx.
I have been successful finding the ordering of the columns on AddForm1 and renumbering on AddForm.
But this is pain and error-prone.
What do people do to get around this dilema?
thx
Rich