---
Yes, I see the "postdata" window in FireFox Web Console when I use the
"Contact" form example on your site.
It has data in it.
I downloaded that sample to my own site and I modified the "action" to
use my own simple script.
But I am not seeing any post data at all.
Chris Howard
On 1/1
I attempted to do so. I don't work on this very often.
But I can see the POST action, and the Firefox console will show me the
request and the return..
but I don't see any of the POST data.
And the IE debugger doesn't show anything, but I can't get it to show me
much.
What should I be look
Hello Chris,
Did you check the HTTP request body with the browser network debugger?
--Alain
Le 16 janvier 2020 à 13:09, Chris Howard <
ch...@elfpen.com> a écrit :
Hello,
Hello,
I have run into another issue:
I am using a CGI perl script and a submission button which calls the script.
The script gets some data from the POSTDATA and does some actions.
My forms using xsltforms library are not sending any POST data.
The script is being called, but no data.
I tried