I need to change the CC label on my request form to something more along the lines of submitted on behalf of | Community
Skip to main content

I need to change the CC label on my request form to something more along the lines of submitted on behalf of

  • May 6, 2019
  • 7 replies
  • 0 views

Kirt

I need to change the CC label on my request form to something more along the lines of "Submitted on behalf of. ".  I do not know where to go to change it or how to modify the script ( I am not a coder)  If anyone has a sample of the modifications  I would nee to make that would be awesome and where to place the modifications.  Thank you so much for any help   

This topic has been closed for replies.

7 replies

ModeratorWes

Hi @Kirt,

Copy the following code into the script.js file right after the $document.ready () 

$('.request_cc_emails label').text("Submitted on Behalf of:");

 


Kirt
  • Author
  • May 14, 2019

Thanks for the code Wes I cannot find the $document.ready () in the script.js.  I do not see it anywhere .


Brett13
  • Community Manager
  • May 16, 2019

Hi Kirt,

Could you try adding the code after the document.addEventListener as shown in the screenshot below:

Hope that helps!


Kirt
  • Author
  • May 16, 2019

I tried to do this no luck still here is a screen shot.  The bottom only shows the line of code

 


Brett13
  • Community Manager
  • May 16, 2019

Hi Kirt,

Are you able to see the change from an Incognito window? Have you published these changes to your theme? I tested this on my end but the change does show up as shown in the screenshot below:

You'll also want to make sure you're viewing as a signed-in end-user. 

 


Kirt
  • Author
  • May 16, 2019

Still no Luck here is the code I have in


Brett13
  • Community Manager
  • May 16, 2019

Hey Kirt,

I'm afraid I'm rather limited on what I can assist with in regards to custom coding. Since it appears to be working just fine on my end you may need to get your developers involved to see if there's any issues with your custom code interfering with the js you're trying to add.

One last step is to make sure you publish your changes, then clear your browsers cache/cookies to see if that helps.

I needed to do a browser refresh on my end for the change to show.

Regards,