最近搜索
没有最近搜索

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
评论