> For the complete documentation index, see [llms.txt](https://docs.wpjobopenings.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpjobopenings.com/developers/hooks/actions/application-submission.md).

# Application Submission

### **`awsm_job_application_submitting`**

Fires before job application submission.

This hook is available since Version 1.2.0

#### Source code

File: *`/inc/class-awsm-job-openings-form.php`*

{% hint style="info" %}
**Code Snippets:** [**Limit the File Upload Size**](/developers/code-snippets/limit-the-file-size.md)
{% endhint %}

### **`awsm_job_application_submitted`**

Fires after successful job application submission.

This hook is available since Version 1.2.0

#### Parameters

* **$application\_id**

  (string) New application ID.

#### Source code

File: *`/inc/class-awsm-job-openings-form.php`*

### **`awsm_application_form_notices`**

Display messages when job application is submitted.

#### Source code

File: *`/inc/templates/single-job/main.php`*
