Smart PDF Forms - Start Filling button on welcome page shows as "Undefined"

  • asctoronto
    Asked on October 25, 2020 at 8:34 PM

    https://form.jotform.com/201435930896057

    Hi,

    this is my form, and the button changed to UNDEFINED, how to change it?

    I tried clear form cache but didn't work.


    Thanks

    shawn

  • Laura JotForm Support
    Replied on October 26, 2020 at 3:25 AM

    Hi Shawn,

    Thank you for reaching out to us.

    Unfortunately, there are no settings to change the text for the button currently. I have raised a request to our back end team to add this feature in future updates.

    However, meanwhile you can change the text by using Custom CSS.


    1. Navigate to your form builder and open the Form Designer.

    2. Open the Styles tab and scroll down

    1603696522 5f96778a5bbad formbuilder1 Screenshot 10
    3.Insert the following code in the "Inject Custom CSS" and Save the settings

    .welcome span {
    font-size: 0;
     visibility: hidden;
    }
    .welcome span:before {
     content:"Start";
    font-size: 20px;
     visibility: visible;
    }


    You can change the "Start" word to anything you want to display on the button.


    1603696396 5f96770cd1d76 formbuilder2 Screenshot 21

    With this, your form should look like this:

    1603696771 5f9678834ecbc formbuilder3 Screenshot 32

    Hopefully this helps. Please let us know if you have any further questions, and we are happy to help you!

    Best Regards,