Modifying the Submit Button Text in a Form: How Can I Achieve This?

Beantwortet

2 Kommentare

  • Pulkit Pandey
    Community Moderator

    Hi Brittany Loy

    To update the Text of the Submit button on the New Request template you need to write the Js to achieve this.

    Please add the below js at the bottom of your new_request_page.hbs file of your theme

    <script>
     var subButton =  document.querySelector("input[type='submit']");
     subButton.value = "YOUR UPDATED TEXT GOES HERE"
    </script>

    Here is the Screenshot for the same 

     

    Please let me know if it solves your issue 

    Thank You 

    Pulkit

    Team Diziana

    1
  • Brittany Loy

    This worked! Thank you 

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Powered by Zendesk