CSS Code for SMS Confirmation

  • jotform913
    Asked on April 10, 2021 at 11:06 AM

    Hi, Is there a way to hide these two button (Confirm Button & Try-Again Button)
    Instead of these two button, it show "Thanks" or any other text or just only hide Confirm Button & Try-Again Button1618067178 6071beea77c13 Screenshot 4 Screenshot 10

  • jonathan
    Replied on April 10, 2021 at 5:39 PM

    We apologize for the inconvenience. I checked on your form and I found that the custom CSS codes were already added to the SMS widget in the form.

    1618090747 60721afb73545 zzz 2021 04 11 Screenshot 10

    It appears that you were able to resolved already. Please let us know if you require further assistance.

  • jotform913
    Replied on April 11, 2021 at 1:30 AM

    Yes, But i need a code that hide that above mentioned buttons

  • Sara_G
    Replied on April 11, 2021 at 5:32 AM

    Hi,

    I have checked your form ID210938702848059 and it looks that the Confirm Button & Try-Again Button have been hidden:

    128850 Screen%20Shot%202021 04 11%20at%2 Screenshot 10

    Kindly confirm that the issue has been sorted out.
    If you require further support, please let us know.
    Thanks.

  • jotform913
    Replied on April 11, 2021 at 8:15 AM

    It is still same, When i press "Send" button, it appear both button.

  • Mike_G JotForm Support
    Replied on April 11, 2021 at 10:15 AM

    The code that you need to hide the buttons you are referring to in your screenshot are:

    .confirm_container {
        display: none !important;
    }

    Reference Guide: How-to-Inject-CSS-Codes-to-Widgets

    1618149348 6072ffe49d8fd zt210411 095448 Screenshot 10

    However, just like what I reminded you about in the original ticket you have opened about your concern, your respondents may not be able to submit your form if there is no way for them to confirm on you form the codes they have received when they fill out the SMS Confirmation widget, which is set as required.

    1618149518 6073008e730a4 zt210411 095314 Screenshot 21

    And if you set the SMS Confirmation widget on your form as NOT required, your respondents will be able to submit your form but, the mobile number they have entered in the widget will not be submitted since it was not confirmed.

    1618149687 607301372e772 zt210411 100012 Screenshot 32

    Feel free to let us know if you need any further assistance.