Pesquisas recentes
Sem pesquisas recentes

Amit Singh
Entrou em 16 de out. de 2021
·
Última atividade em 15 de mar. de 2023
Seguindo
0
Seguidores
0
Atividade total
4
Votos
0
Assinaturas
3
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Amit Singh
Amit Singh comentou,
Comentário na comunidade 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;
}
Exibir comentário · Publicado 02 de nov. de 2021 · Amit Singh
0
Seguidores
0
Votos
0
Comentários