Hey Jayel,
I'm a little confused. So you're saying you have a form ... and that
form has a hidden form field, right? Something like this?
<form action="#buildUrl('dumpEventData')#" id="myForm"
name="myForm">
<input type="hidden" name="myEvent" value="#event.getName()#" />
<input type="submit" value="submit" />
</form>
<a href="##" onclick="document.forms[0].submit()">submit</a>
As long as your link is properly set up via javascript to submit the
form when it's clicked, you should get the same result either way.
Can you provide additional details?
Thanks,
Brian