Hello all,
Thought this would be a simple one, but what I’m looking to do is add an in-line cancel button along with the submit button and have it look the same.
The user enters from a page of links, and I’d like to take them back to that page with one click.
Normally, one would only need to hit the back button in the browser, but I am working with multi page forms, and when doing so, the user would have to click multiple times.
I know I can do a button like this:
Return to Portalin a HTML field (I’m doing this in the confirmation after they submit), but my problem is that I can’t get it in-line with the submit button. I’d also like it to look similar to the submit button. Assuming I need some CSS (I’m a desktop developer normally, not a web developer, but am learning more as time goes on).
Not quite sure where to go with this and just need some direction.
As an aside, I think it would be nice if GF allowed for a cancel button that redirects to a URL, and also “clear” button that would reset the form as a built-in feature. I’ve seen both those come up in my searches, but no ready answers on getting it in-line with the submit.
BTW, I did find this:
But it seemed like overkill for adding a button, and would be time consuming to implement as I’d need to hide the standard submit button for every form (and I’ve got like 30 of them). So I thought I’d ask the question to see if there was a simpler way.