html,body{ margin: 0px; } .formsubmit.zcwf_button{ color: white !important; background: transparent linear-gradient(0deg, #0279FF 0%, #00A3F3 100%); } #crmWebToEntityForm.zcwf_lblLeft{ width: 100%; padding: 25px; margin: 0 auto; box-sizing: border-box; } #crmWebToEntityForm.zcwf_lblLeft *{ box-sizing: border-box; } #crmWebToEntityForm {text-align: left; } #crmWebToEntityForm *{ direction: ltr; } .zcwf_lblLeft .zcwf_title{ word-wrap: break-word; padding: 0px 6px 10px; font-weight: bold } .zcwf_lblLeft.cpT_primaryBtn:hover{ background: linear-gradient(#02acff 0,#006be4 100%)no-repeat padding-box !important; box-shadow: 0 -2px 0 0 #0159b9 inset !important; border: 0 !important; color: #fff !important; outline: 0 !important; } .zcwf_lblLeft .zcwf_col_fld input[type = text], input[type = password], .zcwf_lblLeft .zcwf_col_fld textarea{ width: 60%; border: 1px solid #c0c6cc !important; resize: vertical; border-radius: 2px; float: left; } .zcwf_lblLeft .zcwf_col_lab{ width: 30%; word-break: break-word; padding: 0px 6px 0px; margin-right: 10px; margin-top: 5px; float: left; min-height: 1px; } .zcwf_lblLeft .zcwf_col_fld{ float: left; width: 68%; padding: 0px 6px 0px; position: relative; margin-top: 5px; } .zcwf_lblLeft .zcwf_privacy {padding: 6px; } .zcwf_lblLeft .wfrm_fld_dpNn {display: none; } .dIB {display: inline-block; } .zcwf_lblLeft .zcwf_col_fld_slt{ width: 60%; border: 1px solid #ccc; background: #fff; border-radius: 4px; font-size: 12px; float: left; resize: vertical; padding: 2px 5px; } .zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after{ content: ''; display: table; clear: both; } .zcwf_lblLeft .zcwf_col_help{ float: left; margin-left: 7px; font-size: 12px; max-width: 35%; word-break: break-word; } .zcwf_lblLeft .zcwf_help_icon{ cursor: pointer; width: 16px; height: 16px; display: inline-block; background: #fff; border: 1px solid #c0c6cc; color: #c1c1c1; text-align: center; font-size: 11px; line-height: 16px; font-weight: bold; border-radius: 50%; } .zcwf_lblLeft .zcwf_row {margin: 15px 0px; } .zcwf_lblLeft .formsubmit{ margin-right: 5px; cursor: pointer; color: #313949; font-size: 12px; } .zcwf_lblLeft .zcwf_privacy_txt{ width: 90%; color: rgb(0, 0, 0); font-size: 12px; font-family: Arial; display: inline-block; vertical-align: top; color: #313949; padding-top: 2px; margin-left: 6px; } .zcwf_lblLeft .zcwf_button{ font-size: 12px; color: #313949; border: 1px solid #c0c6cc; padding: 3px 9px; border-radius: 4px; cursor: pointer; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .zcwf_lblLeft .zcwf_tooltip_over{ position: relative; } .zcwf_lblLeft .zcwf_tooltip_ctn{ position: absolute; background: #dedede; padding: 3px 6px; top: 3px; border-radius: 4px; word-break: break-word; min-width: 100px; max-width: 150px; color: #313949; z-index: 100; } .zcwf_lblLeft .zcwf_ckbox{ float: left; } .zcwf_lblLeft .zcwf_file{ width: 55%; box-sizing: border-box; float: left; } .cBoth:after{ content: ''; display: block; clear: both; } @media all and (max-width: 600px){ .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld{ width: auto; float: none !important; } .zcwf_lblLeft .zcwf_col_help {width: 40%; } } var formCalender = { userPattern: 'YYYY-MM-DD', currDateObj: void 0, currMonth: void 0, currYear: void 0, currDate: void 0, currMonthEnd: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], monthName: void 0, days: void 0, displayPanel: void 0, isHideToday: void 0, calDefColor: '#515CCB', weekdays: { 1: 'Sunday', 2: 'Monday', 3: 'Tuesday', 4: 'Wednesday', 5: 'Thursday', 6: 'Friday', 7: 'Saturday' }, months: { 1: 'January', 2: 'February', 3: 'March', 4: 'April', 5: 'May', 6: 'June', 7: 'July', 8: 'August', 9: 'September', 10: 'October', 11: 'November', 12: 'December' }, init: function (){ this.monthName = [{ html: 'January', value: 0 }, { html: 'February', value: 1 }, { html: 'March', value: 2 }, { html: 'April', value: 3 }, { html: 'May', value: 4 }, { html: 'June', value: 5 }, { html: 'July', value: 6 }, { html: 'August', value: 7 }, { html: 'September', value: 8 }, { html: 'October', value: 9 }, { html: 'November', value: 10 }, { html: 'December', value: 11 }], this.days = [ 'ssunday', 'smonday', 'stuesday', 'swednesday', 'sthursday', 'sfriday', 'ssaturday' ], this.dayNamesShort = [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ], this.daysBasedOnPrefernce = [ 'ssunday', 'smonday', 'stuesday', 'swednesday', 'sthursday', 'sfriday', 'ssaturday' ]; var e = this.daysBasedOnPrefernce[0]; this.daysBasedOnPrefernce.shift ( 1 ), this.daysBasedOnPrefernce.push ( e ); var t = this.dayNamesShort[0]; this.dayNamesShort.shift ( 1 ), this.dayNamesShort.push ( t ), this.currDateObj = new Date, this.currMonth = this.currDateObj.getMonth (), this.currYear = this.currDateObj.getFullYear (), this.currYear < 1e3 && ( this.currYear += 1900 ), this.currDate = this.currDateObj.getDate () }, getTitle: function (){ return this.monthName[ this.currMonth ].html + ' ' + this.currYear }, createCalendar: function ( e ){ for ( var t = document.getElementsByClassName( 'tempCalDiv' ),a = t.length,r = 0; r < a; r++ ){ var n = t[ r ].style; 'block' === n.display && ( n.display = 'none' ) } this.calendarNode = e, this.userPattern = this.calendarNode.placeholder; var s = this.calendarNode.value, i =!1; if ( s ){ var l = dateFormatConvert.validate ( s, this.userPattern ); l && ( this.currDate = l.getDate (), this.currMonth = l.getMonth (), this.currYear = l.getFullYear (), this.currYear = 6 || 30 === this.currMonthEnd[ t ] && 7 === l ? 7: 28 === this.currMonthEnd[ t ] && 1 === l ? 5: 6; var d = this.getTitle ( e, a, t ), o = this.dayNamesShort, h = ''; var c = '', u = new Date, y = a || u.getFullYear (), v = e || u.getDate (), g = void 0 === t ? u.getMonth (): t, m = u.getMonth (), p = u.getFullYear (); u.getDate (); m === t && a === p && ( c = ' style=\'display:none\'' ); for ( var f,D,M,b = s.getDay(); 1 !== b; ) s.setDate ( s.getDate ()-1 ), b = s.getDay (); for ( var x = 1; x <= i; x++ ){ h += '
', h += ''; var C = document.getElementById ( 'template' + this.calendarNode.getAttribute ( 'tplid' )); C.innerHTML = h, C.style.display = 'block' }, displaySelectedDate: function ( e, t ){ if ( !t ) t = this.calendarNode; if ( 'today' === e ){ var a = new Date; e = a.getDate () + ' ' + a.getMonth () + ' ' + a.getFullYear () } e = e.split ( ' ' ); var r = dateFormatConvert.convertFormat ( new Date ( e[2], e[1], e[0]), this.userPattern ); t.value = r, t.focus (), t.placeholder = this.userPattern, formCalender.closeDatePicker (), t.addEventListener ( 'keyup', function ( e ){ formCalender.calendarNode = this; var t = this.value, a = dateFormatConvert.validate ( t, formCalender.userPattern ); if ( a ){ var r = {}; r.date = a.getDate (), r.month = a.getMonth (), r.year = a.getFullYear (), formCalender.updateDatePicker ( e, void 0, void 0, r ) } }), t.blur () }, closeDatePicker: function (){ document.getElementById ( 'template' + this.calendarNode.getAttribute ( 'tplid' )).style.display = 'none' }, updateDatePicker: function ( e, t, a, r ){ var n = document.getElementById ( 'template' + this.calendarNode.getAttribute ( 'tplid' )); r && ( this.currDate = r.date, this.currMonth = r.month, this.currYear = r.year ), void 0 !== t ? 1 === t ? 11 === this.currMonth ? ( this.currMonth = 0, this.currYear++ ): this.currMonth++ : 0 === this.currMonth ? ( this.currMonth = 11, this.currYear-- ): this.currMonth-- : void 0 !== a && ( this.currYear = parseInt ( this.currYear ) + a ), this.createDatePicker ( this.currDate, this.currMonth, this.currYear, !1, !0 ), n.style.display = 'block' }, stEv: function ( e ){ e || ( e = window.event ), e && ( e.cancelBubble =!0, e.stopPropagation && e.stopPropagation ()) } }; window.onclick = function (){ for ( var e = document.getElementsByClassName( 'tempCalDiv' ),t = e.length,a = 0; a < t; a++ ){ var r = e[ a ]; if ( document.activeElement === document.querySelector( 'input[tplid=\'' + r.id.replace( 'template','' ) + '\']' )) return ; var n = e[ a ].style; 'block' === n.display && ( n.display = 'none' ) } }; var dateFormatConvert = { shortMon: [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ], longMon: [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ], dayArr: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], wod: 1, lm: 'userdate', _dateObj: void 0, lLimit: 80, formats: [{ val: 'YYYY', type: 'year', regex: /\d{4}/, len: 4 }, { val: 'GGGG', type: 'year', regex: /\d{4}/, len: 4, isWEG: !0 }, { val: 'gggg', type: 'year', regex: /\d{4}/, len: 4, isWEG: !0 }, { val: 'YY', type: 'year', regex: /\d{2}/, len: 2 }, { val: 'GG', type: 'year', regex: /\d{2}/, len: 2, isWEG: !0 }, { val: 'gg', type: 'year', regex: /\d{2}/, len: 2, isWEG: !0 }, { val: 'MMMM', type: 'month', regex: /[A-z]{3,}/, long: !0, str: !0, array: [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ] }, { val: 'MMM', str: !0, type: 'month', regex: /[A-z]{3,}/, array: [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ] }, { val: 'Mo', suff: !0, type: 'month', regex: /\d{1,2}(?=st|nd|rd|th)/, max: 12 }, { val: 'MM', type: 'month', regex: /\d{2}/, len: 2, max: 12, alt: !0 }, { val: 'M', type: 'month', regex: /\d{1,2}/, max: 12 }, { val: 'DDDD', type: 'date', regex: /\d{3}/, len: 3, year: !0 }, { val: 'DDDo', type: 'date', suff: !0, regex: /\d{1,3}(?=st|nd|rd|th)/, len: 3, year: !0, ignore: /\d{3}(?=st|nd|rd|th)/ }, { val: 'DDD', type: 'date', regex: /\d{1,3}/, year: !0, ignore: /\d{3}/ }, { val: 'Do', type: 'date', suff: !0, regex: /\d{1,2}(?=st|nd|rd|th)/ }, { val: 'DD', type: 'date', regex: /\d{2}/, len: 2, alt: !0 }, { val: 'D', type: 'date', regex: /\d{1,2}/ }, { val: 'dddd', type: 'longdate', regex: /[A-z]{3,}/, long: !0, str: !0, array: [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ] }, { val: 'ddd', type: 'longdate', regex: /[A-z]{3}/, str: !0, array: [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ] }, { val: 'dd', type: 'longdate', regex: /[A-z]{2}/, str: !0, array: [ 'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa' ] }, { val: 'do', type: 'longdate', regex: /\d{1}(?=st|nd|rd|th)/, suff: !0 }, { val: 'd', type: 'longdate', regex: /\d{1}/ }], parseFormat: function ( e, t ){ for ( var a,r = this.formats,n = [],s = r.length,i = 0; i -1 ){ if ( t && l.alt ){ a =!0; continue } a && ( l.val = r[ i-1].val, l = r[ i-1]), a =!1, n.push ({ format: l, index: e.indexOf ( l.val ) }), e = e.replace ( l.val, Math.pow ( 10, l.val.length-1 )), i-- } else; } return n.sort ( function ( e, t ){ return e.index-t.index }) }, convertFormat: function ( e, t ){ this._dateObj = e; var a = this._dateObj, r = this.parseFormat ( t, !0 ), n = {}, s = { date: a.getDate (), month: a.getMonth (), year: a.getFullYear (), day: a.getDay () }; t = this.fmReplace ( t.replace ( /{{|}}/g, '' ), r ); for ( var i = r.length,l = 0; l < i; l++ ){ var d = r[ l ].format; switch ( d.type ){ case 'date': t = t.replace ( d.val + this.lm, this.crctLength ( d.year ? this.totdate ( s.month, this.isLeap ( s.year ), s.date ): s.date, d.len, d.suff )); break; case 'month': t = d.str ? t.replace ( d.val + this.lm, d.array[ s.month ]): t.replace ( d.val + this.lm, this.crctLength ( s.month + 1, d.len, d.suff )); break; case 'year': t = t.replace ( d.val + this.lm, 2 === d.len ? this.crctLength ( s.year % 100, 2 ): 4 === ( s.year + '' ).length ? s.year: this.crctLength ( s.year, 4 )), n.year = n.year || [], n.year.push ( d ); break; case 'day': case 'week': n.flag =!0, n[ d.type ] = n[ d.type ] || [], n[ d.type ].push ( d ); break; case 'longdate': t = d.str ? t.replace ( d.val + this.lm, d.array[ s.day ]): t.replace ( d.val + this.lm, this.crctLength ( s.day, null, d.suff )) } } return t.replace ( /{{|}}/g, '' ) }, fmReplace: function ( e, t ){ for ( var a = 0,r = t.length,n = 0; n < r; n++ ) e = e.slice ( 0, t[ n ].index + a ) + t[ n ].format.val + this.lm + e.slice ( t[ n ].index + a + t[ n ].format.val.length ), a += 8; return e }, totdate: function ( e, t, a ){ for ( var r = 0,n = 0; n < e; n++ ) r += this.dayArr[ n ], t && 1 === n && ( r += 1 ); return r + ( a || 0 ) }, crctLength: function ( e, t, a ){ var r = ''; if ( a && ( r = this.nthconv( e )),t ){ e = e.toString (); for ( var n = 1; n < t; n++ ) e.length 3 && e s ? e < s ? r + 1 + '' + this.crctLength ( e, 2 ): r + '' + this.crctLength ( e, 2 ): e < s ? r + '' + this.crctLength ( e, 2 ): r-1 + '' + this.crctLength ( e, 2 ) } return e }, valFormat: function ( e, t ){ for ( var a = {},r = new Date((new Date ).getFullYear(),0 ),n = this.parseFormat( t, !0 ),s = e,i = t = t.replace( /{{|}}/g,'' ),l = n.length,d = 0; d < l; d++ ){ var o, h = n[ d ].format; switch ( h.type ){ case 'date': case 'year': case 'week': case 'day': h.regex.test ( e ) ? ( o = 'year' === h.type ? e.match ( h.regex )[ h.match || 0]: parseInt ( e.match ( h.regex )[ h.match || 0]), a[ h.type ] = o, e = this.replaceVal ( e, h.regex, h.suff ), s = this.replaceVal ( s, h.regex, h.suff, h.val ), h.year && ( a.date = getDay ( a.date ).day )): a.year && a.week ? ( a[ h.type ] = this.wod, t = t.replace ( h.val, '' ), i = i.replace ( h.val, '' )): a[ h.type ] = 'Invalid', /date/i.test ( h.type ) && 0 === a[ h.type ] && ( a[ h.type ] = 'Invalid' ); break; case 'month': h.regex.test ( e ) ? ( o = this.getMonth ( e.match ( h.regex )[0], h.suff, h.str, h.long ), a.month = o.val, e = this.replaceVal ( e, o.mon || h.regex, h.suff ), s = this.replaceVal ( s, o.mon || h.regex, h.suff, h.val )): a.month = 'Invalid', a.month < 0 && ( a.month = 'Invalid' ); break; case 'longdate': h.regex.test ( e ) && ( o = h.str ? this.findVal ( h.array, e.match ( h.regex )[0]): parseInt ( e.match ( h.regex )[0]), a.longdate = this.isDef ( o.index ) ? o.index: o, e = this.replaceVal ( e, o.mon || o, h.suff ), s = this.replaceVal ( s, o.mon || o, h.suff, h.val )) } t = t.replace ( h.valForm || h.val, '' ) } if ( this.isDef( a.longdate ) && a.day && a.day !== a.longdate ? r.setFullYear( 'Invalid' ):this.isDef( a.year ) && r.setFullYear( this.getCorrectYear( a.year )),this.isDef( a.month ) && r.setMonth( a.month ),this.isDef( a.date ) && r.setDate( a.date 11 ) && ( e = 'Invalid' ) } else ( e = parseInt ( e )-1 ) > 11 && ( e = 'Invalid' ); return { val: e, mon: n } }, findVal: function ( e, t ){ var a, r, n = e.length; for ( r = 0; r < n; r++ ) if ( new RegExp( e[r]).test( t )){ a = e[ r ]; break } return { mon: a, index: r } }, isDef: function ( e ){ return void 0 !== e } }; #calenDiv{ padding: 10px; display: table; width: 195px; font-family: helvetica,sans-serif !important; } .calNav {width: 20px; height: 15px; display :inline-block;position: relative; top: 4px; cursor: pointer } #calenDiv .calNav {width: 15px; } #calenDiv .yearNavLft {right: 10px; } #calenDiv .yearNavRgt {left: 10px; } #calenDiv .dLft {right: 5px; } #calenDiv .dRgt {left: 5px; } .dLft {right :10px;opacity: 0.8; } .dRgt {left :10px;opacity: 0.8; } .yearNavLft {right: 15px; } .yearNavRgt {left :15px;opacity: 0.6; } #calenDiv table.calDay {border-spacing: 6px; margin-top: 0 } #calenDiv table.calDay td{ padding: 3px 4px; font-size: 11px } #calenDiv table.calDay th {padding: 0 3px; font-size: 11px; padding-right: 0; padding-left: 1px; color: #888; width: 22px; cursor: default; border-radius: 3px; text-align: center; font-weight: normal; } #calenDiv #weekDays {margin-top: 10px; margin-bottom: 5px; border-top: 1px solid #c0c6cc; border-bottom: 1px solid #c0c6cc; border-spacing: 5px; margin-left: 0; color: #8b9ab9; } #calenDiv .sCalMon {cursor: default; display: inline-block; color: #888; width: 110px; font-size: 12px; } table.calDay td:hover {background-color: #e8e8e8; } table.calDay{ color: #222; margin-left: -10px; border-spacing: 12px; } table.calDay td, table.calDay th{ font-size: var(--crm-extra-medium-font-size); cursor: default; border-radius: 3px; text-align: center; padding: 3px 5px; font-family: helvetica,sans-serif !important; } table.calDay td.sel, table.calDay td.sel:hover {color: #fff; background: #b3b3b3; border-radius: 3px; } table.calDay td.noNum, table.calDay td.lt-gray {color: #c1c1c1; } .aligncenter {text-align: center; } #calBtns a, .lyteCalBtns .lyteCalCurrentDate a {color: var(--linkColor); font-size: 14px; text-decoration: none; } #calenDiv #calBtns{ width: 183px; margin-left: 10px; border-top: 0; font-size: 11px; padding: 3px 0 12px !important; } .arrow {border: solid #666; border-width: 0 1px 1px 0; display: inline-block; height: 6px; width: 6px; } #calenDiv .right {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } #calenDiv .left {transform: rotate(135deg); -webkit-transform: rotate(135deg); } .mLMinus2 {margin-left: -2px; } .mRMinus2 {margin-right: -2px; } .vaM {vertical-align: middle; } .tempCalDiv {display: none; margin: 0; position: absolute; z-index: 1000; background-color: #fff; border: 1px solid #c0c6cc; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3); box-shadow: 0 2px 10px rgba(0,0,0,0.3); border-top: 0; top: 20px; } function addAriaSelected5553825000031793019 (){ var optionElem = event.target; var previousSelectedOption = optionElem.querySelector ( '[aria-selected=true]' ); if ( previousSelectedOption ){ previousSelectedOption.removeAttribute ( 'aria-selected' ); } optionElem.querySelectorAll ( 'option' )[ optionElem.selectedIndex ].ariaSelected = 'true'; } function validateEmail5553825000031793019 (){ var form = document.forms[ 'WebToLeads5553825000031793019' ]; var emailFld = form.querySelectorAll ( '[ftype=email]' ); var i; for ( i = 0; i < emailFld.length; i++ ){ var emailVal = emailFld[ i ].value; if ((emailVal.replace( /^\s+|\s+$/g,'' )).length != 0 ){ var atpos = emailVal.indexOf ( '@' ); var dotpos = emailVal.lastIndexOf ( '.' ); if ( atpos < 1 || dotpos = emailVal.length ){ alert ( 'Please enter a valid email address. ' ); emailFld[ i ].focus (); return false; } } } return true; } function validateDateFormat5553825000031793019 (){ var form = document.forms[ 'WebToLeads5553825000031793019' ]; var dateFlds = form.querySelectorAll ( '[ftype=date]' ); var i; for ( i = 0; i < dateFlds.length; i++ ){ var dateFld = dateFlds[ i ]; var usrPtrn = dateFld.placeholder; var dateVal = dateFld.value; if ( dateVal.trim() != '' ){ var vald = dateFormatConvert.validate ( dateVal, usrPtrn ); if ( !vald ){ alert ( 'Please enter a valid date ' ); dateFld.focus (); return false; } } } return true; } function checkMandatory5553825000031793019 (){ var mndFileds = new Array ( 'Company', 'First Name', 'Last Name', 'Email' ); var fldLangVal = new Array ( 'Company', 'First\x20Name', 'Last\x20Name', 'Email' ); for ( i = 0; i < mndFileds.length; i++ ){ var fieldObj = document.forms[ 'WebToLeads5553825000031793019' ][ mndFileds[ i ]]; if ( fieldObj ){ if (((fieldObj.value ).replace( /^\s+|\s+$/g,'' )).length == 0 ){ if ( fieldObj.type == 'file' ){ alert ( 'Please select a file to upload.' ); fieldObj.focus (); return false; } alert ( fldLangVal[ i ] + ' cannot be empty.' ); fieldObj.focus (); return false; } else if ( fieldObj.nodeName == 'SELECT' ){ if ( fieldObj.options[fieldObj.selectedIndex].value == '-None-' ){ alert ( fldLangVal[ i ] + ' cannot be none.' ); fieldObj.focus (); return false; } } else if ( fieldObj.type == 'checkbox' ){ if ( fieldObj.checked == false ){ alert ( 'Please accept ' + fldLangVal[ i ]); fieldObj.focus (); return false; } } try { if ( fieldObj.name == 'Last Name' ){ name = fieldObj.value; } } catch ( e ){} } } if ( !validateEmail5553825000031793019()){ return false; } if ( !validateDateFormat5553825000031793019()){ return false; } var urlparams = new URLSearchParams ( window.location.search ); if ( urlparams.has( 'service' ) && ( urlparams.get( 'service' ) === 'smarturl' )){ var webform = document.getElementById ( 'webform5553825000031793019' ); var service = urlparams.get ( 'service' ); var smarturlfield = document.createElement ( 'input' ); smarturlfield.setAttribute ( 'type', 'hidden' ); smarturlfield.setAttribute ( 'value', service ); smarturlfield.setAttribute ( 'name', 'service' ); webform.appendChild ( smarturlfield ); } document.querySelector ( '.crmWebToEntityForm .formsubmit' ).setAttribute ( 'disabled', true ); } function tooltipShow5553825000031793019 ( el ){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if ( tooltipDisplay == 'none' ){ var allTooltip = document.getElementsByClassName ( 'zcwf_tooltip_over' ); for ( i = 0; i < allTooltip.length; i++ ){ allTooltip[ i ].style.display = 'none'; } tooltip.style.display = 'block'; } else { tooltip.style.display = 'none'; } }
Website Inquiry
-None- VIC QLD NSW ACT TAS NT WA SA
Junior Bookkeeper Senior Bookkeeper Entry Level Tax Accountant ( -1 yr experience) Junior Tax Accountant ( 1 - 2yrs experience) Intermediate Tax Accountant ( 2- 3yrs experience) Mid - Senior Tax Accountant ( 3-4yrs experience) Senior Tax Accountant ( 4yrs + experience)
-None- Website Client Referral Craig Allen /Personal Connection Accounting Business Expo 2025 Brochure Mailout Employee Referral Phone Call Inquiry Cold Call
'; h += '
', h += '
', h += '' + d + '
', h += '| ' + o[0] + ' | ' + o[1] + ' | ' + o[2] + ' | ' + o[3] + ' | ' + o[4] + ' | ' + o[5] + ' | ' + o[6] + ' |
|---|
| ' + M + ' | ', s.setDate ( s.getDate () + 1 ) } h += '
', this.isHideToday || ( h += '
', h += 'Today' ), h += '
', h += '