- ID de exploración:
- b824f642-2b1f-4a78-b4b4-5ae228c03a6eFinalizado
- URL enviada:
- https://eticket-dom-rep.com/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 10 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
gtag | function |
dataLayer | object |
redirectToPage | function |
google_tag_manager | object |
google_tag_data | object |
onYouTubeIframeAPIReady | function |
gaGlobal | object |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PQG071CE0C">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PQG071CE0C');
</script>
<script type="text/javascript">
function redirectToPage() {
var languageSelect = document.querySelector('.language-select');
var value = languageSelect.options[languageSelect.selectedIndex].value;
// Redirect based on the selection
if (value === 'english') {
window.location.href = '/'; // Replace with your English page URL
} else if (value === 'spanish') {
window.location.href = '/es'; // Replace with your Spanish page URL
}else if (value === 'french') {
window.location.href = '/fr'; // Replace with your Spanish page URL
}
}
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="eticket-logo.png">
<title>Dominican Republic e-Ticket Online Application</title>
<meta name="description" content="All individuals traveling to the Dominican Republic are required to have a Dominican e-Ticket for both entry and exit from the country.">
<meta name="google-site-verification" content="dA4UaEhHd4UVAzP9DqN3_QLT_8gaoCRWTFxolyRTflo">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
color: #333;
}
.navbar {
background-color: #003366;
color: white;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-logo {
display: flex;
align-items: center;
}
.logo {
height: 60px;
width: auto;
margin-right: 10px;
}
.navbar-text {
display: flex;
flex-direction: column; /* Stack the title and subtitle vertically */
}
.navbar-title {
font-size: 1.5em;
margin-bottom: 5px; /* Space between title and subtitle */
}
.navbar-subtitle {
font-size: 0.8em; /* Smaller font size for the subtitle */
color: #99CCFF; /* Lighter color for the subtitle if needed */
}
.language-select {
background-color: #0055B7;
color: white;
padding: 5px;
border: none;
font-size: 1em;
}
.hero {
display: flex;
flex-direction: row; /* Align children horizontally */
align-items: center; /* Align children vertically */
justify-content: center; /* Center children horizontally */
padding: 50px 20px;
text-align: left;
}
.hero-content {
max-width: 50%;
display: flex;
flex-direction: column; /* Stack the title and buttons vertically */
align-items: center; /* Center-align the items within hero-content */
justify-content: center; /* Center-align vertically if there's extra space */
text-align: center; /* Center-align the text */
}
/* Continue with the rest of your CSS */
.hero-image img {
max-width: 100%;
height: auto; /* Maintain aspect ratio */
}
/* You might want to add media queries to stack the items on smaller screens */
@media (max-width: 768px) {
.hero {
flex-direction: column; /* Stack items vertically on small screens */
}
.hero-content, .hero-image {
max-width: 100%;
text-align: center; /* Center-align text for smaller screens */
}
.hero-content {
order: 2; /* Text below the image on small screens */
}
.hero-image {
order: 1; /* Image above the text on small screens */
}
}
.cta-buttons {
margin: 20px 0;
}
.cta-button {
background-color: #0055B7;
color: white;
padding: 10px 15px;
text-decoration: none;
display: inline-block;
margin-right: 10px;
}
.cta-button:hover {
background-color: #003366;
}
.info-section {
padding: 20px;
background-color: #0055B7; /* Blue background */
color: white; /* White text */
text-align: center; /* Center text horizontally */
}
.info-section-text{
max-width: 80%;
margin: 0 auto; /* centers the section horizontally */
}
.info-section h2 {
color: white;
}
.footer {
background-color: #002244;
color: white;
padding: 10px 20px;
text-align: center;
}
.steps-section {
background: #f4f4f4;
padding: 20px;
}
.steps-container {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.step {
background: #ffffff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
flex-basis: 30%;
padding: 20px;
text-align: center;
}
.icon {
font-size: 50px;
}
.steps-section h2 {
color: #333;
text-align: center;
}
.step h3 {
color: #0056b3;
margin: 10px 0;
}
.step ul {
list-style: none;
padding: 0;
}
.step li {
text-align: left;
padding: 5px 0;
}
@media (max-width: 768px) {
.steps-container {
flex-direction: column;
}
.step {
margin-bottom: 20px;
}
}
#services-container {
font-family: 'Arial', sans-serif;
width: 100%; /* Container takes full width */
margin: 0 auto; /* Centers the container */
overflow-x: auto;
background: #f4f4f4;
}
.service-table {
width: 70%; /* Table takes 70% of its container's width */
margin: 0 auto; /* Centers the table */
border-collapse: collapse;
table-layout: fixed; /* Ensures consistent column widths */
}
.service-table th,
.service-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
.service-table th {
background-color: #f2f2f2;
color: #333;
}
.service-table .available {
color: green;
}
.service-table .not-available {
color: red;
}
@media screen and (max-width: 600px) {
.service-table td:not(:first-child), .service-table th:not(:first-child) {
display: none;
}
}
#e-ticket-container {
font-family: Arial, sans-serif;
color: #333;
max-width: 1200px; /* or 100% for full width */
margin: 0 auto; /* Center the container */
}
#e-ticket-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 20px;
padding: 10px;
}
#e-ticket-summary {
flex: 1; /* Adjust size as needed and allow it to grow */
margin-right: 20px; /* Add space between the summary and the image */
}
#e-ticket-image {
flex: 1; /* Adjust size as needed and allow it to grow */
display: flex;
justify-content: flex-end; /* Aligns the child img element to the right */
}
#e-ticket-image img {
max-width: 100%;
height: auto;
padding: 30px;
}
#e-ticket-summary h2 {
color: #0056b3;
margin-bottom: 16px;
}
#e-ticket-summary p {
margin-bottom: 10px;
}
#e-ticket-summary p strong {
color: #000;
}
#start-application {
background-color: #0056b3;
color: white;
border: none;
padding: 10px 20px;
text-transform: uppercase;
cursor: pointer;
margin-top: 20px;
border-radius: 5px;
font-weight: bold;
}
#start-application:hover {
background-color: #003d82;
}
#e-ticket-description {
padding: 20px;
box-sizing: border-box;
}
@media (max-width: 768px) {
#e-ticket-top {
flex-direction: column;
}
#e-ticket-image img, #e-ticket-summary {
max-width: 100%;
}
#e-ticket-summary {
margin-top: 20px;
}
}
.content {
width: 80%;
padding: 0;
margin: 0 auto;
}
.centerplease {
margin: 0 auto;
max-width: 270px;
font-size: 40px;
}
/*Question*/
.question {
position: relative;
background: #f9f9f9;
margin: 0;
padding: 10px 10px 10px 50px;
display: block;
width:100%;
cursor: pointer;
}
/*Answer*/
.answers {
padding: 0px 15px;
margin: 5px 0;
width:100%!important;
height: 0;
overflow: hidden;
z-index: -1;
position: relative;
opacity: 0;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
}
.questions:checked ~ .answers{
height: auto;
opacity: 1;
padding: 15px;
}
/*FAQ Toggle*/
.plus {
position: absolute;
margin-left: 10px;
z-index: 5;
font-size: 2em;
line-height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
}
.questions:checked ~ .plus {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.questions {
display: none;
}
.customer_info {
width: 80%;
padding: 0;
margin: 0 auto;
}
.customer_info ul{
list-style: none;
line-height: 30px;
font-size: 18px;
}
</style>
</head>
<body>
<div class="navbar">
<div class="navbar-logo">
<img src="eticket-logo.png" alt="Dominican Republic e-Ticket Portal" class="logo">
<div class="navbar-text">
<span class="navbar-title">E-Ticket</span>
<span class="navbar-subtitle">Dominican Republic</span>
</div>
</div>
<select class="language-select" onchange="redirectToPage()">
<option value="english">English</option>
<option value="spanish">Español</option>
<option value="french">Français</option>
</select>
</div>
<div class="hero">
<div class="hero-content">
<h1>Welcome to the Electronic Ticket Portal for entering and exiting the Dominican Republic</h1>
<div class="cta-buttons">
<a href="form/index.html" class="cta-button">E-TICKET APPLICATION</a>
<!-- <a href="#" class="cta-button">FIND YOUR E-TICKET</a> -->
</div>
</div>
<div class="hero-image">
<img src="e-ticket-sample-mini.png" alt="Dominican Republic e-Ticket">
</div>
</div>
<div class="info-section">
<h2>WHAT IS THE ELECTRONIC TICKET?</h2>
<div class="info-section-text"><p>Every traveler arriving in or departing from the Dominican Republic is required to possess a <a href="https://eticket-dom-rep.com/planning-your-visit-to-the-dominican-republic.html">Dominican electronic Ticket</a>. This e-Ticket serves as a dual-purpose document, functioning as both an entry/exit card and a declaration form for customs and health travel.
Failure to fill out this essential requirement precludes entry into the Dominican Republic, and a valid e-Ticket is necessary to exit as well.
To obtain your Dominican e-Ticket, simply fill out an online form. Upon submission, the authorized e-Ticket will be sent directly to your email.</p></div>
<p></p>
</div>
<div class="customer_info">
<div class="customer_60">
<h3>Key Information Required for the E-Ticket</h3>
<ul>
<li><strong>1. Name of Traveler(s):</strong> Full legal names as they appear on your travel documents.</li>
<li><strong>2. Travel Dates:</strong> Specific dates and times of arrival and departure.</li>
<li><strong>3. Flight Information:</strong> Your flight number, airline name, and your origin and destination airports.</li>
<li><strong>4. Ticket Details:</strong> Complete flight ticket information must be detailed in the application.</li>
<li><strong>5. Payment Confirmation:</strong> Proof of e-Ticket purchase or a payment receipt.</li>
</ul>
<p>The information on your e-Ticket should exactly match the information on your travel documents. Any mistakes could leave your e-Ticket useless and make it more challenging for you to enter the country.</p>
</div>
</div>
<div class="steps-section">
<h2>Steps to make your request</h2>
<div class="steps-container">
<div class="step">
<div class="icon">👤</div>
<h3>Request</h3>
<ul>
<li>Click the button <a href="form/index.html">E-ticket request</a></li>
<li>Fill in the other requested fields.</li>
<li>Click on Submit button.</li>
<li>If you already have an application, click access and enter your application number.</li>
</ul>
</div>
<div class="step">
<div class="icon">📄</div>
<h3>Inside the Form</h3>
<ul>
<li>Save the generated application code, with this code you can enter the form at any time</li>
<li>Fill in the required data correctly.</li>
<li>The Unique Customs Declaration is only required for adults (18+)</li>
</ul>
</div>
<div class="step">
<div class="icon">✔️</div>
<h3>Filled Form</h3>
<ul>
<li>A Ticket will be generated with a QR code</li>
<li>Click the Generate PDF button if you want to save it to your device</li>
</ul>
</div>
</div>
</div>
<br><br>
<div id="e-ticket-container">
<div id="e-ticket-top">
<div id="e-ticket-image">
<!-- Replace 'path-to-your-e-ticket-image.jpg' with the actual path to your e-ticket image -->
<img src="e-ticket-sample.png" alt="E-Ticket">
</div>
<div id="e-ticket-summary">
<h2>e-TICKET IN SHORT</h2>
<p><strong>Trip Purpose:</strong> Tourism, business, or other.</p>
<p><strong>e-Ticket Validity:</strong> Valid during the whole period of stay.</p>
<p><strong>Delivery Time:</strong> Few hours within successful payment.</p>
<p><strong>Price:</strong> Agency fee - USD 39$</p>
<p><strong>Application Process:</strong> Apply online only. Approved e-Ticket sent by email as a pdf.</p>
<a href="form/index.html"><button id="start-application">START e-TICKET APPLICATION</button></a>
<p>
The e-Ticket is part of a larger plan to keep the Dominican Republic's immigration systems safe and effective. According to immigration and health rules, the system helps make sure that all visitors are properly registered and safe.</p>
<p>
Please read and follow these e-Ticket steps carefully so that your <a href="planning-your-visit-to-the-dominican-republic.html">trip to the Dominican Republic</a> goes smoothly and you can focus more on enjoying your trip to this beautiful Caribbean destination.</p>
</div>
</div>
<div id="e-ticket-description">
<p>An e-Ticket serves as a document that numerous global governments, such as the Dominican Republic, utilize to oversee the movement of individuals entering and departing the nation. This system is designed to ensure transparency in travel activities, thereby safeguarding the well-being of both tourists and the local populace.</p>
</div>
</div>
<br><br>
<!-- <div id="services-container">
<center><h2>What Our Services Include</h2></center>
<table class="service-table">
<thead>
<tr>
<th>Services</th>
<th>Government service</th>
<th>Our services</th>
</tr>
</thead>
<tbody>
<tr>
<td>Online application available 24/7</td>
<td class="available">✓</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Examination of the application by e-Ticket specialists prior to submission to the Government.</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Amendment of any absent or erroneous details by e-Ticket professionals, such as verifying passport information using our proprietary state-of-the-art technology API.</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Confirmation and authentication of supplementary details by travel authority specialists.</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Round-the-clock email support and help provided by e-Ticket professionals, available in native languages including English, French, and Spanish. </td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Simplified application process</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Privacy protection and secure form</td>
<td class="available">✓</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Receipt of your authorized Dominican e-Ticket in PDF format.</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Retrieval of Dominican e-Ticket through email in instances of loss or misplacement, utilizing the passport details provided during the application process.</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Acceptance of various international payment options, including Visa, Mastercard, Amex, JCB, and Unionpay.</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Approved Insurance Policy</td>
<td class="available">✓</td>
<td class="available">✓</td>
</tr>
<tr>
<td>Refund if your e-Ticket is denied</td>
<td class="not-available">✕</td>
<td class="available">✓</td>
</tr>
</tbody>
</table>
<br>
<center><a href='form'><button id="start-application">START YOUR e-TICKET Process</button></a></center>
<br><br><br>
</div> -->
<br><br>
<div class="centerplease">
FAQs
</div>
<br>
<div class="content">
<div>
<input type="checkbox" id="question1" name="q" class="questions">
<div class="plus">+</div>
<label for="question1" class="question">
Is an e-Ticket Enough for Entry into the Dominican Republic?
</label>
<div class="answers">
An e-Ticket alone doesn't serve as a visa. If your home country is excused from Dominican visa requirements, the e-Ticket is enough. Otherwise, a visa is necessary with the e-Ticket.</div>
</div>
<div>
<input type="checkbox" id="question2" name="q" class="questions">
<div class="plus">+</div>
<label for="question2" class="question">
Is a Dominican e-Ticket and a Dominican Travel Visa the same?
</label>
<div class="answers">
An e-Ticket is a digital record needed for all travelers for entry and exit. A travel visa is a formal authorization needed for certain nationalities to enter the Dominican Republic. Verify travel requirements with official sources as they can change.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
How is a Dominican e-Ticket acquired?
</label>
<div class="answers">
Fill out our application form, which includes the Boarding and Disembarkation Card, Travelers Health Affidavit, and Customs Declaration Form, to easily get an e-Ticket. After payment, expect your e-Ticket in your inbox within a day.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
How long does it take to issue an e-Ticket?
</label>
<div class="answers">
If all submitted information is accurate and complete, your e-Ticket will be emailed within 24 hours after payment is confirmed.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
Do we need to reapply for an e-Ticket After a Recent Visit?
</label>
<div class="answers">
You must reapply for an e-Ticket for each visit to the Dominican Republic
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
What are the next steps if an e-Ticket isn’t received after payment?
</label>
<div class="answers">
As your trip date gets closer, call our customer service if you have not received your e-Ticket yet. You can expect our team to respond to your question as fast as possible.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
Can I Apply for an e-Ticket Without a Confirmed Departure Date?
</label>
<div class="answers">
You may apply for an e-Ticket with just an arrival date. Once the departure date is confirmed, contact us to finalize your e-Ticket.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
How many QR Codes are Issued Per e-Ticket Application?
</label>
<div class="answers">
You will receive two QR codes per application: one for entry and another for exit. Group applications will receive one QR code for the entire group for both entry and exit.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
What’s the cost of the Dominican e-Ticket?
</label>
<div class="answers">
The e-Ticket for the Dominican Republic is priced at $68 USD, payable before we process your application.
</div>
</div>
<div>
<input type="checkbox" id="question3" name="q" class="questions">
<div class="plus">+</div>
<label for="question3" class="question">
Is there a Refund Policy for the e-Ticket?
</label>
<div class="answers">
A full refund is available under our no-questions-asked policy. Simply reach out to request it.
</div>
</div>
</div>
<div class="footer">
<p>© 2024 E-Ticket Assistance for the Dominican Republic</p>
<a href="term.html">Terms & Conditions</a> | <a href="privacy-policy.html">Privacy Policy</a> | <a href="term.html">Terms & Conditions</a>
<p><strong>Disclaimer:</strong> We are an independent service provider and are not affiliated with any government website. Our service offers assistance with completing and submitting Dominican Republic e-ticket applications for a fee.</p>
</div>
</body></html>