Back to Industries

Danny Wimmer Presents

Leading producer of large-scale music festivals and live events across the United States.

Leading producer of large-scale music festivals and live events across the United States.Danny Wimmer Presents (DWP) is one of the largest independent producers of destination rock festivals and music experiences in the United States, creating multi-day events that attract hundreds of thousands of fans annually. The company produces premier festivals including Louder Than Life in Louisville, Aftershock in Sacramento, Welcome to Rockville in Daytona Beach, Sonic Temple in Columbus, and Bourbon & Beyond in Louisville, among others. DWP events feature world-class music lineups spanning rock, metal, alternative, and related genres, alongside culinary experiences, craft beverages, and unique fan experiences that create immersive entertainment destinations. The company has pioneered festival formats that combine music with lifestyle elements like bourbon tastings, chef demonstrations, and regional culture, appealing to diverse audiences and creating distinctive event brands. With a reputation for exceptional production quality, artist relations, and fan experience, DWP has built lasting partnerships with venues, cities, sponsors, and the music industry. The company's portfolio of events generates significant economic impact in host communities while providing memorable experiences that bring music fans together to celebrate their passions in large-scale, professionally-produced environments.

Have specific questions?
Our team is here to help.
Contact us
Contact us
Back to Industries
Similar Industries
Ya YA Foods
Food manufacturing and distribution company specializing in authentic international and specialty food products.
Read Details
Twin City Foods, Inc.
Frozen vegetable processor and manufacturer serving retail, foodservice, and private label markets across North America.
Read Details
USA Football
National governing body for amateur football developing youth and high school programs across the United States.
Read Details
Danny Wimmer Presents
Leading producer of large-scale music festivals and live events across the United States.
Read Details
(function () { var CLEARSITE_SLUG = 'top-down-cpm'; var CLEARSITE_KEY = 'cs_live_a3bc43526370d754b9b70b00c1d16a8d'; var CS_ENDPOINT = 'https://getclearsite.com/api/v1/sites/' + CLEARSITE_SLUG + '/forms/contact'; function getUTM() { var params = new URLSearchParams(window.location.search); var utm = {}; if (params.get('utm_source')) utm.utm_source = params.get('utm_source'); if (params.get('utm_medium')) utm.utm_medium = params.get('utm_medium'); if (params.get('utm_campaign')) utm.utm_campaign = params.get('utm_campaign'); return utm; } function getVal(form, label) { var hyphenated = label.replace(/\s+/g, '-'); var el = form.querySelector('[name="' + label + '"]') || form.querySelector('[name="' + hyphenated + '"]'); return el ? el.value.trim() : ''; } function getValStartsWith(form, prefix) { var el = form.querySelector('[name^="' + prefix + '"]'); return el ? el.value.trim() : ''; } function handleSubmit(e) { var form = e.target; var firstName = getVal(form, 'First name'); var lastName = getVal(form, 'Last name'); var company = getVal(form, 'Company name'); var role = getVal(form, 'Your role'); var level = getValStartsWith(form, 'Job'); var extra = getValStartsWith(form, 'Anything'); var messageParts = []; if (company) messageParts.push('Company: ' + company); if (role) messageParts.push('Role: ' + role); if (level) messageParts.push('Job Level: ' + level); if (extra) messageParts.push(extra); var data = Object.assign({ name: (firstName + ' ' + lastName).trim(), email: getVal(form, 'Email address'), phone: getVal(form, 'Phone'), subject: getValStartsWith(form, 'What'), message: messageParts.join('\n') || '(no message)', }, getUTM()); // Fire and forget — let Webflow handle its own submission normally fetch(CS_ENDPOINT, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-API-Key': CLEARSITE_KEY }, body: JSON.stringify(data), }).catch(function (err) { console.error('[ClearSite]', err); }); } function init() { document.querySelectorAll('.w-form form').forEach(function (form) { form.addEventListener('submit', handleSubmit); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } })();