최근 검색
최근 검색 없음

Amit Singh
가입한 날짜: 2021년 10월 16일
·
마지막 활동: 2023년 3월 15일
팔로잉
0
팔로워
0
총 활동 수
4
투표 수
0
플랜 수
3
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Amit Singh
Amit Singh님이 에 댓글을 입력함
커뮤니티 댓글 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;
}
댓글 보기 · 2021년 11월 02일에 게시됨 · Amit Singh
0
팔로워
0
투표 수
0
댓글