Open Pre-entries may request to be drawn into any group of 50 - Requests MUST accompany original form.
Entries accepted onsite until the FIRST horse runs each day. See website for rules and complete event details.
All Future Fortunes Horses must check the FUTURE FORTUNES box under the Saturday side-pot options AND ALSO submit an official FF online entry form through the FF Website to be eligible for the $50,000 FF Bonus Money on Saturday.
Rider Information
Contact Info
Membership ID Numbers
OPEN and SIDEPOT ENTRIES
Friday Open will start at 1:00 PM.
Saturday Open will start after the 9:30 AM Peewee Race.
Sunday Open will start after the 9:00 AM Pony Race.
2025 Membership required to enter Running with the Pack sidepots.
Entry Details
Horse 1 Entry Details
Horse 2 Entry Details
Horse 3 Entry Details
Horse 4 Entry Details
Horse 5 Entry Details
PLEASE NOTE: ONLINE CONVENIENCE FEES ARE NOT REFUNDABLE.
Under Tennessee law, an equine activity sponsor is not liable for an injury to, or the death of, a participant in equine activities resulting from the inherent risk of equine activities. I understand that every effort will be made to ensure the safety of each contestant and his/her horse(s). I hereby release Lucky Dog Productions, the Agricenter Showplace Arena and all sponsors involved. I also acknowledge that I have read, understand, and agree to abide by the rules of Lucky Dog Productions and any ground rules enforced for specific events. (See website for rules and complete event details.)
Please check your email for entry confirmation! If you do not receive a PDF confirmation on this screen after you submit or an email receipt, we may not have your entry! Please also review your confirmation for any errors or omissions.
/**
* Gravity Wiz // Gravity Forms // Disable Submission when Pressing Enter
* http://gravitywiz.com/disable-submission-when-pressing-enter-for-gravity-forms/
*/
jQuery(document).on( 'keypress', '.gform_wrapper', function (e) {
var code = e.keyCode || e.which;
if ( code == 13 && ! jQuery( e.target ).is( 'textarea,input[type="submit"],input[type="button"]' ) ) {
e.preventDefault();
return false;
}
} );