Stoic-Application is a web-based application for submitting job applications with a Discord webhook integration. It allows users to fill out a form, and upon submission, the application data is sent to a Discord webhook as an embedded message.
- User-friendly form for job applications
- Discord webhook integration for receiving application submissions
- Customizable form fields and webhook settings
To use Stoic-Application in your FiveM server, follow these steps:
-
Download
Stoic-Applications
and extract to your server resources folder. -
Edit the
index.html
&style.css
file to customize the application form fields and styling to fit your server's needs. -
Create a new Discord webhook to receive the application submissions:
- Open Discord and go to your server.
- Click on "Server Settings" and then "Integrations."
- Click on "Webhooks" and then "Create Webhook."
- Customize the webhook name, avatar, and channel, then copy the webhook URL.
-
Open the
index.html
file and replace"YOUR_DISCORD_WEBHOOK_URL"
with your Discord webhook URL. -
Start or restart your FiveM server to apply the changes.
-
Fill out the application form with the required information.
-
Click the "Submit Application" button to submit the application.
-
Check your Discord server for the application submission notification.
You can customize Stoic-Application by modifying the HTML, CSS, and JavaScript files:
index.html
: Update the form fields and structure as needed.style.css
: Customize the styles to match your branding or preferences.
If you'd like to contribute to Stoic-Application, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name.
- Make your changes and commit them to your branch.
- Push your changes to your fork.
- Submit a pull request to the main repository.