inputエレメントのtype fieldは、現在のページに入力フィールドを追加する場合に使用されます。
構文:
|
例
<input type="field" name="FIELD1" required="true" value="text" x1="100" y1="750" width="200" length="15" style="form"/>
<input type="field" name="FIELD2" multiline="true" readonly="true" export="false" value="text" x1="100" y1="720" width="200" height="50" length="200" style="form"/>