Widget Button: change message text

  • motionconnected
    Asked on December 22, 2017 at 3:39 PM

    Is it possible to change the text that is shown below the button after it is clicked and has completed its operation?

  • aubreybourke
    Replied on December 22, 2017 at 3:49 PM

    You mean the please wait.. message?

    1. In your form settings > go to the form warnings section > click on the edit button 

    1513975661The Easiest Online Form Builde Screenshot 10


    2. Scroll down to the submit button section > change it to whatever you want

    1513975708The Easiest Online Form Builde Screenshot 21

  • motionconnected
    Replied on December 22, 2017 at 4:52 PM

    I was actually hoping to change the text in this image that appears after you click the button to fill fields from the widget:

    1513979524Capture Screenshot 10

    Even if i can just find a way to change the text color to white that would help me in this application

  • aubreybourke
    Replied on December 22, 2017 at 5:27 PM

    You can enter this CSS to style your widget:

    #message{

    color: white;

    }

    How-to-Inject-CSS-Codes-to-Widgets


    That will remove the message, like this:

    1513981615The Easiest Online Form Builde Screenshot 10