{"id":323,"date":"2016-01-15T18:45:44","date_gmt":"2016-01-15T18:45:44","guid":{"rendered":"https:\/\/www.landerllama.com\/wordpress\/?page_id=323"},"modified":"2025-02-22T07:47:25","modified_gmt":"2025-02-22T14:47:25","slug":"rental-reservation","status":"publish","type":"page","link":"https:\/\/www.landerllama.com\/wordpress\/reservations\/rental-reservation","title":{"rendered":"Llama Rental Reservation"},"content":{"rendered":"<style>@media (max-width:480px){#cp_calculatedfieldsf_pform_1{min-height:3728px;}}@media (max-width:768px){#cp_calculatedfieldsf_pform_1{min-height:3004px;}}@media (min-width:1024px){#cp_calculatedfieldsf_pform_1{min-height:2435px;}}<\/style>\t<pre style=\"display:none !important;\"><script data-category=\"functional\" type=\"text\/javascript\">\r\n\t function doValidate_1(form, validation_only)\r\n\t {\r\n\t\tvalidation_only = validation_only || false;\r\n        window['cff_enabling_form' ] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            _form.validate().settings.ignore = '.ignore,.ignorepb';\r\n            _form.removeData('being-submitted');\r\n            _form.find('.submitbtn-disabled').removeClass('submitbtn-disabled').prop('disabled', false);\r\n            _form.find('.cff-processing-form').remove();\r\n        };\r\n        window['cff_disabling_form'] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            if(cff_form_disabled(_form)) return;\r\n            _form.find('.pbSubmit,:submit').addClass('submitbtn-disabled').prop('disabled', true);\r\n            _form.data('being-submitted',1);\r\n            var d = document.createElement('div');\r\n            $dexQuery(d).addClass('cff-processing-form').appendTo(_form.find('#fbuilder'));\r\n        };\r\n        window['cff_form_disabled' ] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            return ('undefined' != typeof _form.data('being-submitted'));\r\n        };\r\n\t\tvar form_identifier =  '_1';\r\n\t\tif(typeof cpcff_validation_rules == 'undefined') cpcff_validation_rules = {};\r\n\t\tif(typeof cpcff_validation_rules[form_identifier] == 'undefined') cpcff_validation_rules[form_identifier] = {};\r\n\t\tvar $dexQuery = (fbuilderjQuery) ? fbuilderjQuery : jQuery.noConflict(),\r\n\t\t\t_form = $dexQuery(\"#cp_calculatedfieldsf_pform\"+form_identifier),\r\n\t\t\tform_disabled = function(){cff_form_disabled(_form);},\r\n\t\t\tdisabling_form = function(){cff_disabling_form(_form);},\r\n\t\t\tenabling_form = function(){cff_enabling_form(_form);};\r\n\t\tif(form_disabled()) return false;\r\n\t\t_form.find('[max=\"\"]').removeAttr('max');\r\n\t\t_form.find('[min=\"\"]').removeAttr('min');\r\n\t\t_form.find('[step=\"\"]').removeAttr('step');\r\n\t\t_form.validate().settings.ignore = '.ignore';\r\n\t\tvar\tcpefb_error = !_form.validate().checkForm();\r\n\t\tvar\tvalidation_rules = cpcff_validation_rules[form_identifier],\r\n\t\t\tprocessing_form = function()\r\n\t\t\t{\r\n                \t\t\t\tfor(var rule in validation_rules)\r\n\t\t\t\t{\r\n\t\t\t\t\tif(!validation_rules[rule]) {\r\n\t\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\t\t\t\treturn;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif ( validation_only ) {\r\n\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', true);\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\t_form.find(\"[name$='_date'][type='hidden']\").each(function(){\r\n\t\t\t\t\tvar v  \t = $dexQuery(this).val(),\r\n\t\t\t\t\t\tname = $dexQuery(this).attr( 'name' ).replace('_date', ''),\r\n\t\t\t\t\t\te \t = $dexQuery(\"[name='\"+name+\"']\");\r\n\t\t\t\t\t\tif( e.length && ! $dexQuery(\"[id='\"+name+\"_datepicker_container']\").length ){ e.val( String( e.val().replace( v, '' ) ).trim() ); }\r\n\t\t\t\t});\r\n\t\t\t\t_form.find(\"select option[vt]\").each(function(){\r\n                    var e = $dexQuery(this);\r\n                    e.attr('cff-val-bk', e.val()).val(cff_sanitize(e.attr(\"vt\"), true));\r\n\t\t\t\t});\r\n\t\t\t\t_form.find(\"input[vt]\").each(function(){\r\n                    var e = $dexQuery(this),\r\n\t\t\t\t\t\tq = $dexQuery('[id=\"'+e.attr('id')+'_quantity\"]');\r\n                    e.attr('cff-val-bk', e.val()).val(cff_sanitize(e.attr(\"vt\"), true)+(q.length ? ' ('+Math.max(1, q.val())+')' : ''));\r\n\t\t\t\t});\r\n\t\t\t\t_form.find('.cpcff-recordset,.cff-exclude :input,[id^=\"form_structure_\"]')\r\n\t\t\t\t.add(_form.find( '.ignore' )).attr('cff-disabled', 1).prop('disabled', true);\r\n\t\t\t\tdisabling_form();\r\n\t\t\t\t\t\t\t\tif ( _form.attr( 'target' ) == undefined && window.self !== window.top ) {\r\n\t\t\t\t\t_form.attr( 'target', '_top' );\r\n\t\t\t\t}\r\n\t\t\t\tif ( _form.attr( 'target' ) != undefined && NOT( IN( _form.attr( 'target' ).toLowerCase(), [ '_blank', '_self', '_top', '' ] ) ) ) {\r\n\t\t\t\t\t$dexQuery('[name=\"'+_form.prop( 'target' )+'\"]').one('load', function(){\r\n\t\t\t\t\t\t_form.find('[cff-val-bk]').each(function(){\r\n\t\t\t\t\t\t\tvar e = $dexQuery(this);\r\n\t\t\t\t\t\t\te.val(e.attr('cff-val-bk')).removeAttr('cff-val-bk');\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t\t_form.find('[cff-disabled]').prop('disabled', false).removeAttr('cff-disabled');\r\n\t\t\t\t\t\tif(!\/^(\\s*|_self|_top|_parent)$\/i.test(_form.prop('target'))) {\r\n\t\t\t\t\t\t\tenabling_form();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t$dexQuery(document).trigger('cff-form-submitted', _form);\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n                if('nativeSubmit' in _form[ 0 ]) _form[ 0 ].nativeSubmit();\r\n\t\t\t\telse _form[ 0 ].submit();\r\n\t\t\t};\r\n\t\ttry{\r\n\t\t\t_form.find('[name=\"cp_ref_page\"]').val(parent.window.document.location.href);\r\n\t\t} catch (err) {\r\n\t\t\t_form.find('[name=\"cp_ref_page\"]').val(document.location.href);\r\n\t\t}\r\n\t\tvalidation_rules['fields_validation_error'] = (cpefb_error==0);\r\n        \/* 1: Do not submit if the equations are being evaluated *\/\r\n        validation_rules['no_pending'] = (!(form_identifier in $dexQuery.fbuilder.calculator.processing_queue) || !$dexQuery.fbuilder.calculator.processing_queue[form_identifier]) && !$dexQuery.fbuilder.calculator.thereIsPending(form_identifier);\r\n\t\tif(!validation_rules['no_pending'])\r\n\t\t{\r\n\t\t\t$dexQuery(document).on('equationsQueueEmpty', function(evt, formId){\r\n\t\t\t\tif(formId == form_identifier)\r\n\t\t\t\t{\r\n\t\t\t\t\t$dexQuery(document).off('equationsQueueEmpty');\r\n\t\t\t\t\tvalidation_rules['no_pending']  = true;\r\n\t\t\t\t\tprocessing_form();\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t\t\/* End :1 *\/\r\n\t\tif (validation_rules['fields_validation_error'])\r\n\t\t{\r\n\t\t\t\t\tprocessing_form();\r\n\t\t\t\t}\r\n\t\telse\r\n\t\t{\r\n            _form.valid();\r\n            var page = $dexQuery('.cpefb_error:not(.message):not(.ignore):eq(0)').closest('.pbreak').attr('page')*1;\r\n            gotopage(page, _form);\r\n\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\tenabling_form();\r\n\t\t\tsetTimeout(function(){$dexQuery.fbuilder.openErrorDlg(_form);},50);\r\n\t\t}\r\n\t\treturn false;\r\n\t}\r\n\t<\/script><\/pre>\r\n\t<form name=\"cp_calculatedfieldsf_pform_1\" id=\"cp_calculatedfieldsf_pform_1\" action=\"https:\/\/www.landerllama.com\/wordpress\/reservations\/rental-reservation\" method=\"post\" enctype=\"multipart\/form-data\" onsubmit=\"return doValidate_1(this);\" class=\"cff-form no-prefetch  cff-form-12 cp_cff_natural\"  dir=\"ltr\" data-nonce=\"fbbcfbd784\">\r\n\t\t\t<input type=\"hidden\" name=\"cp_calculatedfieldsf_pform_psequence\" value=\"_1\" \/><input type=\"hidden\" name=\"cp_calculatedfieldsf_pform_process\" value=\"1\" \/><input type=\"hidden\" name=\"cp_calculatedfieldsf_id\" value=\"12\" \/><input type=\"hidden\" name=\"cp_ref_page\" value=\"https:\/\/www.landerllama.com\/wordpress\" \/><pre style=\"display:none !important;\"><script data-category=\"functional\" type=\"text\/javascript\">form_structure_1=[[{\"form_identifier\":\"\",\"name\":\"fieldname25\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":0,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003CSCRIPT LANGUAGE=\\u0022JavaScript\\u0022\\u003E\\n\\nfunction NewWindow(mypage, myname, w, h, scroll) {\\nvar winl = (screen.width - w) \\\/ 2;\\nvar wint = (screen.height - h) \\\/ 2;\\nwinprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'\\nwin = window.open(mypage, myname, winprops)\\nif (parseInt(navigator.appVersion) \\u003E= 4) { win.window.focus(); }\\n}\\n\\\/\\\/  End --\\u003E\\n\\u003C\\\/script\\u003E\\n\\n\\u003Ctd cslocked content csheight=\\u002224\\u0022 width=\\u0022196\\u0022 height=\\u002232\\u0022 colspan=\\u00226\\u0022 rowspan=\\u00222\\u0022 valign=\\u0022top\\u0022 xpos=\\u002236\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\u003Cdiv align=\\u0022left\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\t\\u003Ca title=\\u0022Llama Rental Availability Calendar\\u0022 href=\\u0022https:\\\/\\\/www.landerllama.com\\\/landerllama\\\/llamarentalavailability.html\\u0022 onclick=\\u0022NewWindow(this.href,'name','400','600','yes');return false;\\u0022\\u003E\\u003Cfont face=\\u0022FontName, Arial\\u0022\\u003ELlama Rental Availability Calendar\\u003C\\\/font\\u003E\\u003C\\\/a\\u003E\\u003C\\\/div\\u003E\\n\\t\\t\\t\\t\\t\\u003C\\\/td\\u003E\\n\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname58\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":1,\"ftype\":\"fcheck\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"choice\":{\"label\":\"Choice text\",\"rules\":{}}}},\"title\":\"\",\"layout\":\"one_column\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"toSubmit\":\"text\",\"choices\":[\"I have reviewed the Llama Rental Brochure, and Llama Rental Availability Calendar. DO NOT make a reservation request where dates are unavailable in the Llama Rental Availability Calendar above.\"],\"choicesVal\":[\"I have reviewed the Llama Rental Brochure, and Llama Rental Availability Calendar. DO NOT make a reservation request where dates are unavailable in the Llama Rental Availability Calendar above.\"],\"choiceSelected\":[false],\"merge\":1,\"onoff\":0,\"quantity\":0,\"minQuantity\":-1,\"maxQuantity\":-1,\"quantity_when_ticked\":0,\"max\":-1,\"min\":-1,\"maxError\":\"Check no more than {0} boxes\",\"minError\":\"Check at least {0} boxes\",\"showDep\":true,\"choicesDep\":[[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname30\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":2,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Cimg src=\\u0022https:\\\/\\\/www.landerllama.com\\\/landerllama\\\/secure\\\/sectigo_trust_seal_lg.png\\u0022 alt=\\u0022Sectigo\\u0022 height=\\u002254\\u0022 width=\\u0022140\\u0022 border=\\u00220\\u0022\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname57\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":3,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":0,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Chtml\\u003E\\u003Cb\\u003E\\u003Cp\\u003EThis is your llama rental reservation information. You do not have a firm reservation until a form of payment has been received. Thank you!\\u003C\\\/html\\u003E\\u003C\\\/p\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname19\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":4,\"ftype\":\"fdropdown\",\"userhelp\":\"There is a 3 day 2 llama minimum.\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Number of llamas requested\",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"],\"choicesVal\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"],\"optgroup\":[],\"choiceSelected\":\"2 - 2\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":true,\"nextPage\":false,\"choicesDep\":[[\"fieldname24\"],[\"fieldname24\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname22\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":5,\"ftype\":\"fdate\",\"userhelp\":\"\\u003Cb\\u003EThis is the date your llamas will be delivered to your chosen trailhead. Or self picked up.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"date\":{\"label\":\"Date field\",\"rules\":{}},\"hour\":{\"label\":\"Hours selector\",\"rules\":{}},\"minute\":{\"label\":\"Minutes selector\",\"rules\":{}},\"ampm\":{\"label\":\"AM\\\/PM selector\",\"rules\":{}},\"dformat\":{\"label\":\"Date format label\",\"rules\":{}}}},\"title\":\"Trip departure date request\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"small\",\"required\":true,\"exclude\":false,\"readonly\":false,\"disableKeyboardOnMobile\":false,\"dformat\":\"mm\\\/dd\\\/yyyy\",\"showFormatOnLabel\":1,\"dseparator\":\"\\\/\",\"tformat\":\"24\",\"showDropdown\":true,\"dropdownRange\":\"nnnn:+01\",\"minDate\":\"06\\\/26\\\/2026\",\"maxDate\":\"10\\\/31\\\/2026\",\"invalidDates\":\"\",\"validDates\":\"\",\"mondayFirstDay\":false,\"alwaysVisible\":false,\"showWeek\":false,\"minHour\":0,\"maxHour\":23,\"minMinute\":0,\"maxMinute\":59,\"stepHour\":1,\"stepMinute\":1,\"showDatepicker\":true,\"showTimepicker\":false,\"timeErrorMssg\":\"\",\"ariaHourLabel\":\"hours\",\"ariaMinuteLabel\":\"minutes\",\"ariaAMPMLabel\":\"am or pm\",\"currentDate\":0,\"nextValid\":0,\"defaultDate\":\"06\\\/26\\\/2026\",\"defaultTime\":\"\",\"working_dates\":[true,true,true,true,true,true,true],\"formats\":[\"mm\\\/dd\\\/yyyy\",\"dd\\\/mm\\\/yyyy\",\"yyyy\\\/mm\\\/dd\",\"yyyy\\\/dd\\\/mm\"],\"separators\":[\"\\\/\",\"-\",\".\"],\"errorMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname41\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":6,\"ftype\":\"fdate\",\"userhelp\":\"\\u003Cb\\u003EThis is the date your llamas will be picked up at your chosen trailhead. Or self dropped off.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"date\":{\"label\":\"Date field\",\"rules\":{}},\"hour\":{\"label\":\"Hours selector\",\"rules\":{}},\"minute\":{\"label\":\"Minutes selector\",\"rules\":{}},\"ampm\":{\"label\":\"AM\\\/PM selector\",\"rules\":{}},\"dformat\":{\"label\":\"Date format label\",\"rules\":{}}}},\"title\":\"Trip return date request\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"small\",\"required\":true,\"exclude\":false,\"readonly\":false,\"disableKeyboardOnMobile\":false,\"dformat\":\"mm\\\/dd\\\/yyyy\",\"showFormatOnLabel\":1,\"dseparator\":\"\\\/\",\"tformat\":\"24\",\"showDropdown\":true,\"dropdownRange\":\"nnnn:+01\",\"minDate\":\"06\\\/28\\\/2026\",\"maxDate\":\"10\\\/31\\\/2026\",\"invalidDates\":\"\",\"validDates\":\"\",\"mondayFirstDay\":false,\"alwaysVisible\":false,\"showWeek\":false,\"minHour\":0,\"maxHour\":23,\"minMinute\":0,\"maxMinute\":59,\"stepHour\":1,\"stepMinute\":1,\"showDatepicker\":true,\"showTimepicker\":false,\"timeErrorMssg\":\"\",\"ariaHourLabel\":\"hours\",\"ariaMinuteLabel\":\"minutes\",\"ariaAMPMLabel\":\"am or pm\",\"currentDate\":0,\"nextValid\":0,\"defaultDate\":\"06\\\/28\\\/2026\",\"defaultTime\":\"\",\"working_dates\":[true,true,true,true,true,true,true],\"formats\":[\"mm\\\/dd\\\/yyyy\",\"dd\\\/mm\\\/yyyy\",\"yyyy\\\/mm\\\/dd\",\"yyyy\\\/dd\\\/mm\"],\"separators\":[\"\\\/\",\"-\",\".\"],\"errorMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname34\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":7,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Number of days for trip. Trip departure date through trip return date. ATTENTION: THIS MUST MATCH YOUR REQUESTED DEPARTURE AND RETURN DATES ( July 4th through July 8th is 5 days)\",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"3 days\",\"4 days\",\"5 days\",\"6 days\",\"7 days\",\"8 days\",\"9 days\",\"10 days\",\"11 days\",\"12 days\",\"13 days\",\"14 days\",\"15 days\",\"16 days\"],\"choicesVal\":[\"3.0\",\"4.0\",\"5.0\",\"6.0\",\"7.0\",\"8.0\",\"9.0\",\"10.0\",\"11.0\",\"12.0\",\"13.0\",\"14.0\",\"15.0\",\"16.0\"],\"optgroup\":[],\"choiceSelected\":\"5 days - 5.0\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":true,\"nextPage\":false,\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[\"\"],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname43\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":8,\"ftype\":\"fdate\",\"userhelp\":\"\\u003Cb\\u003EThis is your mandatory training class date (4:00 PM) typically the day before your departure date, OR your departure date \\u0022refresher training\\u0022 for repeat customers within the last two years.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"date\":{\"label\":\"Date field\",\"rules\":{}},\"hour\":{\"label\":\"Hours selector\",\"rules\":{}},\"minute\":{\"label\":\"Minutes selector\",\"rules\":{}},\"ampm\":{\"label\":\"AM\\\/PM selector\",\"rules\":{}},\"dformat\":{\"label\":\"Date format label\",\"rules\":{}}}},\"title\":\"Training Class date request\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"small\",\"required\":true,\"exclude\":false,\"readonly\":false,\"disableKeyboardOnMobile\":false,\"dformat\":\"mm\\\/dd\\\/yyyy\",\"showFormatOnLabel\":1,\"dseparator\":\"\\\/\",\"tformat\":\"24\",\"showDropdown\":true,\"dropdownRange\":\"nnnn:+01\",\"minDate\":\"06\\\/25\\\/2026\",\"maxDate\":\"10\\\/31\\\/2026\",\"invalidDates\":\"\",\"validDates\":\"\",\"mondayFirstDay\":false,\"alwaysVisible\":false,\"showWeek\":false,\"minHour\":0,\"maxHour\":23,\"minMinute\":0,\"maxMinute\":59,\"stepHour\":1,\"stepMinute\":1,\"showDatepicker\":true,\"showTimepicker\":false,\"timeErrorMssg\":\"\",\"ariaHourLabel\":\"hours\",\"ariaMinuteLabel\":\"minutes\",\"ariaAMPMLabel\":\"am or pm\",\"currentDate\":0,\"nextValid\":0,\"defaultDate\":\"06\\\/25\\\/2026\",\"defaultTime\":\"\",\"working_dates\":[true,true,true,true,true,true,true],\"formats\":[\"mm\\\/dd\\\/yyyy\",\"dd\\\/mm\\\/yyyy\",\"yyyy\\\/mm\\\/dd\",\"yyyy\\\/dd\\\/mm\"],\"separators\":[\"\\\/\",\"-\",\".\"],\"errorMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname45\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":9,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Chtml\\u003EIt is mandatory to take the training class unless you have taken it with Lander Llama Company in the previous two years.\\u003C\\\/html\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname44\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":10,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Number of people 12 yrs. and older for training\",\"size\":\"medium\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"NONE\\\/repeat trained customers ONLY within the last two seasons - refresher training at TH drop date and time.\",\"1 person\",\"2 persons\",\"3 persons\",\"4 persons\",\"5 persons\",\"6 persons\",\"7 persons\",\"8 persons \"],\"choicesVal\":[\"0.00\",\"100.00\",\"100.00\",\"100.00\",\"100.00\",\"130.00\",\"160.00\",\"190.00\",\"220.00\"],\"optgroup\":[false,false,false,false,false,false,false,false,false],\"choiceSelected\":\"2 persons - 100.00\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":true,\"nextPage\":false,\"choicesDep\":[[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname46\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":11,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Trailheads\",\"size\":\"medium\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"Own pickup and drop $65 (Rented llamas may not leave Wyoming) \",\"Middle Fork TH $90\",\"Stough Creek TH-Worthen Meadow Res $180\",\"Sheep Bridge TH - Worthen Meadow Res. $180\",\"Christina Lake Trail @ Fiddlers Lake $190\",\"Bears Ears (Dickinson Park) $360\",\"Smith Lake\\\/North Fork TH (Dickinson Park) $360\",\"Glacier TH (Dubois) $365\",\"All Other Dubois TH's $365+\",\"Big Sandy Corrals (Pinedale) $435\",\"Sweetwater Gap (Pinedale) $400\",\"Scab Creek TH (Pinedale) $575\",\"Meadow Lake TH (Pinedale-w\\\/approval only) $575\",\"Unknown (defaults to Worthen Meadow) $175\",\"Elkhart Park TH's (Pinedale-w\\\/approval only) $600\",\"Boulder Lake TH (Pinedale-w\\\/approval only) $575\"],\"choicesVal\":[\"65.00\",\"90.00\",\"180.00\",\"180.00\",\"190.00\",\"360.00\",\"360.00\",\"365.00\",\"365.00\",\"435.00\",\"400.00\",\"575.00\",\"575.00\",\"175.00\",\"600.00\",\"575\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choiceSelected\":\"Stough Creek TH-Worthen Meadow Res $180 - 180.00\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":false,\"nextPage\":false,\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname24\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":12,\"ftype\":\"fCalculated\",\"userhelp\":\"\\u003Cb\\u003EThis represents a 50% payment not including tax. \\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"TOTAL RESERVATION PAYMENT DUE $ \",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"prec((((((fieldname19*fieldname34)*95)+(fieldname46))+(fieldname44))\\\/2),2)\\n\\n\\n\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"validate\":false,\"toolbar\":\"default|mathematical\",\"optimizeEq\":true,\"fBuild\":{},\"predefinedClick\":false,\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname54\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":13,\"ftype\":\"fCalculated\",\"userhelp\":\"\\u003Cb\\u003EThis represents 4 or more llamas 100% payment not including tax.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"TOTAL RESERVATION PAYMENT DUE NOW $  \",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"prec(((((fieldname19*fieldname34)*95)+(fieldname46))+(fieldname44)),2)\\n\\n\\n\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"validate\":false,\"toolbar\":\"default|mathematical\",\"optimizeEq\":true,\"fBuild\":{},\"predefinedClick\":false,\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname10\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":14,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"First Name\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname13\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":15,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Last Name\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname11\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":16,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Address\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"medium\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname12\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":17,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"City\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname14\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":18,\"ftype\":\"ftext\",\"userhelp\":\"WI, TX, CA, MD\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"State\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname28\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":19,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"ZIP\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"5\",\"maxlength\":\"10\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname15\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":20,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Province\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname17\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":21,\"ftype\":\"femail\",\"userhelp\":\"invalid email will not receive e-mail receipt\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Email\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"readonly\":false,\"size\":\"medium\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname59\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":22,\"ftype\":\"femail\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Verify Email\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"exclude\":false,\"readonly\":false,\"size\":\"medium\",\"equalTo\":\"fieldname17\",\"regExp\":\"\",\"regExpMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname16\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":23,\"ftype\":\"ftext\",\"userhelp\":\"USA, UK, CAN\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"COUNTRY\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname56\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":24,\"ftype\":\"fPhone\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Contact Phone\",\"required\":true,\"exclude\":false,\"readonly\":false,\"dformat\":\"### ### ####\",\"dseparator\":\"-\",\"predefined\":\"\",\"predefinedClick\":true,\"countryComponent\":false,\"toDisplay\":\"iso\",\"includeFlags\":false,\"includeCountryNames\":false,\"countries\":[],\"defaultCountry\":\"\",\"dynamic\":false,\"size\":\"medium\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname55\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":25,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Foreign Phone\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname29\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":26,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Chtml\\u003E\\u003Cb\\u003EDeposit & Cancellation Policy For Llama Rental Trips: \\t\\t\\n\\t\\n\\nTo reserve llamas with Lander Llama Company you must give a first payment of 50% of the total cost (2-3 llamas). All balances are due at the conclusion of the mandatory training session or at the trail head drop-off for non-training repeat customers. All cancellations received shall completely forfeit the first payment, and remaining balances will be due. Lander Llama Company reserves the right to cancel and or change the trailheads for the rental of llamas for the safety and well being of all participants, and full refunds will occur if the rental of llamas is cancelled by Lander Llama Company. Any reduction in the number of llamas rented or the number of trip days, shall cause the entire first payment to be forfeited and the full balance shall be due (cost prior to the reduction) regardless of reductions in number of llamas or number of trip days. Any llama rentals of 4 (four) or more llamas is a custom  llama rental and the full estimated trip cost is due upon the  reservation. I also agree, if paying by credit card, I will forfeit all payments and I waive my right to charge back the credit card transaction for payments on the total cost. I also agree, if paying by credit card, that if I fail to appear at the mandatory training session or at the trail head, my credit card can be charged for the remaining balances due. For llama shuttle service fees, there may be a 10% fuel surcharge applied. Any credit card refunds and or credits will be charged a 5% fee.\\n\\nA llama rental contract and waiver must be signed before your trip departure. I have read the llama rental reservation form and the above deposit and cancellation policy and agree to its terms.\\u003C\\\/b\\u003E\\u003C\\\/html\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname48\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":27,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003CSCRIPT LANGUAGE=\\u0022JavaScript\\u0022\\u003E\\n\\nfunction NewWindow(mypage, myname, w, h, scroll) {\\nvar winl = (screen.width - w) \\\/ 2;\\nvar wint = (screen.height - h) \\\/ 2;\\nwinprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'\\nwin = window.open(mypage, myname, winprops)\\nif (parseInt(navigator.appVersion) \\u003E= 4) { win.window.focus(); }\\n}\\n\\\/\\\/  End --\\u003E\\n\\u003C\\\/script\\u003E\\n\\n\\u003Ctd cslocked content csheight=\\u002224\\u0022 width=\\u0022196\\u0022 height=\\u002232\\u0022 colspan=\\u00226\\u0022 rowspan=\\u00222\\u0022 valign=\\u0022top\\u0022 xpos=\\u002236\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\u003Cdiv align=\\u0022left\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\t\\u003Ca title=\\u0022I agree with the Lander Llama Company's Rental Brochure policy and terms\\u0022 href=\\u0022http:\\\/\\\/www.landerllama.com\\\/landerllama\\\/rentbroc.html\\u0022 onclick=\\u0022NewWindow(this.href,'name','600','600','yes');return false;\\u0022\\u003E\\u003Cfont face=\\u0022FontName, Arial\\u0022\\u003ELlama Rental Brochure Policy and Terms\\u003C\\\/font\\u003E\\u003C\\\/a\\u003E\\u003C\\\/div\\u003E\\n\\t\\t\\t\\t\\t\\u003C\\\/td\\u003E\\n\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname47\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":28,\"ftype\":\"fcheck\",\"userhelp\":\"You must agree to the Lander Llama Company Rental Brochure Policy and Terms\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"choice\":{\"label\":\"Choice text\",\"rules\":{}}}},\"title\":\"\",\"layout\":\"one_column\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"toSubmit\":\"text\",\"choices\":[\"I agree to the Lander Llama Company Rental Brochure Policy and Terms\"],\"choicesVal\":[\"I agree to the Lander Llama Company Rental Brochure Policy and Terms\"],\"choiceSelected\":[false],\"merge\":1,\"onoff\":0,\"quantity\":0,\"minQuantity\":-1,\"maxQuantity\":-1,\"quantity_when_ticked\":0,\"max\":-1,\"min\":-1,\"maxError\":\"Check no more than {0} boxes\",\"minError\":\"Check at least {0} boxes\",\"showDep\":true,\"choicesDep\":[[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname50\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":29,\"ftype\":\"fradio\",\"userhelp\":\"Checks receive a total 2% discount on final rental contract\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"choice\":{\"label\":\"Choice text\",\"rules\":{}}}},\"title\":\"Payment Choice\",\"layout\":\"one_column\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"toSubmit\":\"text\",\"choices\":[\"Credit Card\",\"I will mail a check today\"],\"choicesVal\":[\"Credit Card\",\"I will mail a check today\"],\"choiceSelected\":\"Credit Card - Credit Card\",\"showDep\":true,\"untickAccepted\":true,\"onoff\":0,\"nextPage\":false,\"choicesDep\":[[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname52\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":30,\"ftype\":\"ftextarea\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Comments: (non-contractual)\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"medium\",\"minlength\":\"0\",\"maxlength\":\"300\",\"rows\":4,\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"}],{\"0\":{\"title\":\"Llama Rental Reservation Form for the 2026 Season\",\"titletag\":\"H3\",\"textalign\":\"center\",\"headertextcolor\":\"#000000\",\"description\":\"@Lander Llama Company, LLC\",\"formlayout\":\"top_aligned\",\"formtemplate\":\"cp_cff_natural\",\"evalequations\":1,\"evalequations_delay\":0,\"evalequationsevent\":2,\"direction\":\"ltr\",\"loading_animation\":0,\"autocomplete\":1,\"persistence\":0,\"animate_form\":0,\"animation_effect\":\"fade\",\"customstyles\":\"\",\"request_cost\":\"fieldname58\",\"advanced\":{\"css\":{\"title\":{\"label\":\"Form title\",\"rules\":{}},\"description\":{\"label\":\"Form description\",\"rules\":{}},\"form\":{\"label\":\"Form area\",\"rules\":{}},\"buttons\":{\"label\":\"Form context buttons (Next page, Previous page, Submit)\",\"rules\":{}},\"buttons_hover\":{\"label\":\"Form context buttons hover\",\"rules\":{}},\"error_bubble\":{\"label\":\"Error bubbles\",\"rules\":{}},\"error_bubble_arrow\":{\"label\":\"Error bubble arrow\",\"rules\":{\"border-bottom-color\":\"\"},\"restrict\":true},\"required_field_asterisk\":{\"label\":\"Asterisk for required fields\",\"rules\":{}}}}},\"formid\":\"cp_calculatedfieldsf_pform_1\",\"setCache\":false,\"cache\":false}];<\/script><\/pre>\r\n\t\t<div id=\"fbuilder\">\r\n\t\t\t\t\t\t<div id=\"fbuilder_1\">\r\n\t\t\t\t<div id=\"formheader_1\"><\/div>\r\n\t\t\t\t<div id=\"fieldlist_1\"><\/div>\r\n                <div class=\"clearer\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div id=\"cpcaptchalayer_1\" class=\"cpcaptchalayer\" style=\"display:none;\">\r\n\t\t\t\t\t\t<div class=\"fields\" id=\"field-c0\" style=\"display:none\">\r\n\t\t\t\t<label>Payment options<\/label>\r\n\t\t\t\t<div class=\"dfield\">\r\n\t\t\t\t \t\t\t\t <!--addons-payment-options-->\r\n    \t\t\t \t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<!--addons-payment-fields-->\r\n\t\t\t\t\t\t<!--add-ons-->\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"cp_subbtn_1\" class=\"cp_subbtn\" style=\"display:none;\">SUBMIT Llama Rental Reservation and go to Payment<\/div>\r\n\t\t\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t<\/div>\r\n\t<input type=\"hidden\" id=\"_cpcff_public_nonce\" name=\"_cpcff_public_nonce\" value=\"ff1690239d\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/wordpress\/wp-json\/wp\/v2\/pages\/323\" \/><input type=\"hidden\" name=\"cff_form_start_time\" value=\"8C1oPE599ELKdYIQjuDbOA==\">    <\/form>\r\n\n","protected":false},"excerpt":{"rendered":"<style>@media (max-width:480px){#cp_calculatedfieldsf_pform_2{min-height:3728px;}}@media (max-width:768px){#cp_calculatedfieldsf_pform_2{min-height:3004px;}}@media (min-width:1024px){#cp_calculatedfieldsf_pform_2{min-height:2435px;}}<\/style>\t<pre style=\"display:none !important;\"><script data-category=\"functional\" type=\"text\/javascript\">\r\n\t function doValidate_2(form, validation_only)\r\n\t {\r\n\t\tvalidation_only = validation_only || false;\r\n        window['cff_enabling_form' ] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            _form.validate().settings.ignore = '.ignore,.ignorepb';\r\n            _form.removeData('being-submitted');\r\n            _form.find('.submitbtn-disabled').removeClass('submitbtn-disabled').prop('disabled', false);\r\n            _form.find('.cff-processing-form').remove();\r\n        };\r\n        window['cff_disabling_form'] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            if(cff_form_disabled(_form)) return;\r\n            _form.find('.pbSubmit,:submit').addClass('submitbtn-disabled').prop('disabled', true);\r\n            _form.data('being-submitted',1);\r\n            var d = document.createElement('div');\r\n            $dexQuery(d).addClass('cff-processing-form').appendTo(_form.find('#fbuilder'));\r\n        };\r\n        window['cff_form_disabled' ] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            return ('undefined' != typeof _form.data('being-submitted'));\r\n        };\r\n\t\tvar form_identifier =  '_2';\r\n\t\tif(typeof cpcff_validation_rules == 'undefined') cpcff_validation_rules = {};\r\n\t\tif(typeof cpcff_validation_rules[form_identifier] == 'undefined') cpcff_validation_rules[form_identifier] = {};\r\n\t\tvar $dexQuery = (fbuilderjQuery) ? fbuilderjQuery : jQuery.noConflict(),\r\n\t\t\t_form = $dexQuery(\"#cp_calculatedfieldsf_pform\"+form_identifier),\r\n\t\t\tform_disabled = function(){cff_form_disabled(_form);},\r\n\t\t\tdisabling_form = function(){cff_disabling_form(_form);},\r\n\t\t\tenabling_form = function(){cff_enabling_form(_form);};\r\n\t\tif(form_disabled()) return false;\r\n\t\t_form.find('[max=\"\"]').removeAttr('max');\r\n\t\t_form.find('[min=\"\"]').removeAttr('min');\r\n\t\t_form.find('[step=\"\"]').removeAttr('step');\r\n\t\t_form.validate().settings.ignore = '.ignore';\r\n\t\tvar\tcpefb_error = !_form.validate().checkForm();\r\n\t\tvar\tvalidation_rules = cpcff_validation_rules[form_identifier],\r\n\t\t\tprocessing_form = function()\r\n\t\t\t{\r\n                \t\t\t\tfor(var rule in validation_rules)\r\n\t\t\t\t{\r\n\t\t\t\t\tif(!validation_rules[rule]) {\r\n\t\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\t\t\t\treturn;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif ( validation_only ) {\r\n\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', true);\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\t_form.find(\"[name$='_date'][type='hidden']\").each(function(){\r\n\t\t\t\t\tvar v  \t = $dexQuery(this).val(),\r\n\t\t\t\t\t\tname = $dexQuery(this).attr( 'name' ).replace('_date', ''),\r\n\t\t\t\t\t\te \t = $dexQuery(\"[name='\"+name+\"']\");\r\n\t\t\t\t\t\tif( e.length && ! $dexQuery(\"[id='\"+name+\"_datepicker_container']\").length ){ e.val( String( e.val().replace( v, '' ) ).trim() ); }\r\n\t\t\t\t});\r\n\t\t\t\t_form.find(\"select option[vt]\").each(function(){\r\n                    var e = $dexQuery(this);\r\n                    e.attr('cff-val-bk', e.val()).val(cff_sanitize(e.attr(\"vt\"), true));\r\n\t\t\t\t});\r\n\t\t\t\t_form.find(\"input[vt]\").each(function(){\r\n                    var e = $dexQuery(this),\r\n\t\t\t\t\t\tq = $dexQuery('[id=\"'+e.attr('id')+'_quantity\"]');\r\n                    e.attr('cff-val-bk', e.val()).val(cff_sanitize(e.attr(\"vt\"), true)+(q.length ? ' ('+Math.max(1, q.val())+')' : ''));\r\n\t\t\t\t});\r\n\t\t\t\t_form.find('.cpcff-recordset,.cff-exclude :input,[id^=\"form_structure_\"]')\r\n\t\t\t\t.add(_form.find( '.ignore' )).attr('cff-disabled', 1).prop('disabled', true);\r\n\t\t\t\tdisabling_form();\r\n\t\t\t\t\t\t\t\tif ( _form.attr( 'target' ) == undefined && window.self !== window.top ) {\r\n\t\t\t\t\t_form.attr( 'target', '_top' );\r\n\t\t\t\t}\r\n\t\t\t\tif ( _form.attr( 'target' ) != undefined && NOT( IN( _form.attr( 'target' ).toLowerCase(), [ '_blank', '_self', '_top', '' ] ) ) ) {\r\n\t\t\t\t\t$dexQuery('[name=\"'+_form.prop( 'target' )+'\"]').one('load', function(){\r\n\t\t\t\t\t\t_form.find('[cff-val-bk]').each(function(){\r\n\t\t\t\t\t\t\tvar e = $dexQuery(this);\r\n\t\t\t\t\t\t\te.val(e.attr('cff-val-bk')).removeAttr('cff-val-bk');\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t\t_form.find('[cff-disabled]').prop('disabled', false).removeAttr('cff-disabled');\r\n\t\t\t\t\t\tif(!\/^(\\s*|_self|_top|_parent)$\/i.test(_form.prop('target'))) {\r\n\t\t\t\t\t\t\tenabling_form();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t$dexQuery(document).trigger('cff-form-submitted', _form);\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n                if('nativeSubmit' in _form[ 0 ]) _form[ 0 ].nativeSubmit();\r\n\t\t\t\telse _form[ 0 ].submit();\r\n\t\t\t};\r\n\t\ttry{\r\n\t\t\t_form.find('[name=\"cp_ref_page\"]').val(parent.window.document.location.href);\r\n\t\t} catch (err) {\r\n\t\t\t_form.find('[name=\"cp_ref_page\"]').val(document.location.href);\r\n\t\t}\r\n\t\tvalidation_rules['fields_validation_error'] = (cpefb_error==0);\r\n        \/* 1: Do not submit if the equations are being evaluated *\/\r\n        validation_rules['no_pending'] = (!(form_identifier in $dexQuery.fbuilder.calculator.processing_queue) || !$dexQuery.fbuilder.calculator.processing_queue[form_identifier]) && !$dexQuery.fbuilder.calculator.thereIsPending(form_identifier);\r\n\t\tif(!validation_rules['no_pending'])\r\n\t\t{\r\n\t\t\t$dexQuery(document).on('equationsQueueEmpty', function(evt, formId){\r\n\t\t\t\tif(formId == form_identifier)\r\n\t\t\t\t{\r\n\t\t\t\t\t$dexQuery(document).off('equationsQueueEmpty');\r\n\t\t\t\t\tvalidation_rules['no_pending']  = true;\r\n\t\t\t\t\tprocessing_form();\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t\t\/* End :1 *\/\r\n\t\tif (validation_rules['fields_validation_error'])\r\n\t\t{\r\n\t\t\t\t\tprocessing_form();\r\n\t\t\t\t}\r\n\t\telse\r\n\t\t{\r\n            _form.valid();\r\n            var page = $dexQuery('.cpefb_error:not(.message):not(.ignore):eq(0)').closest('.pbreak').attr('page')*1;\r\n            gotopage(page, _form);\r\n\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\tenabling_form();\r\n\t\t\tsetTimeout(function(){$dexQuery.fbuilder.openErrorDlg(_form);},50);\r\n\t\t}\r\n\t\treturn false;\r\n\t}\r\n\t<\/script><\/pre>\r\n\t<form name=\"cp_calculatedfieldsf_pform_2\" id=\"cp_calculatedfieldsf_pform_2\" action=\"https:\/\/www.landerllama.com\/wordpress\/reservations\/rental-reservation\" method=\"post\" enctype=\"multipart\/form-data\" onsubmit=\"return doValidate_2(this);\" class=\"cff-form no-prefetch  cff-form-12 cp_cff_natural\"  dir=\"ltr\" data-nonce=\"fbbcfbd784\">\r\n\t\t\t<input type=\"hidden\" name=\"cp_calculatedfieldsf_pform_psequence\" value=\"_2\" \/><input type=\"hidden\" name=\"cp_calculatedfieldsf_pform_process\" value=\"1\" \/><input type=\"hidden\" name=\"cp_calculatedfieldsf_id\" value=\"12\" \/><input type=\"hidden\" name=\"cp_ref_page\" value=\"https:\/\/www.landerllama.com\/wordpress\" \/><pre style=\"display:none !important;\"><script data-category=\"functional\" type=\"text\/javascript\">form_structure_2=[[{\"form_identifier\":\"\",\"name\":\"fieldname25\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":0,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003CSCRIPT LANGUAGE=\\u0022JavaScript\\u0022\\u003E\\n\\nfunction NewWindow(mypage, myname, w, h, scroll) {\\nvar winl = (screen.width - w) \\\/ 2;\\nvar wint = (screen.height - h) \\\/ 2;\\nwinprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'\\nwin = window.open(mypage, myname, winprops)\\nif (parseInt(navigator.appVersion) \\u003E= 4) { win.window.focus(); }\\n}\\n\\\/\\\/  End --\\u003E\\n\\u003C\\\/script\\u003E\\n\\n\\u003Ctd cslocked content csheight=\\u002224\\u0022 width=\\u0022196\\u0022 height=\\u002232\\u0022 colspan=\\u00226\\u0022 rowspan=\\u00222\\u0022 valign=\\u0022top\\u0022 xpos=\\u002236\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\u003Cdiv align=\\u0022left\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\t\\u003Ca title=\\u0022Llama Rental Availability Calendar\\u0022 href=\\u0022https:\\\/\\\/www.landerllama.com\\\/landerllama\\\/llamarentalavailability.html\\u0022 onclick=\\u0022NewWindow(this.href,'name','400','600','yes');return false;\\u0022\\u003E\\u003Cfont face=\\u0022FontName, Arial\\u0022\\u003ELlama Rental Availability Calendar\\u003C\\\/font\\u003E\\u003C\\\/a\\u003E\\u003C\\\/div\\u003E\\n\\t\\t\\t\\t\\t\\u003C\\\/td\\u003E\\n\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname58\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":1,\"ftype\":\"fcheck\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"choice\":{\"label\":\"Choice text\",\"rules\":{}}}},\"title\":\"\",\"layout\":\"one_column\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"toSubmit\":\"text\",\"choices\":[\"I have reviewed the Llama Rental Brochure, and Llama Rental Availability Calendar. DO NOT make a reservation request where dates are unavailable in the Llama Rental Availability Calendar above.\"],\"choicesVal\":[\"I have reviewed the Llama Rental Brochure, and Llama Rental Availability Calendar. DO NOT make a reservation request where dates are unavailable in the Llama Rental Availability Calendar above.\"],\"choiceSelected\":[false],\"merge\":1,\"onoff\":0,\"quantity\":0,\"minQuantity\":-1,\"maxQuantity\":-1,\"quantity_when_ticked\":0,\"max\":-1,\"min\":-1,\"maxError\":\"Check no more than {0} boxes\",\"minError\":\"Check at least {0} boxes\",\"showDep\":true,\"choicesDep\":[[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname30\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":2,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Cimg src=\\u0022https:\\\/\\\/www.landerllama.com\\\/landerllama\\\/secure\\\/sectigo_trust_seal_lg.png\\u0022 alt=\\u0022Sectigo\\u0022 height=\\u002254\\u0022 width=\\u0022140\\u0022 border=\\u00220\\u0022\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname57\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":3,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":0,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Chtml\\u003E\\u003Cb\\u003E\\u003Cp\\u003EThis is your llama rental reservation information. You do not have a firm reservation until a form of payment has been received. Thank you!\\u003C\\\/html\\u003E\\u003C\\\/p\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname19\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":4,\"ftype\":\"fdropdown\",\"userhelp\":\"There is a 3 day 2 llama minimum.\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Number of llamas requested\",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"],\"choicesVal\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"],\"optgroup\":[],\"choiceSelected\":\"2 - 2\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":true,\"nextPage\":false,\"choicesDep\":[[\"fieldname24\"],[\"fieldname24\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"],[\"fieldname54\"]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname22\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":5,\"ftype\":\"fdate\",\"userhelp\":\"\\u003Cb\\u003EThis is the date your llamas will be delivered to your chosen trailhead. Or self picked up.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"date\":{\"label\":\"Date field\",\"rules\":{}},\"hour\":{\"label\":\"Hours selector\",\"rules\":{}},\"minute\":{\"label\":\"Minutes selector\",\"rules\":{}},\"ampm\":{\"label\":\"AM\\\/PM selector\",\"rules\":{}},\"dformat\":{\"label\":\"Date format label\",\"rules\":{}}}},\"title\":\"Trip departure date request\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"small\",\"required\":true,\"exclude\":false,\"readonly\":false,\"disableKeyboardOnMobile\":false,\"dformat\":\"mm\\\/dd\\\/yyyy\",\"showFormatOnLabel\":1,\"dseparator\":\"\\\/\",\"tformat\":\"24\",\"showDropdown\":true,\"dropdownRange\":\"nnnn:+01\",\"minDate\":\"06\\\/26\\\/2026\",\"maxDate\":\"10\\\/31\\\/2026\",\"invalidDates\":\"\",\"validDates\":\"\",\"mondayFirstDay\":false,\"alwaysVisible\":false,\"showWeek\":false,\"minHour\":0,\"maxHour\":23,\"minMinute\":0,\"maxMinute\":59,\"stepHour\":1,\"stepMinute\":1,\"showDatepicker\":true,\"showTimepicker\":false,\"timeErrorMssg\":\"\",\"ariaHourLabel\":\"hours\",\"ariaMinuteLabel\":\"minutes\",\"ariaAMPMLabel\":\"am or pm\",\"currentDate\":0,\"nextValid\":0,\"defaultDate\":\"06\\\/26\\\/2026\",\"defaultTime\":\"\",\"working_dates\":[true,true,true,true,true,true,true],\"formats\":[\"mm\\\/dd\\\/yyyy\",\"dd\\\/mm\\\/yyyy\",\"yyyy\\\/mm\\\/dd\",\"yyyy\\\/dd\\\/mm\"],\"separators\":[\"\\\/\",\"-\",\".\"],\"errorMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname41\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":6,\"ftype\":\"fdate\",\"userhelp\":\"\\u003Cb\\u003EThis is the date your llamas will be picked up at your chosen trailhead. Or self dropped off.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"date\":{\"label\":\"Date field\",\"rules\":{}},\"hour\":{\"label\":\"Hours selector\",\"rules\":{}},\"minute\":{\"label\":\"Minutes selector\",\"rules\":{}},\"ampm\":{\"label\":\"AM\\\/PM selector\",\"rules\":{}},\"dformat\":{\"label\":\"Date format label\",\"rules\":{}}}},\"title\":\"Trip return date request\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"small\",\"required\":true,\"exclude\":false,\"readonly\":false,\"disableKeyboardOnMobile\":false,\"dformat\":\"mm\\\/dd\\\/yyyy\",\"showFormatOnLabel\":1,\"dseparator\":\"\\\/\",\"tformat\":\"24\",\"showDropdown\":true,\"dropdownRange\":\"nnnn:+01\",\"minDate\":\"06\\\/28\\\/2026\",\"maxDate\":\"10\\\/31\\\/2026\",\"invalidDates\":\"\",\"validDates\":\"\",\"mondayFirstDay\":false,\"alwaysVisible\":false,\"showWeek\":false,\"minHour\":0,\"maxHour\":23,\"minMinute\":0,\"maxMinute\":59,\"stepHour\":1,\"stepMinute\":1,\"showDatepicker\":true,\"showTimepicker\":false,\"timeErrorMssg\":\"\",\"ariaHourLabel\":\"hours\",\"ariaMinuteLabel\":\"minutes\",\"ariaAMPMLabel\":\"am or pm\",\"currentDate\":0,\"nextValid\":0,\"defaultDate\":\"06\\\/28\\\/2026\",\"defaultTime\":\"\",\"working_dates\":[true,true,true,true,true,true,true],\"formats\":[\"mm\\\/dd\\\/yyyy\",\"dd\\\/mm\\\/yyyy\",\"yyyy\\\/mm\\\/dd\",\"yyyy\\\/dd\\\/mm\"],\"separators\":[\"\\\/\",\"-\",\".\"],\"errorMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname34\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":7,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Number of days for trip. Trip departure date through trip return date. ATTENTION: THIS MUST MATCH YOUR REQUESTED DEPARTURE AND RETURN DATES ( July 4th through July 8th is 5 days)\",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"3 days\",\"4 days\",\"5 days\",\"6 days\",\"7 days\",\"8 days\",\"9 days\",\"10 days\",\"11 days\",\"12 days\",\"13 days\",\"14 days\",\"15 days\",\"16 days\"],\"choicesVal\":[\"3.0\",\"4.0\",\"5.0\",\"6.0\",\"7.0\",\"8.0\",\"9.0\",\"10.0\",\"11.0\",\"12.0\",\"13.0\",\"14.0\",\"15.0\",\"16.0\"],\"optgroup\":[],\"choiceSelected\":\"5 days - 5.0\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":true,\"nextPage\":false,\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[\"\"],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname43\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":8,\"ftype\":\"fdate\",\"userhelp\":\"\\u003Cb\\u003EThis is your mandatory training class date (4:00 PM) typically the day before your departure date, OR your departure date \\u0022refresher training\\u0022 for repeat customers within the last two years.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"date\":{\"label\":\"Date field\",\"rules\":{}},\"hour\":{\"label\":\"Hours selector\",\"rules\":{}},\"minute\":{\"label\":\"Minutes selector\",\"rules\":{}},\"ampm\":{\"label\":\"AM\\\/PM selector\",\"rules\":{}},\"dformat\":{\"label\":\"Date format label\",\"rules\":{}}}},\"title\":\"Training Class date request\",\"predefined\":\"\",\"predefinedClick\":false,\"size\":\"small\",\"required\":true,\"exclude\":false,\"readonly\":false,\"disableKeyboardOnMobile\":false,\"dformat\":\"mm\\\/dd\\\/yyyy\",\"showFormatOnLabel\":1,\"dseparator\":\"\\\/\",\"tformat\":\"24\",\"showDropdown\":true,\"dropdownRange\":\"nnnn:+01\",\"minDate\":\"06\\\/25\\\/2026\",\"maxDate\":\"10\\\/31\\\/2026\",\"invalidDates\":\"\",\"validDates\":\"\",\"mondayFirstDay\":false,\"alwaysVisible\":false,\"showWeek\":false,\"minHour\":0,\"maxHour\":23,\"minMinute\":0,\"maxMinute\":59,\"stepHour\":1,\"stepMinute\":1,\"showDatepicker\":true,\"showTimepicker\":false,\"timeErrorMssg\":\"\",\"ariaHourLabel\":\"hours\",\"ariaMinuteLabel\":\"minutes\",\"ariaAMPMLabel\":\"am or pm\",\"currentDate\":0,\"nextValid\":0,\"defaultDate\":\"06\\\/25\\\/2026\",\"defaultTime\":\"\",\"working_dates\":[true,true,true,true,true,true,true],\"formats\":[\"mm\\\/dd\\\/yyyy\",\"dd\\\/mm\\\/yyyy\",\"yyyy\\\/mm\\\/dd\",\"yyyy\\\/dd\\\/mm\"],\"separators\":[\"\\\/\",\"-\",\".\"],\"errorMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname45\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":9,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Chtml\\u003EIt is mandatory to take the training class unless you have taken it with Lander Llama Company in the previous two years.\\u003C\\\/html\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname44\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":10,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Number of people 12 yrs. and older for training\",\"size\":\"medium\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"NONE\\\/repeat trained customers ONLY within the last two seasons - refresher training at TH drop date and time.\",\"1 person\",\"2 persons\",\"3 persons\",\"4 persons\",\"5 persons\",\"6 persons\",\"7 persons\",\"8 persons \"],\"choicesVal\":[\"0.00\",\"100.00\",\"100.00\",\"100.00\",\"100.00\",\"130.00\",\"160.00\",\"190.00\",\"220.00\"],\"optgroup\":[false,false,false,false,false,false,false,false,false],\"choiceSelected\":\"2 persons - 100.00\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":true,\"nextPage\":false,\"choicesDep\":[[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname46\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":11,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Trailheads\",\"size\":\"medium\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choices\":[\"Own pickup and drop $65 (Rented llamas may not leave Wyoming) \",\"Middle Fork TH $90\",\"Stough Creek TH-Worthen Meadow Res $180\",\"Sheep Bridge TH - Worthen Meadow Res. $180\",\"Christina Lake Trail @ Fiddlers Lake $190\",\"Bears Ears (Dickinson Park) $360\",\"Smith Lake\\\/North Fork TH (Dickinson Park) $360\",\"Glacier TH (Dubois) $365\",\"All Other Dubois TH's $365+\",\"Big Sandy Corrals (Pinedale) $435\",\"Sweetwater Gap (Pinedale) $400\",\"Scab Creek TH (Pinedale) $575\",\"Meadow Lake TH (Pinedale-w\\\/approval only) $575\",\"Unknown (defaults to Worthen Meadow) $175\",\"Elkhart Park TH's (Pinedale-w\\\/approval only) $600\",\"Boulder Lake TH (Pinedale-w\\\/approval only) $575\"],\"choicesVal\":[\"65.00\",\"90.00\",\"180.00\",\"180.00\",\"190.00\",\"360.00\",\"360.00\",\"365.00\",\"365.00\",\"435.00\",\"400.00\",\"575.00\",\"575.00\",\"175.00\",\"600.00\",\"575\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choiceSelected\":\"Stough Creek TH-Worthen Meadow Res $180 - 180.00\",\"select2\":false,\"multiple\":false,\"first_choice\":false,\"first_choice_text\":\"\",\"vChoices\":1,\"showDep\":false,\"nextPage\":false,\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname24\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":12,\"ftype\":\"fCalculated\",\"userhelp\":\"\\u003Cb\\u003EThis represents a 50% payment not including tax. \\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"TOTAL RESERVATION PAYMENT DUE $ \",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"prec((((((fieldname19*fieldname34)*95)+(fieldname46))+(fieldname44))\\\/2),2)\\n\\n\\n\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"validate\":false,\"toolbar\":\"default|mathematical\",\"optimizeEq\":true,\"fBuild\":{},\"predefinedClick\":false,\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname54\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":13,\"ftype\":\"fCalculated\",\"userhelp\":\"\\u003Cb\\u003EThis represents 4 or more llamas 100% payment not including tax.\\u003C\\\/b\\u003E\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"TOTAL RESERVATION PAYMENT DUE NOW $  \",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"prec(((((fieldname19*fieldname34)*95)+(fieldname46))+(fieldname44)),2)\\n\\n\\n\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"validate\":false,\"toolbar\":\"default|mathematical\",\"optimizeEq\":true,\"fBuild\":{},\"predefinedClick\":false,\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname10\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":14,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"First Name\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname13\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":15,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Last Name\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname11\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":16,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Address\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"medium\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname12\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":17,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"City\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname14\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":18,\"ftype\":\"ftext\",\"userhelp\":\"WI, TX, CA, MD\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"State\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname28\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":19,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"ZIP\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"5\",\"maxlength\":\"10\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname15\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":20,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Province\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname17\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":21,\"ftype\":\"femail\",\"userhelp\":\"invalid email will not receive e-mail receipt\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Email\",\"autocomplete\":\"off\",\"predefined\":\"This field is required\",\"predefinedClick\":true,\"required\":true,\"exclude\":false,\"readonly\":false,\"size\":\"medium\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname59\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":22,\"ftype\":\"femail\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Verify Email\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"exclude\":false,\"readonly\":false,\"size\":\"medium\",\"equalTo\":\"fieldname17\",\"regExp\":\"\",\"regExpMssg\":\"\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname16\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":23,\"ftype\":\"ftext\",\"userhelp\":\"USA, UK, CAN\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"COUNTRY\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname56\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":24,\"ftype\":\"fPhone\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Contact Phone\",\"required\":true,\"exclude\":false,\"readonly\":false,\"dformat\":\"### ### ####\",\"dseparator\":\"-\",\"predefined\":\"\",\"predefinedClick\":true,\"countryComponent\":false,\"toDisplay\":\"iso\",\"includeFlags\":false,\"includeCountryNames\":false,\"countries\":[],\"defaultCountry\":\"\",\"dynamic\":false,\"size\":\"medium\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname55\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":25,\"ftype\":\"ftext\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Foreign Phone\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"small\",\"minlength\":\"\",\"maxlength\":\"\",\"equalTo\":\"\",\"regExp\":\"\",\"regExpMssg\":\"\",\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname29\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":26,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003Chtml\\u003E\\u003Cb\\u003EDeposit & Cancellation Policy For Llama Rental Trips: \\t\\t\\n\\t\\n\\nTo reserve llamas with Lander Llama Company you must give a first payment of 50% of the total cost (2-3 llamas). All balances are due at the conclusion of the mandatory training session or at the trail head drop-off for non-training repeat customers. All cancellations received shall completely forfeit the first payment, and remaining balances will be due. Lander Llama Company reserves the right to cancel and or change the trailheads for the rental of llamas for the safety and well being of all participants, and full refunds will occur if the rental of llamas is cancelled by Lander Llama Company. Any reduction in the number of llamas rented or the number of trip days, shall cause the entire first payment to be forfeited and the full balance shall be due (cost prior to the reduction) regardless of reductions in number of llamas or number of trip days. Any llama rentals of 4 (four) or more llamas is a custom  llama rental and the full estimated trip cost is due upon the  reservation. I also agree, if paying by credit card, I will forfeit all payments and I waive my right to charge back the credit card transaction for payments on the total cost. I also agree, if paying by credit card, that if I fail to appear at the mandatory training session or at the trail head, my credit card can be charged for the remaining balances due. For llama shuttle service fees, there may be a 10% fuel surcharge applied. Any credit card refunds and or credits will be charged a 5% fee.\\n\\nA llama rental contract and waiver must be signed before your trip departure. I have read the llama rental reservation form and the above deposit and cancellation policy and agree to its terms.\\u003C\\\/b\\u003E\\u003C\\\/html\\u003E\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname48\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":27,\"ftype\":\"fhtml\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"_developerNotes\":\"\",\"allowscript\":-1,\"replaceShortcodes\":0,\"fcontent\":\"\\u003CSCRIPT LANGUAGE=\\u0022JavaScript\\u0022\\u003E\\n\\nfunction NewWindow(mypage, myname, w, h, scroll) {\\nvar winl = (screen.width - w) \\\/ 2;\\nvar wint = (screen.height - h) \\\/ 2;\\nwinprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'\\nwin = window.open(mypage, myname, winprops)\\nif (parseInt(navigator.appVersion) \\u003E= 4) { win.window.focus(); }\\n}\\n\\\/\\\/  End --\\u003E\\n\\u003C\\\/script\\u003E\\n\\n\\u003Ctd cslocked content csheight=\\u002224\\u0022 width=\\u0022196\\u0022 height=\\u002232\\u0022 colspan=\\u00226\\u0022 rowspan=\\u00222\\u0022 valign=\\u0022top\\u0022 xpos=\\u002236\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\u003Cdiv align=\\u0022left\\u0022\\u003E\\n\\t\\t\\t\\t\\t\\t\\t\\u003Ca title=\\u0022I agree with the Lander Llama Company's Rental Brochure policy and terms\\u0022 href=\\u0022http:\\\/\\\/www.landerllama.com\\\/landerllama\\\/rentbroc.html\\u0022 onclick=\\u0022NewWindow(this.href,'name','600','600','yes');return false;\\u0022\\u003E\\u003Cfont face=\\u0022FontName, Arial\\u0022\\u003ELlama Rental Brochure Policy and Terms\\u003C\\\/font\\u003E\\u003C\\\/a\\u003E\\u003C\\\/div\\u003E\\n\\t\\t\\t\\t\\t\\u003C\\\/td\\u003E\\n\",\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname47\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":28,\"ftype\":\"fcheck\",\"userhelp\":\"You must agree to the Lander Llama Company Rental Brochure Policy and Terms\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"choice\":{\"label\":\"Choice text\",\"rules\":{}}}},\"title\":\"\",\"layout\":\"one_column\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"toSubmit\":\"text\",\"choices\":[\"I agree to the Lander Llama Company Rental Brochure Policy and Terms\"],\"choicesVal\":[\"I agree to the Lander Llama Company Rental Brochure Policy and Terms\"],\"choiceSelected\":[false],\"merge\":1,\"onoff\":0,\"quantity\":0,\"minQuantity\":-1,\"maxQuantity\":-1,\"quantity_when_ticked\":0,\"max\":-1,\"min\":-1,\"maxError\":\"Check no more than {0} boxes\",\"minError\":\"Check at least {0} boxes\",\"showDep\":true,\"choicesDep\":[[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname50\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":29,\"ftype\":\"fradio\",\"userhelp\":\"Checks receive a total 2% discount on final rental contract\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"choice\":{\"label\":\"Choice text\",\"rules\":{}}}},\"title\":\"Payment Choice\",\"layout\":\"one_column\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"toSubmit\":\"text\",\"choices\":[\"Credit Card\",\"I will mail a check today\"],\"choicesVal\":[\"Credit Card\",\"I will mail a check today\"],\"choiceSelected\":\"Credit Card - Credit Card\",\"showDep\":true,\"untickAccepted\":true,\"onoff\":0,\"nextPage\":false,\"choicesDep\":[[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname52\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":30,\"ftype\":\"ftextarea\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"hidefield\":false,\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Comments: (non-contractual)\",\"autocomplete\":\"off\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":false,\"exclude\":false,\"accept_html\":false,\"readonly\":false,\"size\":\"medium\",\"minlength\":\"0\",\"maxlength\":\"300\",\"rows\":4,\"aiAssistant\":false,\"fBuild\":{},\"parent\":\"\"}],{\"0\":{\"title\":\"Llama Rental Reservation Form for the 2026 Season\",\"titletag\":\"H3\",\"textalign\":\"center\",\"headertextcolor\":\"#000000\",\"description\":\"@Lander Llama Company, LLC\",\"formlayout\":\"top_aligned\",\"formtemplate\":\"cp_cff_natural\",\"evalequations\":1,\"evalequations_delay\":0,\"evalequationsevent\":2,\"direction\":\"ltr\",\"loading_animation\":0,\"autocomplete\":1,\"persistence\":0,\"animate_form\":0,\"animation_effect\":\"fade\",\"customstyles\":\"\",\"request_cost\":\"fieldname58\",\"advanced\":{\"css\":{\"title\":{\"label\":\"Form title\",\"rules\":{}},\"description\":{\"label\":\"Form description\",\"rules\":{}},\"form\":{\"label\":\"Form area\",\"rules\":{}},\"buttons\":{\"label\":\"Form context buttons (Next page, Previous page, Submit)\",\"rules\":{}},\"buttons_hover\":{\"label\":\"Form context buttons hover\",\"rules\":{}},\"error_bubble\":{\"label\":\"Error bubbles\",\"rules\":{}},\"error_bubble_arrow\":{\"label\":\"Error bubble arrow\",\"rules\":{\"border-bottom-color\":\"\"},\"restrict\":true},\"required_field_asterisk\":{\"label\":\"Asterisk for required fields\",\"rules\":{}}}}},\"formid\":\"cp_calculatedfieldsf_pform_2\",\"setCache\":false,\"cache\":false}];<\/script><\/pre>\r\n\t\t<div id=\"fbuilder\">\r\n\t\t\t\t\t\t<div id=\"fbuilder_2\">\r\n\t\t\t\t<div id=\"formheader_2\"><\/div>\r\n\t\t\t\t<div id=\"fieldlist_2\"><\/div>\r\n                <div class=\"clearer\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div id=\"cpcaptchalayer_2\" class=\"cpcaptchalayer\" style=\"display:none;\">\r\n\t\t\t\t\t\t<div class=\"fields\" id=\"field-c0\" style=\"display:none\">\r\n\t\t\t\t<label>Payment options<\/label>\r\n\t\t\t\t<div class=\"dfield\">\r\n\t\t\t\t \t\t\t\t <!--addons-payment-options-->\r\n    \t\t\t \t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<!--addons-payment-fields-->\r\n\t\t\t\t\t\t<!--add-ons-->\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"cp_subbtn_2\" class=\"cp_subbtn\" style=\"display:none;\">SUBMIT Llama Rental Reservation and go to Payment<\/div>\r\n\t\t\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t<\/div>\r\n\t<input type=\"hidden\" id=\"_cpcff_public_nonce\" name=\"_cpcff_public_nonce\" value=\"1eb997f1a0\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/wordpress\/wp-json\/wp\/v2\/pages\/323\" \/><input type=\"hidden\" name=\"cff_form_start_time\" value=\"8C1oPE599ELKdYIQjuDbOA==\">    <\/form>\r\n\n","protected":false},"author":1,"featured_media":0,"parent":294,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"[CP_CALCULATED_FIELDS id=\"12\"]","_et_gb_content_width":"","footnotes":""},"class_list":["post-323","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/pages\/323","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/comments?post=323"}],"version-history":[{"count":4,"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/pages\/323\/revisions"}],"predecessor-version":[{"id":3373,"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/pages\/323\/revisions\/3373"}],"up":[{"embeddable":true,"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/pages\/294"}],"wp:attachment":[{"href":"https:\/\/www.landerllama.com\/wordpress\/wp-json\/wp\/v2\/media?parent=323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}