Ability to edit "Submit Button" text

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