Recherches récentes


Pas de recherche récente

Amit Singh's Avatar

Amit Singh

Adhésion le 16 oct. 2021

·

Dernière activité le 15 mars 2023

Suivis

0

Abonnés

0

Activité totale

4

Votes

0

Abonnements

3

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Amit Singh

Amit Singh a ajouté un commentaire,

Commentaire de la communauté 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;
}

Afficher le commentaire · Publication le 02 nov. 2021 · Amit Singh

0

Abonnés

0

Votes

0

Commentaire