Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Americas
Asia Pacific
Esri India
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
JavaScript Maps SDK
:
JavaScript Maps SDK Questions
:
Citizen Service Request - disable required fields
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Citizen Service Request - disable required fields
Subscribe
1026
2
Jump to solution
09-18-2013 08:04 AM
by
EvanO_Keefe
Occasional Contributor
09-18-2013
08:04 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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.
Solved!
Go to Solution.
Tags
(2)
Tags:
javascript
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Solution
Accepted Solutions
by
JoshVan_Kylen
Regular Contributor
09-26-2013
01:09 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Reply
0
Kudos
2 Replies
by
JoshVan_Kylen
Regular Contributor
09-26-2013
01:09 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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.
Reply
0
Kudos
by
EvanO_Keefe
Occasional Contributor
09-30-2013
07:46 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
That worked! thank you. In the 10.1 it's lines 965 to 1023. I appreciate the help!
Reply
0
Kudos
Post Reply