Ricerche recenti
Nessuna ricerca recente

Amit Singh
Data ingresso 16 ott 2021
·
Ultima attività 15 mar 2023
Seguiti
0
Follower
0
Attività totali
4
Voti
0
Abbonamenti
3
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Amit Singh
Amit Singh ha commentato,
Commento nella community Q&A - Help center and community
Hey Mikael, not sure if you found the answer yet, hopefully the following helps.
I figured that the field's name is `request_cc_emails`
I used the following CSS, which work pretty good:
/** Everything else after subject and cc and before footer **/
.form-field ~ .form-field {order: 5;}
/** Form Footer at the very bottom **/
form footer {
order:10;
}
/** Set Subject as the first field **/
div.form-field.request_subject {
order: 1;
margin-bottom:5px;
}
/** Set CC as the second field **/
div.form-field.request_cc_emails {
order: 2;
}
Visualizza commento · Data ultimo post: 02 nov 2021 · Amit Singh
0
Follower
0
Voti
0
Commenti