13〜20行目を下記の通り変更すれば表示されると思います。
$body = sprintf("あなたの %s サイトのフォームから送信されました。
%s
このフォームからの送信をすべて確認する: %s
", tc('SiteName', \Core::make('site')->getSite()->getSiteName()), $submittedData, $formDisplayUrl);
Re: Re: お問合せ新着フォームの内容の変更
2018年9月3日 at 17:18
上記はレガシーフォームの時の例です。
エクスプレスフォームを使用されているのであれば、
concrete/mail/block_express_form_submission.php を application/mail に コピーします。
Your post has been saved and will be published after approval by the forum moderator.
dsds
Re: お問合せ新着フォームの内容の変更
application/mail/block_form_submission.php の 14行目〜19行目は...
There has been a submission of the form %s through your concrete5 website.
%s
To view all of this form's submissions, visit %s
となっています。
あなたの concrete5 サイトのフォーム ホーム から送信されました。」を「あなたの【サイト名】サイトのフォームから送信されました。
と変更するためには【サイト名】を呼び出しするコードをどのように記述すれば良いかわかりますか?
申しわけありませんが、よろしくお願い致します。