Hi,
I am testing a new form with FaaS. I get this error returned:
Here's my ItemID in my form:
I tested the form with the C&P Verify URL; it all looked fine. Here's what Verify shows:
This is a fixed field, meaning it's not altered or set by user input.
So why am I getting this error, and how do I correct it?
Thanks!
I am testing a new form with FaaS. I get this error returned:
Code:
The 'urn:APISchema.xsd:ItemID' element is invalid - The value '0' is invalid according to its datatype 'Long' - The MinInclusive constraint failed..
Code:
<input id="ItemID1" type="hidden" name="ItemID1" value="Donation" />
ItemID | ItemID1 | YES | 1 | Donation |
So why am I getting this error, and how do I correct it?
Thanks!
Comment