Hello, I have a form for multiple landing pages that I would like to be able to set the Submit button text based on an attribute set in the shortcode. This way I can use the same form but simply change the button text based on which landing page is being viewed.
Something like this:
[gravityform id=“5” title=“false” submit_text=“Let’s Go!”]
I tried hooking into the gform_shortcode_ACTION hook but I don’t fully understand how this works. When I implement it, it does receive the attribute properly, but then no form is rendered.
Thanks in advance!