Ricerche recenti
Nessuna ricerca recente

Simon Lee
Data ingresso 15 apr 2021
·
Ultima attività 01 nov 2021
Seguiti
0
Follower
0
Attività totali
5
Voti
0
Abbonamenti
3
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Simon Lee
Simon Lee ha commentato,
Adding my 2 cents here. My use case is pretty simple - mark emails coming from this email address as urgent. This is for emails from alert or monitoring services, or VIPs, etc.
I'm hoping this is easy to implement since you already have string search for subject and comments.
Visualizza commento · Data ultimo post: 18 dic 2020 · Simon Lee
0
Follower
2
Voti
0
Commenti
Simon Lee ha creato un post,
Hi everyone,
We had a requirement for our customers to send us particular documents when dealing with a certain type of request. The way we tackled this was to add a hint below the attachment field asking our customers for the required documents.
How it's done
This is done by editing the code in the script.js file.
Import jquery
If you're on templating API v2, you'll need to import jquery. Instructions are here.
Edit the script.js file
If you don't have it, you'll need to add the following code to the top of the script.js file.
$(document).ready(function(){
})
Within that function, add the following code, changing "Test hint" to whatever text you want to display.
$('div#upload-dropzone').parent().append('Test hint
')
This will create a new element at the bottom of the attachment field and give it the ID of attachment_field_hint. The ID comes in handy if you ever want to make changes to the hint based on conditions.
Data ultimo post: 22 apr 2020 · Simon Lee
2
Follower
15
Voti
14
Commenti