Citizen Service Request - disable required fields

715
2
Jump to solution
09-18-2013 08:04 AM
EvanO_Keefe
New Contributor III
In the Citizen Service Request application (10.1) how do you disable the requirement for the fields name, phone, and e-mail? I would like to leave those fields in, but as optional. Thanks.
0 Kudos
1 Solution

Accepted Solutions
JoshVan_Kylen
New Contributor III
these intructions are for the 10.2 version from github, in utils.js

under the "//Validate service request data" heading, comment out lines 992 to 1049

I tested it and that should do the trick for you.

View solution in original post

0 Kudos
2 Replies
JoshVan_Kylen
New Contributor III
these intructions are for the 10.2 version from github, in utils.js

under the "//Validate service request data" heading, comment out lines 992 to 1049

I tested it and that should do the trick for you.
0 Kudos
EvanO_Keefe
New Contributor III
That worked! thank you. In the 10.1 it's lines 965 to 1023. I appreciate the help!
0 Kudos