Does it not work if you put a list column field on the form twice? The New Item form is not saving my input from this field to the list.
We have two Product Number formats, so my form conditionally shows the appropriate panel based on the Product Number Type choice, with validation for the number of digits corresponding to each field. The only way to do this validation is with a regular expression in the control setting, so it doesn't work to make the validation conditional (no access to the Number Type's value, either by Reg Ex or JavaScript). That is how I ended up with two fields for one list column to begin with.
In the attached image, the fields with matching colors are both connected to the same list column:
- Yellow ---> PN1
- Green ---> PN2
- Red ---> PN3
I really don't want to have to have two sets of Product Number list columns. Any suggestions as to why the form is not saving the Part Number values?
