billsgolfclassic.com
Open in
urlscan Pro
170.249.236.95
Public Scan
Submitted URL: https://billsgolfclassic.com/
Effective URL: https://billsgolfclassic.com/event/the-bill-wilczynski-memorial-golf-outing/
Submission: On July 05 via api from US — Scanned from DE
Effective URL: https://billsgolfclassic.com/event/the-bill-wilczynski-memorial-golf-outing/
Submission: On July 05 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST
<form action="" method="post" id="mage_event_submit" enctype="multipart/form-data">
<input type="hidden" name="" id="mep_event_id" value="582">
<div class="mpwemasp_ticket_area">
<!-- <h3 class='ex-sec-title mep_ticket_type_title'>Ticket Type: </h3> -->
<table id="mep_event_ticket_type_table">
<thead class="ex-sec-title mep_ticket_type_title">
<tr>
<th>
<span class="tkt-qty" style="text-align: left;"> Ticket Type: </span>
</th>
<th>
<span class="tkt-qty" style="text-align: center;"> Ticket Qty: </span>
</th>
<th>
<span class="tkt-pric" style="text-align: center;"> Per Ticket Price: </span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="Left">
<span class="mep_ticket_type_name"> Golfer</span>
<div class="mep_ticket_details">
<p>Ticket for one player. September 20, 2024. Registration starts at 10:30 AM. Includes lunch and dinner.</p>
</div>
</td>
<td class="ticket-qty">
<div class="mage_input_group">
<span class="fa fa-minus qty_dec"></span>
<input id="eventpxtp_1" type="text" class="extra-qty-box etp" name="option_qty[]"
data-price="<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>100.00</bdi></span>" value="0" min="0" max="495">
<span class="fa fa-plus qty_inc"></span>
</div>
</td>
<td class="ticket-price"><strong><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>100.00</bdi></span></strong>
<p style="display: none;" class="price_jq">100</p>
</td>
</tr>
<tr>
<td colspan="3" class="user-innnf">
<input type="hidden" name="mep_event_start_date[]" value="2024-09-20 10:30:00">
<input type="hidden" name="mep_event_end_date[]" value="2024-09-20 00:00:00">
<input type="hidden" name="option_name[]" value="Golfer">
<input type="hidden" name="option_price[]" value="100">
<input type="hidden" name="max_qty[]" value="">
<div class="user-info-sec">
<div id="dadainfo_1" class="dada-info"></div>
</div>
</td>
</tr>
<tr>
<td align="Left">
<span class="mep_ticket_type_name"> Hole Sponsor</span>
<div class="mep_ticket_details">
<p>Sponsor a hole. Send your logo/graphics to Heather Wagner hwagner@servproteamnichols.com</p>
</div>
</td>
<td class="ticket-qty">
<div class="mage_input_group">
<span class="fa fa-minus qty_dec"></span>
<input id="eventpxtp_2" type="text" class="extra-qty-box etp" name="option_qty[]"
data-price="<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>200.00</bdi></span>" value="0" min="0" max="18">
<span class="fa fa-plus qty_inc"></span>
</div>
</td>
<td class="ticket-price"><strong><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>200.00</bdi></span></strong>
<p style="display: none;" class="price_jq">200</p>
</td>
</tr>
<tr>
<td colspan="3" class="user-innnf">
<input type="hidden" name="mep_event_start_date[]" value="2024-09-20 10:30:00">
<input type="hidden" name="mep_event_end_date[]" value="2024-09-20 00:00:00">
<input type="hidden" name="option_name[]" value="Hole Sponsor">
<input type="hidden" name="option_price[]" value="200">
<input type="hidden" name="max_qty[]" value="">
<div class="user-info-sec">
<div id="dadainfo_2" class="dada-info"></div>
</div>
</td>
</tr>
<tr>
<td align="Left">
<span class="mep_ticket_type_name"> Dinner Only</span>
<div class="mep_ticket_details">
<p>Ticket for one dinner only. Dinner tentatively starts at 4:30 PM.</p>
</div>
</td>
<td class="ticket-qty">
<div class="mage_input_group">
<span class="fa fa-minus qty_dec"></span>
<input id="eventpxtp_3" type="text" class="extra-qty-box etp" name="option_qty[]"
data-price="<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>30.00</bdi></span>" value="0" min="0" max="500">
<span class="fa fa-plus qty_inc"></span>
</div>
</td>
<td class="ticket-price"><strong><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>30.00</bdi></span></strong>
<p style="display: none;" class="price_jq">30</p>
</td>
</tr>
<tr>
<td colspan="3" class="user-innnf">
<input type="hidden" name="mep_event_start_date[]" value="2024-09-20 10:30:00">
<input type="hidden" name="mep_event_end_date[]" value="2024-09-20 00:00:00">
<input type="hidden" name="option_name[]" value="Dinner Only">
<input type="hidden" name="option_price[]" value="30">
<input type="hidden" name="max_qty[]" value="">
<div class="user-info-sec">
<div id="dadainfo_3" class="dada-info"></div>
</div>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('.qty_dec').on('click', function() {
let target = $(this).siblings('input');
let value = parseInt(target.val()) - 1;
qtyPlace(target, value);
});
$('.qty_inc').on('click', function() {
let target = $(this).siblings('input');
let value = parseInt(target.val()) + 1;
qtyPlace(target, value);
});
$('.mage_input_group input').on('keyup', function() {
let target = $(this);
let value = parseInt(target.val());
if (target.val().length > 0) {
qtyPlace(target, value);
}
});
$('#mage_event_submit').on('submit', function(e) {
//e.stopPropagation();
if (mageErrorQty()) {
return true;
}
return false;
});
$("select[name='option_qty[]']").on('blur', function() {
mageErrorQty();
});
function qtyPlace(target, value) {
let minSeat = parseInt(target.attr('min'));
let maxSeat = parseInt(target.attr('max'));
if (value < minSeat || isNaN(value)) {
value = minSeat;
}
if (value > maxSeat) {
value = maxSeat
}
target.val(value).change();
mageErrorQty();
}
function mageErrorQty() {
let total_ticket = 0;
let target = $("[name='option_qty[]']");
target.each(function(index) {
total_ticket = total_ticket + parseInt($(this).val());
});
if (total_ticket > 0) {
target.removeClass('mage_error');
return true;
}
target.addClass('mage_error');
return false;
}
});
</script>
<input type="hidden" id="rowtotal" value="0">
<input type="hidden" name="currency_symbol" value="$">
<input type="hidden" name="currency_position" value="left">
<input type="hidden" name="currency_decimal" value=".">
<input type="hidden" name="currency_thousands_separator" value=",">
<input type="hidden" name="currency_number_of_decimal" value="2">
</div>
<!--The Add to cart button table start Here-->
<table class="table table-bordered mep_event_add_cart_table">
<tbody>
<tr>
<td align="left" class="total-col"> Quantity: <input id="quantity_5a7abbd1bff73" class="input-text qty text extra-qty-box" step="1" min="1" max="1013" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric"
type="hidden">
<span id="ttyttl">0</span>
<span class="the-total"> Total <span id="usertotal">$0.00</span>
</span>
</td>
<td align="right">
<input type="hidden" name="mep_event_location_cart" value="Oak Springs Golf Course, 6740 E E 3500S Rd, St Anne, IL, 60964, USA">
<input type="hidden" name="mep_event_date_cart" value="">
<button type="submit" name="add-to-cart" value="583" class="button-default woocommerce button alt button alt btn-mep-event-cart"><span class="mep-cart-btn-icon"><i class="fa fa-shopping-cart"></i></span><span
class="mep-cart-btn-text">Register This Event</span></button>
</td>
</tr>
</tbody>
</table>
<!--The Add to cart button table start Here-->
</form>
Text Content
Skip to main content Skip to footer * Home * Account * Checkout * Cart * 0 No products in the cart. THE BILL WILCZYNSKI MEMORIAL GOLF OUTING EVENT DATE: September 20, 2024 EVENT TIME: 10:30 am EVENT LOCATION: Oak Springs Golf Course William J. Wilczynski, III, better known as “White Sox Bill” and “ServProBill,” was born in Chicago, grew up in Chicago Heights, and called Ashkum, Illinois home. He graduated from Marian Catholic High School in 1973 and Quincy College in 1977, where he studied Political Science and History. Bill was a huge fan of the Chicago White Sox, Bears, Blackhawks, and Northwestern Wildcats football. He loved golfing, fishing in Minnesota, trivia, reading history, and watching movies. Bill spent 25 years living in downtown Chicago at Marina Towers, enjoying meals at his favorite spots like Smith & Wollensky, Italian Village, Gene and Georgetti, and The Palm. He was passionate about cooking and once said, “Cooking is my meditation, my art. It brings me happiness, relaxation, greater self-awareness, boosted confidence and so much more.” Earlier in his career, Bill lived the life people only dreamed of, as he worked at Lloyd’s of London and lived in London for some time. In 2013, he switched gears and took on the role of Ambassador of Marketing and Sales at ServPro Team Nichols. Over the next 10 years, he made many friends, especially among his coworkers and the Fire Chiefs of Kankakee and Iroquois Counties, whom he considered family. In his later years, Bill enjoyed the peace of small-town life, relaxing on his front porch, planting flowers, and displaying his flags. He reflected, “It’s been one year since I moved. Whether it’s being where you live or lived, where you work or worked, whom you’ve met or will meet, something or someone new, like these blooms that I’ve just seen in my yard, makes me think of what is next on my journey and where it will take me.” I’ve included a quote from Bill’s most revered paragon, Julius Ceaser. “Cowards die many times before their deaths; the valiant never taste of death but once.” His words remind us that living life with courage and conviction allows us to face the end with dignity, knowing we have truly lived. EVENT TIMELINES 1 Registration Registration starts at 10:30 AM. 2 Lunch Lunch starts at 11:30 AM. 3 Shotgun Start Shotgun starts at 12:30 PM. 4 Dinner Dinner tentatively starts at 4:30 PM. As people gather for dinner, food will be served. REGISTER NOW: Ticket Type: Ticket Qty: Per Ticket Price: Golfer Ticket for one player. September 20, 2024. Registration starts at 10:30 AM. Includes lunch and dinner. $100.00 100 Hole Sponsor Sponsor a hole. Send your logo/graphics to Heather Wagner hwagner@servproteamnichols.com $200.00 200 Dinner Only Ticket for one dinner only. Dinner tentatively starts at 4:30 PM. $30.00 30 Quantity: 0 Total $0.00 Register This Event EVENT FAQS Does Player registration require a company name? No, company name is optional. Is lunch and dinner both included with a Golfer ticket? Yes. When is Registration Time? Registration starts at 10:30 AM. When is Lunch Time? Lunch starts at 11:30 AM. When does the Event start? Shotgun starts at 12:30 PM. When is Dinner Time? Dinner tentatively starts at 4:30 PM. As people gather for dinner, food will be served. How do I become a Hole Sponsor? Purchase a Hole Sponsor ticket above. Please provide your company/organization name when purchasing. Send the logo/graphics that you would like on your sponser sign to Heather Wagner hwagner@servproteamnichols.com. EVENT LOCATION: TOTAL SEATS: 1018 By: ServPro Team Nichols * Oak Springs Golf Course * 6740 E E 3500S Rd * St Anne * IL * 60964 * USA EVENT SCHEDULE DETAILS * September 20, 2024 10:30 am Share This Event * * * * * ADD TO YOUR CALENDAR * Google * Yahoo * Outlook * Apple