I need to change the CC label on my request form to something more along the lines of submitted on behalf of
AnsweredI 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
-
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:");
-
Thanks for the code Wes I cannot find the $document.ready () in the script.js. I do not see it anywhere .
-
Hi Kirt,
Could you try adding the code after the document.addEventListener as shown in the screenshot below:
Hope that helps!
-
I tried to do this no luck still here is a screen shot. The bottom only shows the line of code
-
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.
-
Still no Luck here is the code I have in
-
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,
Post is closed for comments.
7 Comments