GetFormField

概要 

POST 要求に含まれるデータなど、指定したフォームフィールドから情報を取得します。

構文 

GetFormField(1)

関数のプロパティ 

序数説明
1string必須指定したデータのフィールドの名前

例 

1<script runat=server>
2     var formField = Platform.Request.GetFormField('fieldName');
3</script>