Hi everyone!
I was wondering if any of you have changed the button text to something different on mobile?
Thank you.
Hi everyone!
I was wondering if any of you have changed the button text to something different on mobile?
Thank you.
Hi Noëlle,
Not a built-in feature of Gravity Forms but you can use your own custom PHP code and the following filter to do so https://docs.gravityforms.com/gform_submit_button/
WordPress core function wp_is_mobile() can be of help too: https://developer.wordpress.org/reference/functions/wp_is_mobile/
I hope that helps!
Hi @sacom, thank you for the fast response. This looks great! I’ll give it a whirl and let you know how it goes.