<style>
    .footer_cls
    {
        display:none;
    }
</style>
<link rel="stylesheet" id="style_form-css" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/bootstrap-responsive.css" type="text/css" media="all">
<style type="text/css">
div#top-bar-menu {
    display: none;
}
.footer_cls {
    display:none;
}
</style>

                        <input type="submit" style="text-align:center; font:bold 24px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#fff; border-radius:6px; background:#bb2733; border:none; padding:7px 15px; cursor:pointer; margin-bottom:20px" value="SUBMIT MY PAYMENT" name="submit1">
                    </div>
                </div>
            </div>
        </div>
    </form>
</div><link rel="stylesheet" id="mbg_easy_style_form-css" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/mbg_easy_style.css" type="text/css" media="all">
<link rel="stylesheet" id="style_form-css" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/style_form.css" type="text/css" media="all">

<style>
.footer_cls, .title h1
{
	display:none;
}
div#top-bar-menu {
    display: none;
}

</style>
<div class="sing_up_form"><div class="container"><h1>Start Packing!</h1>
	<span class="SmallH1">You have submitted your reservation request for Confirmation Page</span><hr />
	<p><center>I will process your request and contact you with additional information.<br/><br/>
<strong>PLEASE NOTE: THIS IS A RESERVATION REQUEST ONLY.  YOU WILL RECEIVE A
CONFIRMATION ONCE YOUR PAYMENT HAS BEEN PROCESSED AND YOUR ROOM
ASSIGNED.</strong></center></p><p><center>If you have any questions or would like more information regarding your
trip, please contact me at:</center></p>
<center><h4>Lesa Barber</h4></center>
		<div class="phone_cls">
			<center>918-543-5227 * <a href="mailto:Lesa.AdagioDreamVacations@gmail.com?Subject=Hello" target="_top" style="text-decoration:underline">
			Lesa.AdagioDreamVacations@gmail.com
			</a></center><br />&nbsp;
		</div>
</div>
</div><link rel="stylesheet" id="style_form-css" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/bootstrap-responsive.css" type="text/css" media="all">
<link rel="stylesheet" id="style_form-css" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/mbg_easy_style.css" type="text/css" media="all">
<link rel="stylesheet" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/style_form.css" type='text/css' media='all'  />

<style type="text/css">
header.header > .fl-builder-content,
div#top-bar-menu {
    display: none;
}
.footer_cls
{
display:none;
}
#mm-0{
  display:none;
}
.title{
    display:none;
}
.container {
    text-align: center;
}
</style>


<div class="container">
<div class="Logo"><img src="//tap10.myagentgenie.com/lesabarber/wp-content/uploads/sites/8954/2025/03/Adagio-Logo-LG.png" width="200px"/></div>
<h1 class="confirm-thanks">
Thank you for submitting your payment information
</h1>

<div class="payment-footer">
<h4 class="mbg-agent-name">Adagio Dream Vacations</h4>


<h4 class="mpg-agent-info"> <a href="">
</a></h4>

<h4 class="mpg-agent-info"><a href="mailto:"></a></h4>
  
</div>
</div>
                        

  
<link rel="stylesheet" id="style_form-css" href="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/css/bootstrap-responsive.css" type="text/css" media="all">
<style type="text/css">
div#top-bar-menu {
    display: none;
	
}
div.title{
	display:none;
}
.g-recaptcha {
	clear: both;
}
</style>
<!--<script src="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/orb_custom_registration/js/jquery.min.js"></script>-->
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<script src="//tap10.myagentgenie.com/lesabarber/wp-content/plugins/my-booking-genie/assets/js/jSignature.min.noconflict.js"></script>

<script>
$(function() {
	$( ".datepicker" ).datepicker({ yearRange: "-100:+0", changeMonth: true,
		changeYear: true,
		showButtonPanel: true
	});
});

$(document).ready(function() {
	var template = $("#card");
	$("#add_filds").click(function() {
		console.log('test');
		$dup = $(template).clone();
		$("#card").append('<hr>' + $($dup).html());
	});
});

function formvalidation() {
	var cabin_category   =  $("#cabin_category").val();

	var pone_firstname   =  $("#pone_firstname").val();
	var pone_midname     =  $("#pone_midname").val();
	var pone_lastname    =  $("#pone_lastname").val();
	var pone_gender      =  $("#pone_gender").val();
	var pone_citizen     =  $("#pone_citizen").val();
	var pone_dob         =  $("#pone_dob").val();

	var travel_Insurance =	$("#travel_Insurance").val();
	var travel_Cancel    =  $("#travel_Cancel").val();
	var billing_fname    =  $("#billing_fname").val();
	var billing_lname    =  $("#billing_lname").val();
	var billing_address  =  $("#billing_address").val();
	var billing_city     =  $("#billing_city").val();
	var billing_state    =  $("#billing_state").val();
	var billing_zip      =  $("#billing_zip").val();
	var billing_phone    =  $("#billing_phone").val();
	var billing_email    =  $("#billing_email").val();

	var card_name        =  $("#card_name").val();
	var card_type        =  $("#card_type").val();
	var card_month       =  $("#card_month").val();
	var card_year        =  $("#card_year").val();
	var card_number      =  $("#card_number").val();

	var post_c      	 =  $("#post_c").val();
	var post_total       =  $("#post_total").val();

	var verbal			 =  $('input[name=verbal_approval]:checked').val();
	var concent			 =  $('#electronic_consent:checked').val();
	var sig 			 =	$('#electronic_consent_name').val();

	if(cabin_category == "") {
		alert("Please Select Cabin Category");
		jQuery("#cabin_category").focus();
		return false;
	}

	if(pone_firstname == "") {
		alert("Please Provide First Name of Traveler one ");
		jQuery("#pone_firstname").focus();
		return false;
	}

	if(pone_lastname == "") {
		alert("Please Provide Last Name of Traveler one ");
		jQuery("#pone_lastname").focus();
		return false;
	}

	if(pone_gender == "") {
		alert("Please Select Gender of Traveler one ");
		jQuery("#pone_gender").focus();
		return false;
	}

	if(pone_citizen == "") {
		alert("Please Select U. S. Citizen of Traveler one ");
		jQuery("#cabin_category").focus();
		return false;
	}

	if(pone_dob == "") {
		alert("Please Select Date of Birth of Traveler one ");
		jQuery("#pone_dob").focus();
		return false;
	}

	if(travel_Insurance == "") {
		alert("Please Select TRAVEL INSURANCE OPTIONS");
		jQuery("#travel_Insurance").focus();
		return false;
	}

	if(travel_Cancel == "") {
		alert("Please Select TRAVEL CANCELLATION INSURANCE");
		jQuery("#travel_Cancel").focus();
		return false;
	}

	if(billing_fname == "") {
		alert("Please Enter Billing First Name");
		jQuery("#billing_fname").focus();
		return false;
	}

	if(billing_lname == "") {
		alert("Please Enter Billing Last Name");
		jQuery("#billing_lname").focus();
		return false;
	}

	if(cabin_category == "") {
		alert("Please Select Cabin Category");
		jQuery("#cabin_category").focus();
		return false;
	}

	if(billing_address == "") {
		alert("Please Enter Billing Address");
		jQuery("#billing_address").focus();
		return false;
	}

	if(billing_city == "") {
		alert("Please Enter Billing city");
		jQuery("#billing_city").focus();
		return false;
	}

	if(billing_state == "") {
		alert("Please Enter Billing State");
		jQuery("#billing_state").focus();
		return false;
	}

	if(billing_zip == "") {
		alert("Please Enter Billing Zip");
		jQuery("#billing_zip").focus();
		return false;
	}

	if(billing_phone == "") {
		alert("Please Enter Billing Phone");
		jQuery("#billing_phone").focus();
		return false;
	}

	if(billing_email == "") {
		alert("Please Enter Billing Email");
		jQuery("#billing_email").focus();
		return false;
	}

	if(card_name == "") {
		alert("Please Enter Name on Card");
		jQuery("#card_name").focus();
		return false;
	}

	if(card_number == "") {
		alert("Please Enter Card Number");
		jQuery("#card_number").focus();
		return false;
	}

	if(card_type == "") {
		alert("Please Enter card type");
		jQuery("#card_type").focus();
		return false;
	}

	if(card_month == "") {
		alert("Please Enter Expiration Month");
		jQuery("#card_month").focus();
		return false;
	}

	if(card_year == "") {
		alert("Please Enter Expiration Year");
		jQuery("#card_year").focus();
		return false;
	}

		if(post_total == "") {
		alert("Please Enter Captcha");
		jQuery("#post_total").focus();
		return false;
	}

	if(post_total != post_c) {
		alert("Please Enter Correct Captcha");
		jQuery("#post_total").focus();
		return false;
	}
	}
</script>
 <style>
#add_filds:hover
{
color:#BB2733;
cursor:pointer;
}
</style>

<form class="sing_up_form" action="//tap10.myagentgenie.com/lesabarber/confirmation-page/" name="customer_reg_form" id="payment" method="post" onsubmit="return formvalidation();">

<div class="container">
<div class="form-logo"><a href="" style="border:none">
<div class="Logo"><img src="//tap10.myagentgenie.com/lesabarber/wp-content/uploads/sites/8954/2025/03/Adagio-Logo-LG.png" width="200px"/></div>
</a></div>
 <h1>Customer Sign Up </h1>
<span class="SmallH1">
	</span>
<span class="cruise_date">January 01 - January 01, 1970</span>

<h4 style="">Cancellation Penalties</h4>
<span class="blnk_div">

</span>

<div class="form-area">
<div class="border-div">
	<h4>Travelers Must Have Proper Travel Documents</h4>

	<p>For international travel, excluding cruises that begin at  and return to the same U.S. port, <strong>U.S. CITIZENS MUST HAVE A VALID PASSPORT</strong>.<br/>For cruises that begin at and return to the same U.S. port, <strong>U.S. CITIZENS</strong> must have a VALID PASSPORT or original certified birth certificate w/raised seal and photo ID. <strong>NON-U.S. CITIZENS</strong> and <strong>RESIDENT ALIENS</strong> should contact their respective embassies and U.S. Immigration for applicable regulations.</p>
</div>

<div class="heading-div">
	Only <a href="" style="color:#08325a;">ONE</a> Registration Form Per Cabin/Room Please
</div>

<div class="gray-form">
	<div class="div-repeat">
		<label>Select Your Cabin/Room Category </label>
		<select name="cabin_category" id="cabin_category" ><option value="">Select Cabin Category</option>
				</select>
	</div>
	
	<span class="heading1"> TRAVELERS MUST USE THEIR LEGAL NAMES AS THEY APPEAR ON THEIR PROOF OF CITIZENSHIP TO REGISTER</span>

	<!-----------passenger one------------------------------------------------------>
	<div class="row-form2">
		<ul>
			<li>
				<label> Traveler one</label>
				<input type="text" id="pone_firstname" placeholder="First Name" name="p_one[name]" style="">
			</li>
			<li>
				<input type="text" id="pone_midname" placeholder="Middle Name"  name="p_one[mid]" style="">
			</li>
			<li>
				<input type="text" id="pone_lastname" placeholder="Last Name"   name="p_one[last]" style="">
			</li>
			<li>
				<label>Gender</label>
				<select id="pone_gender"  name="p_one[gender]"><option value="">Please Select</option><option value="male">male</option><option value="female">female</option><option value="other">other</option></select>
			</li>
			<li>
				<label>U.S. Citizen</label>
				<select id="pone_citizen" name="p_one[citizen]">
					<option value="">Please Select</option>
					<option value="yes">yes</option>
					<option value="no">no</option>
				</select>
			</li>
			<li>
				<label>Date Of Birth</label>
				<input type="text" id="pone_dob" placeholder="Date of Birth"   name="p_one[dob]" class="datepicker">
			</li>
		</ul>


		<!-----------passenger one end ------------------------------------------------------>


		<!-----------passenger two start ------------------------------------------------------>


		<ul>
			<li>
				<label> Traveler Two</label>
				<input type="text" placeholder="First Name"  name="p_two[name]">
			</li>
			<li>
				<input type="text" placeholder="Middle Name"  name="p_two[mid]" >
			</li>
			<li>
				<input type="text" placeholder="Last Name"  name="p_two[last]">
			</li>
			<li>
				<label>Gender</label>
				<select name="p_two[gender]">
					<option value="">Please Select
					<option>
					<option value="male">male</option>
					<option value="female">female</option>
					<option value="other">other</option>
				</select>
			</li>
			<li>
				<label>U.S. Citizen</label>
				<select name="p_two[citizen]"><option value="">Please Select</option><option value="yes">yes</option><option value="no">no</option></select>
			</li>
			<li>
				<label>Date of Birth</label>
				<input type="text"  placeholder="Date of Birth"   name="p_two[dob]" class="datepicker">
			</li>
		</ul>
		<!-----------end passenger two------------------------------------------------------>

		<!-----------start passenger three------------------------------------------------------>


		<ul>
			<li>
				<label> Traveler Three</label>
				<input type="text" placeholder="First Name" name="p_three[name]">
			</li>
			<li>
				<input type="text" placeholder="Middle Name" name="p_three[mid]">
			</li>
			<li>
				<input type="text" placeholder="Last Name" name="p_three[last]">
			</li>
			<li>
				<label>Gender</label>
				<select name="p_three[gender]">
					<option value="">Please Select</option>
					<option value="male">male</option>
					<option value="female">female</option>
					<option value="other">other</option>
				</select>
			</li>
			<li>
				<label >U.S. Citizen</label>
				<select name="p_three[citizen]">
					<option value="">Please Select</option>
					<option value="yes">yes</option>
					<option value="no">no</option>
				</select>
			</li>
			<li>
				<label>Date of Birth</label>
				<input type="text" placeholder="Date of Birth" name="p_three[dob]" class="datepicker">
			</li>
		</ul>

		<!-----------end passenger three------------------------------------------------------>

		<!-----------start passenger Four------------------------------------------------------>


		<ul>
			<li>
				<label> Traveler Four</label>
				<input type="text" placeholder="First Name"  name="p_four[name]"  >
			</li>
			<li>
				<input type="text" placeholder="Middle Name"  name="p_four[mid]">
			</li>
			<li>
				<input type="text" placeholder="Last Name" name="p_four[last]">
			</li>
			<li>
				<label>Gender</label>
				<select name="p_four[gender]">
					<option value="">Please Select</option>
					<option value="male">male</option>
					<option value="female">female</option>
					<option value="other">other</option>
				</select>
			</li>
			<li>
				<label>U.S. Citizen</label>
				<select name="p_four[citizen]">
					<option value="">Please Select</option>
					<option value="yes">yes</option>
					<option value="no">no</option>
				</select>
			</li>
			<li>
				<label>Date of Birth</label>
				<input type="text"  placeholder="Date of Birth"   name="p_four[dob]" class="datepicker">
			</li>
		</ul>
	</div>
</div>
	<div class="">
		<span class="heading3">Travel Cancellation Insurance</span>
		<p>We strongly recommend purchasing travel insurance due to the vendor's very strict cancellation policies. This is to confirm that you are aware of the cancellation penalties as described above on this page and that travel insurance is available for purchase to protect against cancellation penalties due to unforeseen MEDICAL reasons.
		</p>
	</div>
	<div class="row select-section div-insurance">
		<div class="small-12 medium-6 column"><label>DO YOU UNDERSTAND YOUR TRAVEL INSURANCE OPTIONS?</label> <select  name="travel_Insurance" id="travel_Insurance"><option value="">Please Select</option><option value="Yes">Yes</option><option value="No">No</option></select></div>
		<div class="small-12 medium-6 column"><label>DO YOU WISH TO PURCHASE TRAVEL CANCELLATION INSURANCE? </label><select  name="travel_Cancel" id="travel_Cancel"><option value="">Please Select</option><option value="Yes">Yes</option><option value="No">No</option></select></div>
	</div>

<div class="gray-form">
	<span class="heading2"> Payment & Ticketing Information</span>
	<span class="small-text">(P.O. Boxes Not Accepted)</span>

	<div class="row">
		<div id="card">
			<div class="column small-12 medium-6"><input type="text" placeholder="First Name"  name = "billing[name][]" id="billing_fname" style="" /></div>
			<div class="column small-12 medium-6"><input type="text" placeholder="Last Name"  name = "billing[last][]" id="billing_lname" /></div>

			<div class="column small-12">
			<textarea name = "billing[address][]" placeholder="Address" id="billing_address"></textarea>
			</div>

			<div class="column small-6 medium-4"><input type="text" placeholder="City" name = "billing[city][]"/></div>
			<div class="column small-3 medium-4"><input type="text" placeholder="State" name = "billing[state][]" id="billing_state"/></div>
			<div class="column small-3 medium-4"><input type="text" placeholder="Zip Code" name = "billing[zip][]" id="billing_zip"></div>


			<div class="column small-12 medium-6"><input type="text" placeholder="Preferred Phone"  name = "billing[phone][]"id="billing_phone"/></div>
			<div class="column small-12 medium-6"><input type="text" placeholder="E-mail" name = "billing[mail][]" id="billing_email"/></div>
			<div style="height:30px;clear:both"></div>
			<div class="column small-12 medium-6">
				<input type="text" name = "card_name[]"  placeholder="Name as it appears on card" id="card_name"/>
			</div>
			<div class="column small-12 medium-6">
			<input type="text" placeholder="Amount to pay" name = "card_amount[]" value="" id="card_amount"/>
			</div>
			<div class="column small-6">
				<input type="text" name = "card_number[]" placeholder="Credit Card Number" id="card_number"/>
			</div>
			<div class="column small-3">
			  <select name="card_type[]" id="card_type">
			    <option value="" selected="">Card Type</option>
			    <option value="VISA">VISA</option>
			    <option value="MC">MC</option>
			    <option value="AMEX">AMEX</option>
				<option value="DISCOVER">DISCOVER</option>
				</select>
			</div>
			<div class="column small-3">
				<input type="text" name="card_cvv[]" value="" placeholder="CVV Number" id="card_cvv" >
			</div>
			<div class="column small-6" style="text-align:right"><label>Expiration Date</label></div>

			<div class="column small-3">
			<select name="card_month[]" id="card_month" style="">
			    <option value="" selected="">Month</option>
			    <option value="1">January</option>
			    <option value="2">February</option>
			    <option value="3">March</option>
			    <option value="4">April</option>
			    <option value="5">May</option>
			    <option value="6">June</option>
			    <option value="7">July</option>
			    <option value="8">August</option>
			    <option value="9">September</option>
			    <option value="10">October</option>
			    <option value="11">November</option>
			    <option value="12">December</option>
			</select>
			</div>
			<div class="column small-3">
			<input type="text" name="card_year[]" value="" placeholder="Year" id="card_year" style="float:left">
			</div>
		</div>
		<label><span id="add_filds">(+)add another card</span></label>
	</div>
</div>

<!-- deposit requirement -->

<div class="gray-form">
<span class="heading2">Deposit Requirements </span>
<p>It is the traveler's responsibility to determine the correct deposit amount. The deposit will be processed for the minimum amount required to secure the booking unless otherwise indicated by the traveler. Naturally, you can give your agent a call with any question.</p>
<div class="margin-div">
<p>
</p>
</div>
</div>

<!-- deposit requirement ends here -->

<!-- Additional Service Code Start from here -->
<!-- End Additional Service Code Start from here -->


<!-- text area for the additional request -->
<div class="gray-form">
<div id="card">
<span class="heading2">Additional information or special request</span>
<div class="form-input">
<textarea cols="15" rows="10" name="additional_request"></textarea>
</div>
</div>
</div>
<div class="gray-form">
<div id="card">
			
	<span class="heading2">Enter Captcha</span>
	<div style="margin:10px 0">
		<input type = "hidden"  value="10" name="post_a" id="post_a" >
		<input type = "hidden"  value="7" name="post_b" id="post_b">
		<input type = "hidden"  value="17" name="post_c" id="post_c">
		10 + 7 = <input type = "text"  value="" name="post_total" id="post_total">
	</div>
	</div>
</div>



<!-- text area for additional request ends here -->
<div align="center" class="last-input">
<input type = "hidden"  value="7972" name="post_id1">
<input type="submit" name ="process-mbg-signup" value="Submit My Reservation Request" /> </div>
</div>
</form>

				<div class="footer_cls row-fluid">
			<div class="footer_right span12">
				<div class="Bottom">
					<h4>  </h4>
					<div class="phone_cls">
						 * <a href='mailto:?Subject=Hello' target="_top" style="text-decoration:underline">
												</a><br />&nbsp;
					</div>
				</div>
			</div>
			<p class="sot">Florida Seller of Travel Ref. No. ST15578 - CST 2090937-50 – Washington UBID No. 603189022 - Iowa Registered Agency No. 1202</p>
		</div><!--end footer_cls-->		

	</div><!--end container-->
</div><!--end sing_up_form-->

<script>
</script>[{"id":8065,"date":"2025-03-30T20:37:43","date_gmt":"2025-03-31T00:37:43","guid":{"rendered":"https:\/\/tap10.myagentgenie.com\/lesabarber\/?page_id=8065"},"modified":"2025-03-30T20:37:43","modified_gmt":"2025-03-31T00:37:43","slug":"home","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-thumbnail wp-image-8014\" src=\"http:\/\/tap10.myagentgenie.com\/lesabarber\/wp-content\/uploads\/sites\/8954\/2025\/03\/Adagio-Logo-LG-150x150.png\" alt=\"\" width=\"150\" height=\"150\" srcset=\"\/\/tap10.myagentgenie.com\/lesabarber\/wp-content\/uploads\/sites\/8954\/2025\/03\/Adagio-Logo-LG-150x150.png 150w, \/\/tap10.myagentgenie.com\/lesabarber\/wp-content\/uploads\/sites\/8954\/2025\/03\/Adagio-Logo-LG-300x300.png 300w, \/\/tap10.myagentgenie.com\/lesabarber\/wp-content\/uploads\/sites\/8954\/2025\/03\/Adagio-Logo-LG-768x768.png 768w, \/\/tap10.myagentgenie.com\/lesabarber\/wp-content\/uploads\/sites\/8954\/2025\/03\/Adagio-Logo-LG-125x125.png 125w, \/\/tap10.myagentgenie.com\/lesabarber\/wp-content\/uploads\/sites\/8954\/2025\/03\/Adagio-Logo-LG.png 1008w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1355,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8065","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/8065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1355"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=8065"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/8065\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=8065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":8004,"date":"2023-08-03T16:57:41","date_gmt":"2023-08-03T20:57:41","guid":{"rendered":"https:\/\/tap10.myagentgenie.com\/lesabarber\/payment-confirmation\/"},"modified":"2023-08-03T16:57:41","modified_gmt":"2023-08-03T20:57:41","slug":"payment-confirmation","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/payment-confirmation\/","title":{"rendered":"Payment Confirmation Page"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1355,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8004","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/8004","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1355"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=8004"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/8004\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=8004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":8003,"date":"2023-08-03T16:57:41","date_gmt":"2023-08-03T20:57:41","guid":{"rendered":"https:\/\/tap10.myagentgenie.com\/lesabarber\/pay-now\/"},"modified":"2023-08-03T16:57:41","modified_gmt":"2023-08-03T20:57:41","slug":"pay-now","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/pay-now\/","title":{"rendered":"Payment Page"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1355,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8003","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/8003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1355"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=8003"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/8003\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=8003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7992,"date":"2023-05-08T09:46:06","date_gmt":"2023-05-08T13:46:06","guid":{"rendered":"https:\/\/tap10.myagentgenie.com\/lesabarber\/?page_id=7992"},"modified":"2024-08-07T14:25:59","modified_gmt":"2024-08-07T18:25:59","slug":"theme-park-specialist","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/theme-park-specialist\/","title":{"rendered":"Theme Park Specialist"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":1355,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7992","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7992","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1355"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7992"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7992\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7990,"date":"2023-05-08T09:46:04","date_gmt":"2023-05-08T13:46:04","guid":{"rendered":"https:\/\/tap10.myagentgenie.com\/lesabarber\/confirmation-page\/"},"modified":"2023-05-08T09:46:04","modified_gmt":"2023-05-08T13:46:04","slug":"confirmation-page","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/confirmation-page\/","title":{"rendered":"Confirmation Page"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1355,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7990","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7990","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1355"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7990"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7990\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7975,"date":"2020-05-18T14:23:03","date_gmt":"2020-05-18T18:23:03","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/?page_id=7975"},"modified":"2026-01-24T18:21:59","modified_gmt":"2026-01-24T23:21:59","slug":"all-inclusive-resorts-specialist","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/all-inclusive-resorts-specialist\/","title":{"rendered":"All-inclusive Resorts Specialist"},"content":{"rendered":"<h1>ALL-INCLUSIVE RESORTS<\/h1>\n<h2>The All-Inclusive Experience<\/h2>\n<p>The all-inclusive vacation experience not only transports you to an exciting destination, but also strips away typical travel frustrations. It&#8217;s an adventure that lets you delight in the best travel features&#8211;room service, meals, drinks, gratuities, and luxurious accommodations&#8211;without once pulling out your wallet. A more stress-free environment simply doesn&#8217;t exist.<\/p>\n<p>As an all-inclusive specialist, I am uniquely trained to make a vacation just like this yours. With my expertise and your dreams, we can build the ultimate trip of a lifetime.<\/p>\n<p><a role=\"button\" href=\"..\/contact\/\" target=\"_self\" rel=\"noopener noreferrer\"><br \/>\nContact us today to start to plan your next all-inclusive resort vacation<br \/>\n<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/05\/Certified-All-Inclusive.png\" alt=\"Advanced All-Inclusive training badge\" width=\"288\" height=\"288\" \/><\/p>\n<p style=\"text-align: center;font-size: 14px;margin-top: 20px\">This agency has completed Advanced All-Inclusive training and has expert level knowledge and experience to help plan your next vacation.<\/p>\n<h4>PROUDLY REPRESENTING:<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/amresorts.gif\" alt=\"AM Resorts\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/clubmed.gif\" alt=\"Club Med\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/hardrock1.gif\" alt=\"Hard Rock all-inclusive Hotels\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/11\/image010.png\" alt=\"Karisma Hotels and Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/10\/La-Collecion.png\" alt=\"LA COLECCION RESORTS\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Palaceresorts.jpg\" alt=\"Palace Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/03\/logo-playa-hotels-and-resorts.png\" alt=\"Playa Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/04\/Sandals-Logo-Royal-LIV.jpg\" alt=\"Sandals\" width=\"\" height=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ALL-INCLUSIVE RESORTS The All-Inclusive Experience The all-inclusive vacation experience not only transports you to an exciting destination, but also strips away typical travel frustrations. It&#8217;s an adventure that lets you delight in the best travel features&#8211;room service, meals, drinks, gratuities, and luxurious accommodations&#8211;without once pulling out your wallet. A more stress-free environment simply doesn&#8217;t exist. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7975","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7975"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7975\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7974,"date":"2019-10-10T15:44:22","date_gmt":"2019-10-10T19:44:22","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/confirm-payment\/"},"modified":"2019-10-10T15:45:37","modified_gmt":"2019-10-10T19:45:37","slug":"confirm-payment","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/confirm-payment\/","title":{"rendered":"Confirm Payment"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":22090,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7974","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/22090"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7974"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7974\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7972,"date":"2019-10-09T19:20:18","date_gmt":"2019-10-09T23:20:18","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/customer-sign-up\/"},"modified":"2019-10-09T19:20:49","modified_gmt":"2019-10-09T23:20:49","slug":"customer-sign-up","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/customer-sign-up\/","title":{"rendered":"Customer Sign Up"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":22090,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7972","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/22090"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7972"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7972\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7971,"date":"2019-05-13T22:58:48","date_gmt":"2019-05-14T02:58:48","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/?page_id=7971"},"modified":"2024-08-07T14:25:59","modified_gmt":"2024-08-07T18:25:59","slug":"ethical-travel-agent","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/ethical-travel-agent\/","title":{"rendered":"Ethical Travel Agent"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright size-full wp-image-25385\" src=\"https:\/\/datafeed.myagentgenie.com\/wp-content\/uploads\/2019\/05\/Ethical-Agent-Badge3.png\" alt=\"\" width=\"280\" height=\"280\" \/>This badge certifies that my agency has agreed to the Ethical Travel Agent standards of practice. When you work with this agent, you may rest assured you are working with someone who will treat your vacation with the highest standards of care.<\/p>\n<p>I agree to the following guidelines:<\/p>\n<ul>\n<li>My agency will always apply payments directly to my clients&#8217; trips<\/li>\n<li>My agency will always provide a detailed invoice and copy of the vendor\u2019s client confirmation within 7 days of payment.<\/li>\n<li>My agency will always require a credit card authorization form along with appropriate documentation as required by the vendor. Otherwise, our written\/memorialized communications will serve as sufficient authorization for any purchases.<\/li>\n<li>My agency will always protect clients&#8217; personal information in every way reasonably possible<\/li>\n<li>My agency will always provide clients with contact information for my host agency or agencies so they can verify my identity.<\/li>\n<li>My agency will always, upon request, release any bookings directly to the vendor.<\/li>\n<li>My agency will always maintain all required licensing, legal, and contractual obligations as it pertains to my travel business. I will provide clients with said information upon request.<\/li>\n<li>My agency will never represent myself as a travel insurance expert. I will offer clients general information and a copy of the proposed policy for review. I will defer to the proposed insurer for detailed information.<\/li>\n<li>My agency will, in all communications and advertisements, convey the Seller of Travel Numbers of my host agency so long as my contract with them is valid and I have not breached any contractual or legal obligations.<\/li>\n<li>My agency will always provide clients with accurate information regarding my experience and training.<\/li>\n<li>My agency will endeavor to direct clients to the following resources in the event of a mishap in our business interactions:\n<ul>\n<li>To email me and call me at the contact information I provided at the time of our booking regarding any issues they may have. I will make sure to provide any records I have of previous contacts and will ask the client to do the same for clarity.<\/li>\n<li>If I fail to respond within 14 days of a financial transaction, clients have been directed to contact the following:<\/li>\n<li>ME! I may have just missed an email or voice mail \ud83d\ude42<\/li>\n<li>My host<\/li>\n<li>The attorney general and\/or any additional appropriate governing bodies of the state my agency is in<\/li>\n<li>Better Business Bureau<\/li>\n<\/ul>\n<\/li>\n<li>My agency will address any issues or concerns regarding any transaction with all relevant documentation within 7 days of a client\u2019s request for same.<\/li>\n<li>My agency will maintain current, within 7 days of change, contact information including current legal name, address, email, phone, and other necessary personally identifiable information with my host and any local, state, administrative bodies, and\/or federal entities as required by law, policy, or contractual obligation.<\/li>\n<\/ul>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7971","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7971"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7971\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7968,"date":"2019-04-08T11:52:21","date_gmt":"2019-04-08T15:52:21","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/?page_id=7968"},"modified":"2025-10-21T16:11:10","modified_gmt":"2025-10-21T20:11:10","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/tap10.myagentgenie.com\/lesabarber\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n\n\t\n<p>Adagio Dream Vacations operates the site AdagioDreamVacations.com to provide services including travel booking services.<\/p>\n<p>Adagio Dream Vacations is committed to protecting users&#8217; privacy and addressing potential privacy concerns. The following information has been posted to help you, the client, understand what private information we collect and how your information is used.<\/p>\n<p>Types of private information collected:<\/p>\n<p>To best serve your needs, we collect the following types of information when you visit AdagioDreamVacations.com or social media sites with the Adagio Dream Vacations name.<\/p>\n<p>Personal information:<\/p>\n<p>We collect the following personal information from our users:<\/p>\n<ul>\n<li><em>Name <\/em><\/li>\n<li><em>Dates of birth <\/em><\/li>\n<li><em>Mailing address <\/em><\/li>\n<li><em>Phone number <\/em><\/li>\n<li><em>Email address\u00a0 <\/em><\/li>\n<li><em>Passport information <\/em><\/li>\n<li><em>Travel preferences <\/em><\/li>\n<li><em>Budget <\/em><\/li>\n<li><em>Special accommodations request which may include health information <\/em><\/li>\n<li><em>Special requests<\/em><\/li>\n<\/ul>\n<p>You can always choose to provide less information. However, omitting some of this personal information may limit your ability to access all of the benefits of our website and services. For example, if a required field is not completed you will be unable to submit your booking request form. If a required field is not applicable to your vacation needs &#8220;na&#8221; can be used in this field to complete the process.<\/p>\n<p>Social media information:<\/p>\n<p>Adagio Dream Vacations also collects information social media networks give us. Depending on the social media network, this can include your username, name, email address, friends list, and more. In addition, we collect demographic data when users interact with Adagio Dream Vacations social media accounts.<\/p>\n<p>Policy on collecting sensitive personal information:<\/p>\n<p>Adagio Dream Vacations does not gather any of your sensitive personal information, such as your social security number, driver&#8217;s license number, race, ethnicity, religion, health metrics, political associations, or details on your criminal background.<\/p>\n<p>How the information collected is used:<\/p>\n<p>We only use your personal information to help you utilize everything Adagio Dream Vacations has to offer. This includes:<\/p>\n<ul>\n<li><em>Creating and maintaining an account with us <\/em><\/li>\n<li><em>Completing your transactions <\/em><\/li>\n<li><em>Shipping your travel documents <\/em><\/li>\n<li><em>Fulfilling customer service requests <\/em><\/li>\n<li><em>Communicating our sales and promotions <\/em><\/li>\n<li><em>Contacting you regarding updates to our company policies <\/em><\/li>\n<li><em>Making all of Adagio Dream Vacations&#8217; services available to you in a convenient manner <\/em><\/li>\n<li><em>Providing advertisements that are relevant to you as you visit AdagioDreamVacations.com <\/em><\/li>\n<li><em>Evaluating analytics to see how our customers engage with AdagioDreamVacations.com and social media sites of Adagio Dream Vacations <\/em><\/li>\n<\/ul>\n<p>Length of time personal information is stored:<\/p>\n<p>We may store your personal information for an extended period of time, depending on how we need to use the information. For example, we&#8217;ll keep your email address and name on file unless otherwise requested. In addition, we may need to keep your billing information on file for an extended period of time to maintain our internal transaction records. If you&#8217;ve linked your Adagio Dream Vacations account with a social media account, we also collect information social media networks give us. Depending on the social media network, this can include your username, name, email address, friends list, and more. In addition, we collect demographic data when users interact with Adagio Dream Vacations social media accounts.<\/p>\n<p>Who the information is shared with:<\/p>\n<p>We may share your information with third parties, but only those affiliates that Adagio Dream Vacations has fully vetted and created a partnership with. For more information about our affiliates email Lesa.AdagioDreamVacations@gmail.com.<\/p>\n<p>The only reason we will ever share your information with affiliates is for the following purposes:<\/p>\n<ul>\n<li><em>Processing transactions <\/em><\/li>\n<li><em>Fulfilling vacation booking <\/em><\/li>\n<li><em>Measuring marketing and advertising performance <\/em><\/li>\n<li><em>Providing excellent customer service <\/em><\/li>\n<li><em>Issuing email and text message communications<\/em><\/li>\n<\/ul>\n<p>Information Security:<\/p>\n<p>We do our best to keep your private information secure and safe. However, data leaks and malicious attacks do happen. Please understand that while we do our best to protect your data, providing your personal information is at your own risk.<\/p>\n<p>Ability to decline to provide personal information:<\/p>\n<p>You can, of course, decline to disclosure your personal information to us. However, the failure to provide us with pertinent information may limit your ability to fully benefit from Adagio Dream Vacations and all of its offerings. Remember, we only ask for personal information that can help us fully provide our services to our customers.<\/p>\n<p>Additional questions:<\/p>\n<p>If you have questions regarding this privacy policy, feel free to contact us at Lesa.AdagioDreamVacations@gmail.com. An Adagio Dream Vacations representative will respond to your privacy policy questions as soon as possible.<\/p>\n<p>Policy update:<\/p>\n<p>This privacy policy was last updated on October 21, 2025. If we adjust the privacy policy, we will email all account holders of this change and post the most recent update date here. Once posted, the new privacy policy shall be effective immediately.<\/p>\n<p>Adagio Dream Vacations<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Adagio Dream Vacations operates the site AdagioDreamVacations.com to provide services including travel booking services. Adagio Dream Vacations is committed to protecting users&#8217; privacy and addressing potential privacy concerns. The following information has been posted to help you, the client, understand what private information we collect and how your information is used. Types of private information [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7968","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/comments?post=7968"}],"version-history":[{"count":0,"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/pages\/7968\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap10.myagentgenie.com\/lesabarber\/wp-json\/wp\/v2\/media?parent=7968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}]