Is there a way to perform a post from a web page and stay on the same page?
The post is to send data to a different HTTP Server Input to kick off an action, but they need to remain on the page. At this point I’m not trying to return any feedback to the page.
There are many different ways of achieving this, using a bit of JavaScript. Depending on your template and your requirements, you can do it with jQuery or with plain JavaScript, using the XMLHttpRequest object.
Just google something like “submit form and stay on page” and you’ll find plenty of read-made recipes to get you started.