Hi All,
I have a basic form (3 fields) that is connected to a Sharepoint list.
The first coumn is a lookup, second is a date picker, third is a number entry.
On submission of the form, the first and second columns are submitted to the sharepoint list everytime.
The third column (number entry) on submission only populates randomly, for example, on first submission but subsequent
submissions are blank.
I have no additional code in the submoit button, apoart from SubmitForm and for the OnSuccess property of the form:
Notify("Success");ResetForm(Frm_billing);NewForm(Frm_billing)
The type of the column in the sharepoint list is a number type.
Anyone have any ideas why it is not updating?
I didn't thibk this would be an isse as it is a basic submit form to a list.
Thanks,
Jay