# Form Request Type
This option allows you to control how form data is posted.
| Value | Description |
|---|---|
| POST | This will submit the form data in the request body |
| GET | This will submit the data as query string parameters |
| QUERY | Similar to GET, except the user will also be redirected to the Form Submission URL |
# Side Effects
None.