最近の検索


最近の検索はありません

Amit Singh's Avatar

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

コメント