@ -5,11 +5,11 @@
< form action = "/orders/quick_inquiry_save" method = "post" novalidate = "" onsubmit = "return validateQuickInquiryForm()" >
< textarea id = "form_additionalrequirements" name = "form_additionalrequirements" placeholder = "Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food... (optional)" style = "height:100px;" > < / textarea >
< input class = "FullName" id = "realname" name = "name" placeholder = "Your name " required = "" type = "text" value = "" / >
< input class = "FullName" id = "realname" name = "name" placeholder = "Your name * " required = "" type = "text" value = "" / >
< div id = "realname_errmsg" style = "display: none" >
< div class = "requiredArea" style = "margin-top:-10px;" > Please enter your name< / div >
< / div >
< input class = "EmailAddress" id = "email" name = "email" placeholder = "Email " required = "" type = "text" value = "" / >
< input class = "EmailAddress" id = "email" name = "email" placeholder = "Email * " required = "" type = "text" value = "" / >
< div id = "email_errmsg" style = "display: none" >
< div class = "requiredArea" style = "margin-top:-10px;" > Please enter your email< / div >
< / div >
@ -17,7 +17,7 @@
< div id = "email_verify_errmsg" style = "display: none" >
< div class = "requiredArea" style = "margin-top:-10px;" > Please verify your email< / div >
< / div >
< input class = "InquiryCalendar" id = "starting_date" name = "starting_date" placeholder = "Starting date " readonly = "readonly" / >
< input class = "InquiryCalendar" id = "starting_date" name = "starting_date" placeholder = "Starting date * " readonly = "readonly" / >
< div id = "starting_date_errmsg" style = "display: none" >
< div class = "requiredArea" style = "margin-top:-10px;" > Please enter your starting date< / div >
< / div >
@ -569,7 +569,7 @@
< option value = "Åland Islands +385" > Åland Islands +358< / option >
< / select >
< input class = "Inquiryphone" id = "PhoneNo" name = "PhoneNo" placeholder = "Phone number (We'll only call if you ask.) " type = "tel" value = "" / >
< input class = "Inquiryphone" id = "PhoneNo" name = "PhoneNo" placeholder = "Phone number (We'll only call if you ask.) * " type = "tel" value = "" / >
< p style = "font-size: 17px ;
color: #555;
margin-top: -10px;