質問編集履歴
3
誤字
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
・元のデータでは直接入力できるが、ウェブ上では入力欄をダブルクリックしてもレスポンスがない。
|
|
13
13
|
|
|
14
14
|
```html
|
|
15
|
-
<form class="pdf-wrap" action="confirm.php" method="post" name="form
|
|
15
|
+
<form class="pdf-wrap" action="confirm.php" method="post" name="form" onsubmit="return validate()">
|
|
16
16
|
<iframe style="width:100vw;height:100vh" src="documents/Applicationform.pdf"></iframe>
|
|
17
17
|
<button type="submit">SUBMIT</button>
|
|
18
18
|
</form>
|
2
説明の追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -17,5 +17,7 @@
|
|
|
17
17
|
<button type="submit">SUBMIT</button>
|
|
18
18
|
</form>
|
|
19
19
|
```
|
|
20
|
-
|
|
20
|
+
【イメージ】
|
|
21
|
+
以下のように、pdfファイルの記入欄に対して書き込む(書き込んでいる風ではなく)ようにしたいです。
|
|
22
|
+
もしできない場合には、背景画像+inputタグで作成しようかと考えています。
|
|
21
23
|

|
1
画像の追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
・元のデータでは直接入力できるが、ウェブ上では入力欄をダブルクリックしてもレスポンスがない。
|
|
13
13
|
|
|
14
14
|
```html
|
|
15
|
-
<form class="pdf-wrap" action="confirm.php" method="post" name="form" onsubmit="return validate()">
|
|
15
|
+
<form class="pdf-wrap" action="confirm.php" method="post" name="form](31a44257a26dc75132aa489fae736e88.png)" onsubmit="return validate()">
|
|
16
16
|
<iframe style="width:100vw;height:100vh" src="documents/Applicationform.pdf"></iframe>
|
|
17
17
|
<button type="submit">SUBMIT</button>
|
|
18
18
|
</form>
|
|
19
|
-
```
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+

|