|
POST
|
Hi William, Sure, no problem. I've customized it a bit, but you should just be able to copy this into your template.html file to see how it looks. <!DOCTYPE html>
<html>
<body>
<p>Hello {Category},</p>
<p font-family: Arial>This is an email generated by the Will County Citizen Reporter. Someone has a question about a(n) {Prob}. Please contact them at your earliest convenience.</p>
<p><b>Details of inquiry:</b> "{Details}"</p>
<div style="padding:5px;background-color:DodgerBlue"><b>Point of Contact</b></div>
<table style="width:100%;">
<tbody>
<tr>
<td style="border:0.5px solid rgb(215,215,215)"><span style=" font-weight: bold;">Name</span><br /></td>
<td style="border:0.5px solid rgb(215,215,215)">{Name}</td>
</tr>
<tr>
<td style="border:0.5px solid rgb(215,215,215)"><span style="font-weight: bold;">Phone</span><br /></td>
<td style="border:0.5px solid rgb(215,215,215)">{Phone}</td>
</tr>
<tr>
<td style="border:0.5px solid rgb(215,215,215)"><span style="font-weight: bold;">Email</span><br /></td>
<td style="border:0.5px solid rgb(215,215,215)">{Email}</td>
</tr>
</tbody>
</table>
<p>Regards,</p>
</body>
</html>
<td style="color:DodgerBlue; font-family: Arial, sans-serif; font-size: 14px;">
GIS Division<br />
[email protected]<br />
(815) 774-6343<br />
</td>
... View more
01-21-2020
11:43 AM
|
2
|
1
|
4905
|
|
IDEA
|
Michael, So you're saying there is no way at all to view related photos in popups in either AGOL or Portal?
... View more
01-16-2020
10:42 AM
|
1
|
0
|
5965
|
|
POST
|
It's probably a simple fix, but I how do I get the submitted problem reports to show up on the App? Here's what I mean; you see all features in the map here: But, i can't find the setting to have them appear in my map(s)? I have at least 20 features (submitted problem reports) that should be in this map.
... View more
01-14-2020
02:32 PM
|
0
|
1
|
1144
|
|
POST
|
Eventually I got it to work with some help from Esri. What you said in the first part of your post is correct. And as far as setting the SQL Query goes, you can either use emailstatus is Null or emailstatus=''. In the Field to Update you choose the Email Status field. And in the Sent Value field put Sent. So when a problem is submitted and servicefunctions.py script runs an email will be sent and the Email Status field will be populated with Sent. The next time the script runs no new emails will be sent for that problem because the field doesn't meet the query-- as it's not Null or empty, rather Sent.
... View more
01-13-2020
08:04 AM
|
3
|
3
|
4905
|
|
POST
|
Thanks Noah, That js file somehow escaped me. That was the right one.
... View more
12-26-2019
01:28 PM
|
1
|
1
|
2841
|
|
POST
|
The "submitReportButtonText" is for the other "submit" button. I already had that changed to "Fill Out Questionnaire" in config/defaults.js.
... View more
12-26-2019
01:03 PM
|
0
|
3
|
2841
|
|
POST
|
Robert, No luck. I've searched "SubmitButton", "Report It" and other variations of that but I can't access that button anywhere in the js files. I found reference to it in the CSS, however. That's how I was able to put the chevron in it.
... View more
12-26-2019
07:52 AM
|
0
|
5
|
2841
|
|
POST
|
I'm having problems configuring the Generate IDs section of Citizen Problem Reporter. I believe I have it set up correctly, but after running the servicefunctions.py script from VS Code 2019 I get a warning in the console and the Citizen Reporter layer table was not populated. "WARNING: Sequence Unique ID not found in sequence settings" I posted this question in more detail in Local: WARNING: Sequence Unique ID not found in sequence settings
... View more
12-24-2019
12:02 PM
|
0
|
0
|
3237
|
|
POST
|
I'm having trouble understanding the Generate Report IDs section when configuring the Citizen Problem Reporter app. First of all in the configuration it asks to "choose a text field to store the generated identifier" (question 14 in Generate Report IDs section). That's pretty vague. So, I ended up adding a field and naming it Problem ID since I think all the other fields already have a purpose. I ran the tool with everything filled out. Then I ran servicefunctions.py. If I understand this correctly the IDs are supposed to populate the field I created for the Citizen Problem table (Problem ID). But, nothing was populated in the field, and it does have 6 records. And the script came back with this warning.
... View more
12-24-2019
11:54 AM
|
0
|
3
|
3146
|
|
POST
|
I can't seem to find a way to change the text of the Report It button. There's no way to do it in the configure menus of the app, and I can't find any reference to it in any JS or HTML file in the app's source code. I'm pretty sure this app is using JS API 3.x. The image here is of the app I'm working on in the local server, but here's an earlier version of it from AGOL: https://willcountygis.maps.arcgis.com/apps/CrowdsourceReporter/index.html?appid=b3c9cb95a838496ea499ef64dd14a11c
... View more
12-24-2019
08:14 AM
|
0
|
7
|
3018
|
|
POST
|
I'm coming across the same issues. I've read Arcade doesn't support newline in 3.x JSAPI and is supposed to be supported in 4.x JSAPI: https://community.esri.com/thread/187776-arcade-text-constant-for-textformattingnewline-is-adding-space-instead-of-new-line I've copied the Arcade syntax from the same page you're referring to in an attempt to create newline labels. In the Arcade window the script looks valid. But, it does not change the label in the web map??
... View more
12-19-2019
07:35 AM
|
2
|
1
|
6042
|
|
POST
|
Thanks Matthew. I print maps all the time from Pro via Adobe. I've never had to deal with that before. I did what you said, and it seems to have worked itself out??
... View more
12-12-2019
12:33 PM
|
0
|
0
|
5390
|
|
POST
|
I have not. Doing that, I can't seem to have it print the right size. In the Preferences menu I even changed it to the actual size of the map. Both of these options end up giving me a PDF with no where near the actual size of the map:
... View more
12-12-2019
11:44 AM
|
0
|
2
|
5390
|
|
POST
|
I converted a single layers labels to annotation. It's the black label. When I share/export the layout to PDF the label is no longer there. It only does this with annotation?? All the other feature layer's labels show up in the PDF. I've tried exporting to SVG then opening in Inkscape, and the annotation is there. But, if I save to PDF from Inkscape the resolution is not nearly as good. Why is this happening?
... View more
12-12-2019
11:11 AM
|
0
|
5
|
5663
|
|
BLOG
|
Hi Jennifer, I'd like to do something similar, namely put attachments at the top of the pop-up window. But, I don't see an option to open Map Viewer Beta in Portal. If I did that in AGOL could I somehow sync it to Portal?
... View more
12-11-2019
02:27 PM
|
1
|
0
|
63987
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-04-2026 08:45 AM | |
| 1 | 04-20-2026 01:20 PM | |
| 1 | 07-24-2025 01:27 PM | |
| 1 | 11-13-2025 08:22 AM |
| Online Status |
Online
|
| Date Last Visited |
9 hours ago
|