質問編集履歴
1
質問を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
メールフォームで受信者のメルアド設定はどこでやるのですか?
|
2
2
|
|
3
3
|
以下のaction="" ←ここに入れる?
|
4
|
+
|
5
|
+
もしくはvalue=""←ここに入れる?
|
4
6
|
|
5
7
|
|
6
8
|
|
@@ -8,7 +10,7 @@
|
|
8
10
|
|
9
11
|
<form id="mailform" method="POST" action="" onSubmit="return sendMail(this);" name="mailform">
|
10
12
|
|
11
|
-
<input type="hidden" name="sendmail" value="
|
13
|
+
<input type="hidden" name="sendmail" value="" />
|
12
14
|
|
13
15
|
|
14
16
|
|