Ability to edit "Submit Button" text

In my form there is no way to change the submit button text from “send message” to something else.

1 Like

In the meantime, you can use this code in CSS Box to rename text Or you can use AI Form Builder Meet Elfsight AI Form Generator! 🔥 - #17 by Helga

button span span[class*="ButtonBase"] {
    font-size: 0;
}

button span span[class*="ButtonBase"]:before {
    content: "edit your text";
    font-size: 20px;
}

2 Likes

Hi @John_Menke and welcome to Community :heart:

I am glad to tell you that you can also change button text without CSS codes directly in the widget settings. You just need to choose Language section on the Appearance tab and choose the needed element:

Please let me know if it helped or if you have any other questions :slightly_smiling_face:

1 Like

This is very unintuitive and needs to be clearer on the configuration screen.

2 Likes

@Hugh I agree that this option is far from being obvious now, we’ll try to discuss it with the team :+1:t2:

1 Like

I also agree. I checked all options in Form before using CSS code to achieve this :sweat_smile:

All the more reason to think about it! Thank you guys for pointing us in the right direction! :+1:t2: