Discover all of the unique event spaces and more at one of our Destination Education (Familiarization) Tours and find out why Fort Worth is the perfect location for your next meeting or convention.","meta_title":"Fort Worth Meeting/Convention Planning | Submit RFP, Request Info","meta_description":"Plan your next meeting or convention in Fort Worth & experience excellent accommodations & perfect venues to make your next event a success.","open_graph_title":"Fort Worth Meeting/Convention Planning | Submit RFP, Request Info","open_graph_description":"Plan your next meeting or convention in Fort Worth & experience excellent accommodations & perfect venues to make your next event a success.","parent_id":"5747959377cb37086e99fe9d","parents_ids":["5747959377cb37086e99fe9d"],"version_id":"6605e1d0ac4c886c6b3fec86","created":"2016-05-27T00:32:36.705Z","content_owner":"default","site_name":"primary","updated":"2024-03-28T21:32:56.607Z","title_sort":"fam tours","site_section":"primary.secondary","published":true,"amp":false,"cms_title":"Fam Tours - /meetings/fam-tours/","cms_title_sort":"fam tours - /meetings/fam-tours/","folderHref":"/meetings/fam-tours/","image":{"_id":"574ddb96a41c9889a5e2a815","title":"FAM Tour","created":"2016-05-31T18:44:38.417Z","resource_raw":{"secure_url":"https://res.cloudinary.com/simpleview/image/upload/v1464720278/clients/fortworth/FAM_51301f13-f0ae-5102-046b7d5d4f3beb5c.png","height":400,"public_id":"clients/fortworth/FAM_51301f13-f0ae-5102-046b7d5d4f3beb5c","etag":"6e3d65bd7029da5029ad281f18af013f","resource_type":"image","bytes":927431,"width":1280,"version":1464720278,"created_at":"2016-05-31T18:44:38.000Z","signature":"6afd4eddfe4f48f77d6ea9f43887680fb5931f54","format":"png","original_filename":"FAM","url":"http://res.cloudinary.com/simpleview/image/upload/v1464720278/clients/fortworth/FAM_51301f13-f0ae-5102-046b7d5d4f3beb5c.png","type":"upload"},"categories_ids":["574dd5c9a41c9889a5e29adc"],"tags_ids":["574dd48c433234e70528dbbd"],"legacy_id":"3465","content_owner":"default","updated":"2016-05-31T21:03:17.551Z","deleted":false,"title_sort":"fam tour","resource":{"raw":{"resource_type":"image","format":"png","public_id":"clients/fortworth/FAM_51301f13-f0ae-5102-046b7d5d4f3beb5c"}},"id":"574ddb96a41c9889a5e2a815","type":"image","inAssetRequest":false,"alt_text":"FAM Tour","expired":false},"locale_count":0,"id":"574795a477cb37086e9a0417","parent_id_string":"5747959377cb37086e99fe9d","version_id_string":"6605e1d0ac4c886c6b3fec86","href":"/meetings/fam-tours/","absoluteHref":"https://www.fortworth.com/meetings/fam-tours/","absoluteFolderHref":"https://www.fortworth.com/meetings/fam-tours/","metaTitle":"Fort Worth Meeting/Convention Planning | Submit RFP, Request Info","rootCmsUrl":"/nav/sitemap/site_primary/section_secondary/"},"num":13,"guid":"ce05a5fb-e9eb-4f6a-802f-9dcc25952b60","data":{},"civ":{"instance":{"type":"widget","name":"plugins_common_social_share","site_name":"primary","saved":false,"created":"2024-03-25T18:35:01.423Z","updated":"2024-03-25T18:35:01.423Z","deleted":false,"id":"6601c3c498dce6453431c3a4","version_id_string":"6601c3c498dce6453431c3a5"},"version":{"created":"2024-03-25T18:35:01.427Z","id":"6601c3c498dce6453431c3a5","instance_id_string":"6601c3c498dce6453431c3a4","data":{}},"onTrunk":true,"civid":"6601c3c498dce6453431c3a4"},"name":"plugins_common_social_share"}};
socialShare.init("ce05a5fb-e9eb-4f6a-802f-9dcc25952b60", data)
});
Destination Education Tours
Experience Sundance Square, one of the most dynamic downtowns in the nation. Explore the true American West in the Fort Worth Stockyards National Historic District. Experience the high-octane excitement of Texas Motor Speedway. Discover all of these unique event spaces and more at one of our Destination Education (Familiarization) Tours and find out why Fort Worth is the perfect location for your next meeting or convention.
Register below to qualify as a guest for an upcoming Fort Worth Destination Education Tour.
'
};
return d.calendar;
},
calDays: function(id, curDate, useToday){
var rtnvar = '';
var numDaysInMonth = new Date(curDate.getFullYear(), curDate.getMonth()+1, 0).getDate();
var startofmonth = new Date();
startofmonth = new Date(curDate.getFullYear(),curDate.getMonth(),1);
var rows = Math.ceil((startofmonth.getDay()+numDaysInMonth)/7);
var cday = 1;
var firstday = startofmonth.getDay()+1;
var lastday = numDaysInMonth;
var loopstart = 0;
var loopend = 0;
var currentDate = new Date();
currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate());
for(var i = 1; i <= rows; i++){
rtnvar += '
';
loopstart = ((i-1)*7)+1;
loopend = loopstart+6;
for(var d = loopstart; d <= loopend; d++){
rtnvar += '
';
}
return rtnvar;
},
replaceCal: function (id, sDate) {
var cal = this.createCal(id, sDate, false);
if (document.getElementById(id + '_calendar')) {
document.getElementById(id + '_calendar').innerHTML = cal;
} else {
var newDomElm = document.createElement('div');
newDomElm.style.position = 'absolute';
newDomElm.innerHTML = cal;
newDomElm.id = id + '_calendar';
if (document.getElementById('fieldcontainer_' + id)) {
document.getElementById('fieldcontainer_' + id).appendChild(newDomElm);
}
}
return;
},
updateDate: function(id, curDate){
document.getElementById(id).value = curDate;
//document.getElementById(id).onchange();
if(document.getElementById(id + '_calendar')){
document.getElementById('fieldcontainer_' + id).removeChild(document.getElementById(id + '_calendar'));
}
if(document.getElementById('datepicker_' + id)){
document.getElementById('datepicker_' + id).onclick = function(){
svcrm.formBuilderScripts.fbCalendar.showDatePicker(document.getElementById(id), document.getElementById(id).value);
};
}
},
showDatePicker: function(domElm, curDate){
var cleanID = domElm.id.replace('datepicker_', '');
var sDate = new Date();
if(!document.getElementById(cleanID + '_calendar')){
if(document.getElementById(cleanID)){
try{
if(curDate){
sDate = this.convertToUSDate(curDate);
if(sDate == 'Invalid Date'){
sDate = new Date();
}
}
}catch(e){
sDate = new Date();
}
this.getCalendar(cleanID, sDate);
}
}else{
document.getElementById('fieldcontainer_' + cleanID).removeChild(document.getElementById(cleanID + '_calendar'));
}
},
getCalendar: function(id, curDate){
var newDomElm = document.createElement('div');
newDomElm.style.position = 'absolute';
newDomElm.innerHTML = this.createCal(id, curDate, true);
newDomElm.id = id + '_calendar';
newDomElm.className = 'svcrm_datepicker';
document.getElementById('fieldcontainer_' + id).appendChild(newDomElm);
},
convertToUSDate: function(dte){
var rtnvar = false;
var wrk = dte.split(crm_locale.YAHOO_DATE_FIELD_DELIMITER);
var wrkdate = [];
var mydate = '';
if(wrk.length > 0){
wrkdate[0] = parseInt(wrk[crm_locale.YAHOO_MDY_DAY_POSITION-1],10); //always holds the day
wrkdate[1] = parseInt(wrk[crm_locale.YAHOO_MDY_MONTH_POSITION-1],10); //always holds the month
wrkdate[2] = parseInt(wrk[crm_locale.YAHOO_MDY_YEAR_POSITION-1],10); //always holds the year
if(wrkdate[1] > 0 && wrkdate[1] < 13){ //Validate the months
var monthsWithDaysRegExp = new RegExp("(4|6|9|11)", "gi");
var numdays = 31;
if(wrkdate[1] == 2){//feb
numdays = 28;
//check if leap year
if (wrkdate[2] % 4 === 0 && (wrkdate[2] % 100 !== 0 || wrkdate[2] % 400 === 0)){
numdays = 29;
}
}else if(monthsWithDaysRegExp.test(wrkdate[1])){
numdays = 30;
}
if(wrkdate[0] > 0 && wrkdate[0] <= numdays){ //validate the days in this month
if(wrkdate[2].toString().length == 2){ //if we have a two digit year pad it
wrkdate[2] = chkYear(wrkdate[2]);
}
if(wrkdate[2].toString().length == 4 && !isNaN(wrkdate[2])){ //validate the year, could expand this
/*
we are here we have a valid month
and we have a valid day for that month
and we have a valid 4 digit year
*/
//fld.value = wrkdate.join(crm_locale.YAHOO_DATE_FIELD_DELIMITER);
wrk[1] = wrkdate[0]; //put the day back where it should be
wrk[0] = wrkdate[1]; //put the month back where it should be
wrk[2] = wrkdate[2]; //put the year back where it should be
wrkdate = wrk.join("/"); //join on the us delim and return valid
rtnvar = true;
}
}
}
}
if(!rtnvar){ //if we didn't get a good date from above we use today
wrkdate = new Date();
}
return wrkdate;
},
convertToUserDate: function(dte){
var rtnvar = false;
var wrk = dte.split("/");
var wrkdate = [];
var mydate = '';
if(wrk.length > 0){
wrkdate[0] = parseInt(wrk[1],10); //always holds the day
wrkdate[1] = parseInt(wrk[0],10); //always holds the month
wrkdate[2] = parseInt(wrk[2],10); //always holds the year
if(wrkdate[1] > 0 && wrkdate[1] < 13){ //Validate the months
var monthsWithDaysRegExp = new RegExp("(4|6|9|11)", "gi");
var numdays = 31;
if(wrkdate[1] == 2){//feb
numdays = 28;
//check if leap year
if (wrkdate[2] % 4 === 0 && (wrkdate[2] % 100 !== 0 || wrkdate[2] % 400 === 0)){
numdays = 29;
}
}else if(monthsWithDaysRegExp.test(wrkdate[1])){
numdays = 30;
}
if(wrkdate[0] > 0 && wrkdate[0] <= numdays){ //validate the days in this month
if(wrkdate[2].toString().length == 2){ //if we have a two digit year pad it
wrkdate[2] = chkYear(wrkdate[2]);
}
if(wrkdate[2].toString().length == 4 && !isNaN(wrkdate[2])){ //validate the year, could expand this
/*
we are here we have a valid month
and we have a valid day for that month
and we have a valid 4 digit year
*/
//fld.value = wrkdate.join(crm_locale.YAHOO_DATE_FIELD_DELIMITER);
wrk[crm_locale.YAHOO_MDY_DAY_POSITION-1] = wrkdate[0]; //put the day back where it should be
wrk[crm_locale.YAHOO_MDY_MONTH_POSITION-1] = wrkdate[1]; //put the month back where it should be
wrk[crm_locale.YAHOO_MDY_YEAR_POSITION-1] = wrkdate[2]; //put the year back where it should be
wrkdate = wrk.join(crm_locale.YAHOO_DATE_FIELD_DELIMITER); //join on the correct delim and return valid
rtnvar = true;
}
}
}
}
if(!rtnvar){ //I dont really know what to do here i guess just use today and convert to their date
var t = new Date();
t = t.getMonth()+1 + '/' + t.getDay() + '/' + t.getFullYear();
wrkdate = this.convertToUserDate(t);
}
return wrkdate;
},
convertToUserMDOnlyDate: function(dte){
var dateFormat_MDOnly = crm_locale.DATEFMT_MDONLY.split(crm_locale.YAHOO_DATE_FIELD_DELIMITER);
var _day = dte.getDate().toString();
var _month = (dte.getMonth() + 1).toString();
var _dayFormat = '';
var _monthFormat = '';
var _dayPostion = '';
var _monthPostion = '';
if(dateFormat_MDOnly[0].indexOf('d') != -1){
_dayFormat = dateFormat_MDOnly[0];
_monthFormat = dateFormat_MDOnly[1];
_dayPostion = 0;
_monthPostion = 1;
}else{
_dayFormat = dateFormat_MDOnly[1];
_monthFormat = dateFormat_MDOnly[0];
_dayPostion = 1;
_monthPostion = 0;
}
if(_dayFormat == 'dd' && _day.length != 2){
_day = '0' + _day;
}
if(_monthFormat == 'mm' && _month.length != 2){
_month = '0' + _month;
}
var dsp = [];
dsp[_dayPostion] = _day;
dsp[_monthPostion] = _month;
dsp = dsp.join(crm_locale.YAHOO_DATE_FIELD_DELIMITER);
return dsp;
}
};
/* +++++++++++++++++++++++++++ END Script Calendar +++++++++++++++++++++++++++++++++++++*/
if (window.addEventListener) {
window.addEventListener('load', svcrm.formBuilderScripts.__onload_function, false);
} else if (window.attachEvent) {
window.attachEvent('onload', svcrm.formBuilderScripts.__onload_function);
}
})();
/* +++++++++++++++++++++++++++ BEGIN Script copied from OLD CMS loadCRMForm +++++++++++++++++++++++++++++++++++++*/
Every fall, the Fort Worth Stockyards celebrate cowboy culture and ranching life during the Red Steagall Cowboy Gathering & Western Swing Festival. It’s one of the…
Fort Worth’s museums and galleries continually showcase fresh exhibits. This season, you’ll find everything from ancient Roman carvings to immersive space…
We’ve banded together (no pun intended) to bring you a monthly roundup of live shows in Fort Worth this August! October 3-5 Texas Ballet Theater Presents Peter Pan at Bass…
This behind-the-scenes guide to The Senior filming locations was written by guest blogger Lisandra Montes, who served as the assistant to the director during filming. We invite…
What: Fort Worth Oktoberfest When: September 25-27 Where: Trinity Park, across the street from Farrington Field Munich comes to Fort Worth! Oktoberfest is an annual beer festival…