# Civetweb API Reference ### `mg_handle_form_request( conn, fdh );` ### Parameters | Parameter | Type | Description | | :--- | :--- | :--- | |**`conn`**|`struct mg_connection *`|| |**`fdh`**|`struct mg_form_data_handler`| ### Return Value | Type | Description | | :--- | :--- | |`int`|| ### Description ### See Also * [`struct mg_form_data_handler;`](mg_form_data_handler)