Change submit button text based on attribute in shortcode

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!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.