オレンジフォームを外部サイトでSSL対応したい

2021年11月8日

オレンジフォームはSSL対応

現在は、オレンジメール、オレンジフォームで作成されるフォームは全てSSL対応となっております。

2017年より以前にフォームを作成し、設置されているお客様の場合、SSL対応版と、SSL非対応の埋め込みフォームを設置することが出来るようになっていました。

2017年以前にフォームをSSL非対応のフォームを設置されている場合には、以下の手順でご対応ください。または、新しいコードを取得し、設置し直しをお願いいたします。

  1. オレンジフォームにログインし、タグ取得>HTMLコードをクリックし、SSL可されているコードを埋め込みなおす。
  2. 既に設置されているフォームのHTMLコードに記載されているURLをhttp://~からhttps://~へ変更してください。http://~が残っているとオレンジフォームが動きませんのでご注意ください。

2017年以前にSSL非対応のフォームを設置されている場合

■修正前サンプル(赤い部分を修正してください)

<!– [form start] –>
<link rel="stylesheet" href="http://form.os7.biz/css/design/orange/style.css" type="text/css" />
<form action="http://form.os7.biz/form/submit" method="post" id="OF_form1″><input type="hidden" name="form_id" value="67335″ />
<input type="hidden" name="encoding_test" value="あいうえお眉幅ABC" />
<table id="formtable">
<tr id="caption"><th colspan="2″>テスト</th></tr>
<tr id="sec_mail">
<th>メールアドレス<span class="must">*</span></th>
<td><input type="text" name="mail" value="" style="width:200px" id="mail" /></td>
</tr>
</table>
<center><input type="submit" class="submit" value=" 送信 " /></center>
</form>
<!– copyright表示は削除しないでください。–>
<div id="copyright" style="color:#999; font-size:12px"> Powered By <a href="http://form.os7.biz/" style="color:#999; font-size:12px; text-decoration:none">無料メールフォーム オレンジフォーム</a> </div>
<!– [form end] –>


■修正後

<!– [form start] –>
<link rel="stylesheet" href="https://form.os7.biz/css/design/orange/style.css" type="text/css" />
<form action="https://form.os7.biz/form/submit" method="post" id="OF_form1″><input type="hidden" name="form_id" value="67335″ />
<input type="hidden" name="encoding_test" value="あいうえお眉幅ABC" />
<table id="formtable">
<tr id="caption"><th colspan="2″>テスト</th></tr>
<tr id="sec_mail">
<th>メールアドレス<span class="must">*</span></th>
<td><input type="text" name="mail" value="" style="width:200px" id="mail" /></td>
</tr>
</table>
<center><input type="submit" class="submit" value=" 送信 " /></center>
</form>
<!– copyright表示は削除しないでください。–>
<div id="copyright" style="color:#999; font-size:12px"> Powered By <a href="https://form.os7.biz/" style="color:#999; font-size:12px; text-decoration:none">無料メールフォーム オレンジフォーム</a> </div>
<!– [form end] –>


お問い合わせは、お問い合わせフォームよりお願いいたします。

記事はいかがだったでしょうか?
ご意見・ご感想をお聞かせください




Powered by このフォームは『オレンジフォーム』で作成しています

本フォームに入力いただいた内容に対する個別の返答はできかねます。
返答が必要な場合は、お問い合わせフォームよりお願いいたします。