So I have a custom tab in WebAccess that launches a Form and passes variables. It seems to work but doesn't work on a date.
Here is my template:
Here is the custom tab: http://localhost/forms/poverify?vendorname=[Vendor Name]&ponum=[Purchase Order Number]&total=[Total Amount]&entryid={id}&date=[Date]
When I click the tab in WebAccess I get the form with everything but the date:
If I enter the actual info in the URL and bypass using the tokens in the custom tab interface:
http://localhost/forms/poverify?vendorname=AZZ Galvanizing - Winsted&ponum=818661&total=464.50&entryid=123&date=10/22/2018
It seems to work.
Any idea as to why? I did try and re-order the entry ID to another spot since I noticed it used {} instead of [] (probably because its built in and not from the fields) but it still doesn't work.
Thanks,
Chris