function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bry LeBlancBry LeBlanc 

Custom button Volunteer Jobs Listing Sign up button not working

I have been using the Volunteer Job Listing tool that was made for my organization in our Salesforce build with different campaigns for months but all of a sudden the sign up button has stopped working. Volunteers are no longer able to sign up for a job because the button is no longer click-able even though it used to open up a pop-up inviting them to fill out their personal information. We depend a lot on volunteer sign-up so this issue is critical for my organization. Here is where the object is hosted in an iframe our website: http://kidscodejeunesse.org/volunteer.html
Baz DensonBaz Denson
Looks like you have some errors 
 
Uncaught Error: Syntax error, unrecognized expression: #
    at Function.ga.error (jquery-3.2.1.min.js:2)
    at ga.tokenize (jquery-3.2.1.min.js:2)
    at ga.select (jquery-3.2.1.min.js:2)
    at Function.ga [as find] (jquery-3.2.1.min.js:2)
    at r.fn.init.find (jquery-3.2.1.min.js:2)
    at new r.fn.init (jquery-3.2.1.min.js:2)
    at r (jquery-3.2.1.min.js:2)
    at OpenSignUpDlg (GW_Volunteers__VolunteersJobListingFS:29)
    at HTMLInputElement.onclick (GW_Volunteers__VolunteersJobListingFS:106)



seems to be related to this line 
var $button = j$('#' + ShiftId);

Hopefully this will point you in the right direction

Thanks

Barry
prashanth reddy 110prashanth reddy 110
What is the solution ?