giexo.com
Open in
urlscan Pro
2a02:4780:1e:7f1:e228:2518:b747:6fc3
Public Scan
URL:
https://giexo.com/
Submission: On January 06 via api from US — Scanned from US
Submission: On January 06 via api from US — Scanned from US
Form analysis
3 forms found in the DOM<form onsubmit="submitForm(); return false;">
<label for="name">Name:</label>
<input type="text" id="name" required=""><br>
<label for="email">Email:</label>
<input type="email" id="email" required=""><br>
<!-- New Phone Number Field -->
<label for="phone">Phone Number:</label>
<input type="tel" id="phone">
<small>Format: 123-456-7890</small><br>
<label for="destination">Destination:</label>
<input type="text" id="destination-field" readonly="" required=""><br>
<!-- Add more form fields as needed for collecting user information -->
<button type="submit" class="apply-button">Submit</button>
</form>
POST booking.php
<form action="booking.php" method="POST">
<div class="form-group">
<label for="fullname">Full Name</label>
<input type="text" id="fullname" name="name" placeholder="Enter your full name" required="">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email address" required="">
</div>
<div class="form-group">
<label for="phone">Phone Number</label>
<input type="text" id="phone" name="phone" placeholder="Enter your phone number" required="">
</div>
<div class="form-group">
<label for="appointment_date">Preferred Appointment Date</label>
<input type="date" id="appointment_date" name="appointment_date" required="" min="2024-01-06">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea rows="4" id="message" name="message" placeholder="Enter your message"></textarea>
</div>
<button type="submit" class="btn">Book Now</button>
</form>
POST rating.php
<form action="rating.php" method="post">
<div class="info">
<div class="info-item">
<label class="icon" for="name"><i class="fas fa-user"></i></label>
<input type="text" name="name" id="name" placeholder="Name" required="">
</div>
<div class="info-item">
<label class="icon" for="age"><i class="fas fa-calendar"></i></label>
<input type="text" name="age" id="age" placeholder="Age" required="">
</div>
<div class="info-item">
<label class="icon" for="email"><i class="fas fa-envelope"></i></label>
<input type="text" name="email" id="email" placeholder="Email" required="">
</div>
<div class="info-item">
<label class="icon" for="phone"><i class="fas fa-phone"></i></label>
<input type="text" name="phone" id="phone" placeholder="Phone" required="">
</div>
</div>
<div class="grade-type">
<h3>Rate Our Website</h3>
<div>
<input type="radio" value="Excellent" id="radioOne" name="grade" checked="">
<label for="radioOne" class="radio">Excellent</label>
</div>
<div>
<input type="radio" value="Very Good" id="radioTwo" name="grade">
<label for="radioTwo" class="radio">Very Good</label>
</div>
<div>
<input type="radio" value="Good" id="radioThree" name="grade">
<label for="radioThree" class="radio">Good</label>
</div>
<div>
<input type="radio" value="Bad" id="radioFour" name="grade">
<label for="radioFour" class="radio">Bad</label>
</div>
<div>
<input type="radio" value="Very Bad" id="radioFive" name="grade">
<label for="radioFive" class="radio">Very Bad</label>
</div>
</div>
<h3>Please Comment on Your Rating</h3>
<textarea rows="4" name="comment"></textarea> <!-- Added name attribute here -->
<button type="submit">Submit</button>
</form>
Text Content
PARADISE CONSULTS * Home * Services * Schengen check list * About Us * Contact PARADISE CONSULTS EXPERT VISA CONSULTANCY SERVICES CONTACT US Chat with us on WhatsApp WHERE DO YOU WANT TO GO? Apply Online APPLICATION FORM Name: Email: Phone Number: Format: 123-456-7890 Destination: Submit BOOK AN APPOINTMENT Full Name Email Phone Number Preferred Appointment Date Message Book Now SCHENGEN VISA The Schengen visa allows you to travel freely within the Schengen Area. The Schengen Area consists of 26 European countries that have abolished passport and other types of border control at their mutual borders. This means you can move between these countries without the need for additional visas or border checks. Schengen Visa OUR SERVICES Visa Application Assistance Document Verification Schengen Checklist Visa type RATE OUR SERVICES RATE OUR WEBSITE Excellent Very Good Good Bad Very Bad PLEASE COMMENT ON YOUR RATING Submit * Privacy Policy * Terms of Service * Terms of Use * Disclaimer * DMCA Policy © Paradise Consults. All rights reserved. info@paradiseconsults.com