Wild Horse Golf Club located in Gothenburg, Nebraska is rated one of the best golf courses in the United States. Several golf magazines have rated Wild Horse in their prestigious ratings. Among them are Golf Digest, Golf Magazine, and Golfweek Magazine.
Callaway Feature
Wild Horse Golf Club was featured in Callaway Golf’s episode of “Golf Lives Home Course”
When you choose to host your golf outing or company outing at Wild Horse Golf Club you’re making the choice numerous event coordinators have made since we opened for play.
document.addEventListener('DOMContentLoaded', function() {
// Select the button by its class
const button = document.querySelector('.custom-button-trigger');
if (button) {
button.addEventListener('click', function(event) {
// Prevents the button from redirecting immediately
event.preventDefault();
// Trigger the shortcode popup (using the SG Popups API)
if (typeof SGPopup !== 'undefined') {
SGPopup.showPopup(1161); // Replace with the actual popup ID
} else {
console.warn('SGPopup is not defined. Make sure the plugin is active.');
}
// After a delay, navigate to the URL (optional, adjust delay as needed)
setTimeout(function() {
window.location.href = button.getAttribute('href');
}, 1000); // Delay in milliseconds before redirecting
});
} else {
console.warn('Button with class .custom-button-trigger not found.');
}
});