Editorial and Design:

Andrea Darr

Editor-in-chief
[email protected]

Keith Sauro

Publisher
[email protected]
913-908-2393

Ryan Litts

Art Director
[email protected]

Denise Carver

Production Coordinator & Circulation [email protected]

Sales:

Jared Webb

Vice President of New Business Development
[email protected]
913-244-2322

Kimberly Hall

Senior Account Executive
[email protected]
913-206-1646

Jennifer Demerath

Senior Account Executive [email protected]
402-850-9575

Dallas Williams

Director of Digital Marketing [email protected]
913-620-7088

Write Us:

 

This field is for validation purposes and should be left unchanged.
Name(Required)

Sign up for our digital newsletter

This field is for validation purposes and should be left unchanged.
Name
function gravity_js_to_footer() { return true; } add_filter("gform_init_scripts_footer", "gravity_js_to_footer"); // Fix the ajax jquery inline code issue when gravity js is being called in the footer //https://bjornjohansen.no/load-gravity-forms-js-in-footer add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open' ); function wrap_gform_cdata_open( $content = '' ) { $content = 'document.addEventListener( "DOMContentLoaded", function() { '; return $content; } add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close' ); function wrap_gform_cdata_close( $content = '' ) { $content = ' }, false );'; return $content; }