エラーコード1javascriptが有効ではありませんと表示

タカさん (2020-10-05 01:48:14) test.seikanlist.com/

確認画面をクリックした時にエラーコード1Javascriptが有効ではありません。
Javascript isn’t enabled.  と表示されます。

住所等のHTMLは削除しましたが、それ以外は特に触れていないのですが、どうすれば送信ができるようになりますか?
テスト送信では送信できましたが、サイトからだと上記エラーが出ます。

<!--メールフォームプロ-->
<form id="mailformpro" action="mail/mailformpro/mailformpro.cgi" method="POST">
<dl class="mailform">

<input type="hidden" name="お名前" data-unjoin="姓+ +名+(+セイ+ +メイ+)" value="">
<dt class="mfp mfp1"><span class="must">※</span>お名前</dt>
<dd class="mfp">
<div class="mfp_rows">
<div class="mfp_col5">
<input type="text" name="姓" data-kana="セイ" placeholder="お名前を入力してください" required="required">
</div>
</div>
</dd>
<dt class="mfp mfp1"><span class="must"></span>会社名</dt>
<dd class="mfp">
<div class="mfp_rows">
<div class="mfp_col5">
<input type="text" name="姓" data-kana="セイ" placeholder="会社名を入力してください">
</div>
</div>
</dd>

<dt class="mfp mfp1"><span class="must">※</span>メールアドレス</dt>
<dd class="mfp">
<div class="mfp_rows">
<div class="mfp_col10">
<input type="email" data-type="email" name="email" placeholder="メールアドレスを入力してください" required="required">
</div>
</div>
</dd>

<dt class="mfp mfp1"><span class="must">※</span>確認のためもう一度</dt>
<dd class="mfp">
<div class="mfp_rows">
<div class="mfp_col10">
<input type="email" data-type="email" name="confirm_email" data-post-disable="1" size="40"
required="required">
</div>
</div>
</dd>

<dt class="mfp mfp1">お問合わせ内容</dt>
<dd class="mfp">
<div class="mfp_rows">
<div class="mfp_col10">
<textarea name="備考欄" cols="30" rows="10" placeholder="お問合せ内容を入力して下さい"></textarea>
</div>
</div>
</dd>

</dl>
<div class="mfp_buttons">
<button type="submit">確認画面へ</button>
</div>
</form>

エラーコード1javascriptが有効ではありませんと表示

タカさん (2020-10-05 16:29:45) test.seikanlist.com/

自己解決しました。

フォルダの階層が違っていたので、階層表示をしまいsた