Hello @JohnLucotch2,
You can send a POST request using xmlhttp in a custom JavaScript function. The important thing to note is asynchronous calls are not supported so you will need to set the async parameter to false when making the request.
Hello @JohnLucotch2,
You can send a POST request using xmlhttp in a custom JavaScript function. The important thing to note is asynchronous calls are not supported so you will need to set the async parameter to false when making the request.
Thanks that is what I was missing.