PPI-short is a web application designed for Premium Private Investigators. The application provides a simple and intuitive interface for users to contact the investigators.
- Contact form with validation and email sending functionality
- Responsive design for mobile and desktop devices
- Customizable appearance using CSS and JavaScript
- HTML5
- CSS3
- JavaScript (with jQuery library)
- PHP (for server-side email sending)
- EmailJS (for email sending)
- Clone the repository to your local machine
- Create a new PHP file (e.g.,
contact.php) and add your email sending configuration - Update the
emailjs.initfunction inindex.htmlwith your EmailJS user ID - Open
index.htmlin a web browser to access the application
- Fill out the contact form with your name, email, subject, and message
- Click the "Send" button to submit the form
- The application will send an email to the configured email address using EmailJS
EMAILJS_USER_ID: your EmailJS user IDEMAILJS_SERVICE_ID: your EmailJS service IDEMAILJS_TEMPLATE_ID: your EmailJS template IDPHP_EMAIL_ADDRESS: the email address to send emails to (configured incontact.php)