co2calculator.agroinformatics.gr
Open in
urlscan Pro
2a02:c500:1:11::1
Public Scan
URL:
https://co2calculator.agroinformatics.gr/
Submission: On September 20 via api from US — Scanned from DE
Submission: On September 20 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST calculate.php
<form action="calculate.php" method="POST">
<!-- Personal Information Section -->
<h3>Personal Information:</h3>
<div class="mb-3">
<label for="first_name" class="form-label">First Name:</label>
<input type="text" class="form-control" name="first_name" required="">
</div>
<div class="mb-3">
<label for="last_name" class="form-label">Last Name:</label>
<input type="text" class="form-control" name="last_name" required="">
</div>
<div class="mb-3">
<label for="email" class="form-label">Email:</label>
<input type="email" class="form-control" name="email" required="">
</div>
<!-- Flights Section -->
<h3>Flights:</h3>
<div id="flights-section"></div>
<button type="button" class="btn btn-secondary mt-2" onclick="addFlight()">Add Flight</button>
<!-- Ground Transportation Section -->
<h3 class="mt-4">Ground Transportation:</h3>
<div id="transport-section"></div>
<button type="button" class="btn btn-secondary mt-2" onclick="addTransport()">Add Transport</button>
<!-- Accommodation Section -->
<h3>Accommodation:</h3>
<div id="accommodation-section">
<div class="mb-3">
<label for="accommodation_type" class="form-label">Accommodation Type:</label>
<select name="accommodation_type[]" class="form-select">
<option value="urban_hotel">Urban Hotel</option>
<option value="rural_hotel">Rural Hotel</option>
</select>
</div>
<div class="mb-3">
<label for="accommodation_days" class="form-label">Number of Days:</label>
<input type="number" class="form-control" name="accommodation_days[]" id="accommodation_days" required="">
</div>
</div>
<!-- Meals Section -->
<h3>Meals:</h3>
<div id="meals-section">
<div class="mb-3">
<label for="meal_type" class="form-label">Meal Type:</label>
<select name="meal_type[]" class="form-select">
<option value="vegetarian">Vegetarian</option>
<option value="non_vegetarian">Non-Vegetarian</option>
</select>
</div>
<div class="mb-3">
<label for="meal_days" class="form-label">Number of Days:</label>
<input type="number" class="form-control" name="meal_days[]" id="meal_days" readonly="">
</div>
</div>
<div class="mt-4">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
Text Content
CO2 EMISSION CALCULATOR PERSONAL INFORMATION: First Name: Last Name: Email: FLIGHTS: Add Flight GROUND TRANSPORTATION: Add Transport ACCOMMODATION: Accommodation Type: Urban Hotel Rural Hotel Number of Days: MEALS: Meal Type: Vegetarian Non-Vegetarian Number of Days: Submit