I have created a form in wordpress using the gravity forms plugin.
On my main pages i have created a menu item called signup, when people click it they toggle the signup form sliding down.
I want to create a Cancel button only for this form, i tried adding the button in the gform_submit_button hook.
But then when i click it, it acts like a submit button.
How do i do this? is it even possible?