Instead of using a Link in guidewire I want to use a button to kick off a URL using POST.. example:
<form name="input" method="Post" id="aerForm" name="aerForm" action="https://geico.com">
<input type="hidden" name="rs:command" id="rs:command" value="test"/>
<input type="hidden" name="rs:Format" id="rs:Format" value="PDF"/>
<input type="hidden" name="rc:Toolbar" id="rc:Toolbar" value="false"/>
<input type="submit" value="Get your total">
</form>
I am not sure how to use this in studio or if there is a different way to achieve this. Does anyone have experience with this?