Is there any way of making a POST request when an svg image is clicked?
My best attempt so far looks like:
It's quite impossible without JS, but you can use JS to do it. Attached an onclick() and just use: document.getElementById('formID').submit();.
onclick()
document.getElementById('formID').submit();
HTML:
and JS (goes within your tags):