Application Form | Working PHP Code

Application Form | Working PHP Code

QiX2WKD.jpg

» Introduction

Are you looking for a website to collect user applications to join your Minecraft server team and you don't know which one to choose? Look no further.
Thanks to the simple and clean code, you will be able to modify it according to your needs, moreover unlike others it already has a fully functional and very simple PHP code to send the completed form by email.

If you have any issues or questions, please contact me in private message. Please be patient if I do not reply immediately. I will reply as soon as I can.
Please also do not report issues in the review section.


» Features

  • This Application Form Website comes with a custom animated loading screen.
  • This Application Form Website has the advantage of having a simple and clean code so that you will be able, even with little knowledge of HTML, CSS and JavaScript, to modify its contents.
  • This Application Form Website has the advantage of having a simple and clean PHP code that you can modify with your email where applications will be sent.
  • To see how to change the email address see the instructions below.
  • This Application Form Website is structured in steps, in fact, unlike the free version, before you can send the request via email you must complete all the steps, as shown in the second GIF.
  • This Application Form Website comes with some animations to make the site more pleasant to navigate.
  • This Application Form Website is fully responsive so it is perfectly visible on all devices, from computer to phone.


» Set Up Email System

To properly set up the email sending system you first need to install "sendmail", to do this log into your console and type:
  • sudo apt-get install sendmail (the command may vary depending on your server's operating system)
Now that sendmail has been installed, you need to configure the "mailer.php" file.
Open the "mailer.php" file in the "php" folder and look for the line of code containing:
PHP:
$recipient = "name@example.com";
then replace the e-mail with the one you want to send the forms to.



» Disclaimer

There are two Hypixel logos in this template, so I want to point out that I'm not part of the Hypixel team, the logos are only for illustration purposes.
Author
Screech
Price
€6.00
First release

Latest updates

  1. Version 1.2

    Changes: Code completely revised and updated to the latest standards; Updated the CSS to the...