Hi,
I had a form on my screen that was updating a sharepoint list onSelect of the Submit button. This was working perfectly. So I duplicated to create a second form, for another group of fields to be updated on the same sharepoint list. (2 forms because I need them to be visible for different scenarios).
I think I have been through all the areas and updated to point the second form's datacards and values to the new fields. I am then using the SubmitForm to submit the first or new form depending on what tab is visible at the time.
The initial form is still working and updating the correct fields. The second (new) form is updating the copied fields from the first form rather than the new columns on my Sharepoint List.
So as an example:
Form 1 - Data Card = I Teaching, corresponding SP List Column = Initial Teaching
Form 2 - Data Card = MT Teaching , corresponding SP List Column = Mid-Term Teaching
When I update I Teaching on Form 1 and submit - it correctly updates the Initial Teaching Column
What I update MT Teaching on Form 2 and submit it updates the Initial Teaching Column (it should update the Mid-Term Teaching column)?
I assume I have missed something in my cut and paste - but I have checked all the update, submit, defaults etc and can't see anything wrong?
Does anyone have any ideas of what might be happening
Thanks in advance