CINXE.COM
Registration
<!doctype html> <html> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5MZFFHP');</script> <!-- End Google Tag Manager --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="cache-control" content="no-cache"> <meta name="generator" content="Regnant"> <meta name="version" content="{$system['system_version']}"> <!-- Meta --> <meta name="description" content="Registration for MIFB 2025"> <meta name="keywords" content="Regnant, MIFB, Registration"> <!-- Meta --> <!-- Open Graph for Facebook & WhatsApp --> <!-- Site Name, Title, and Description to be displayed --> <meta property="og:site_name" content="MIFB Registration"> <meta property="og:title" content="MIFB Registration"> <meta property="og:description" content="Register now for MIFB 2025 - Join us for exciting opportunities!"> <!-- Website to visit when clicked in Facebook or WhatsApp --> <meta property="og:url" content="https://event.regnant.works/mifb/reg/"> <!-- OG-Meta --> <meta property="og:title" content="MIFB 2025 Online Registration" /> <meta property="og:type" content="website" /> <meta property="og:description" content="Register for the MIFB 2025 event through the online form!" /> <meta property="og:site_name" content="MIFB Registration" /> <meta property="og:url" content="https://event.regnant.works/mifb/reg/" /> <!-- Image for Facebook and WhatsApp Sharing --> <meta property="og:image" itemprop="image" content="https://event.regnant.works/mifb/reg/img/mifb_logo.jpg?v=1" /> <meta property="og:image:secure_url" content="https://event.regnant.works/mifb/reg/img/mifb_logo.jpg?v=1"> <meta property="og:image:type" content="image/jpg" /> <meta property="og:image:alt" content="MIFB 2025 Registration Logo" /> <meta property="og:image:width" content="256" /> <meta property="og:image:height" content="256" /> <!-- Twitter-Meta (if you plan to enable Twitter sharing) --> <!-- <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="MIFB Registration"> <meta name="twitter:description" content="Register now for MIFB 2025 - Join us for exciting opportunities!"> <meta name="twitter:image" content="https://event.regnant.works/mifb/reg/img/mifb-logo.png"> --> <!-- Twitter-Meta --> <!-- Fonts [Roboto|Font-Awesome] --> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"> <!-- Fonts [Roboto|Font-Awesome] --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js"></script> <!-- Bootstrap 4.3 JS --> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"> </script> <!-- Bootstrap 4.3 JS --> <link rel="icon" type="image/png" href="img/favicon.png"> <title>Registration</title> <style> body { /* background-image: url('img/bg-1.png'); */ /* background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%); */ background-color: #ecf0f3; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position: bottom; /* height: 100vh; */ /* padding-top: 10%; */ /* thic-Regular';font-family: 'PillGo */ } /* label { font-weight: bold; } */ .iti { width: inherit; display: block; } .desktop-hide { display: none !important; } .form-control { /* border-radius: 18px; */ box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white; } select.form-control:focus, .form-control:focus { box-shadow: inset 6px 6px 6px white, inset -6px -6px 6px #cbced1; border-color: #cbced1; } @media only screen and (max-width: 960px) { .mobile-hide { display: none !important; } .desktop-hide { display: block !important; } } @font-face { font-family: 'PillGothic-Regular'; src: url(font/Pill-Gothic-Regular.ttf); } button:hover { box-shadow: none !important; } .progress-container { width: 100%; /* max-width: 600px; */ margin: 20px 0; background-color: #eee; overflow: hidden; box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white; } .progress-bar { display: flex; flex-wrap: wrap; background-color: #a7d7c6; color: #e5e5e5; height: 40px; } .step { flex: 1; text-align: center; line-height: 40px; position: relative; box-sizing: border-box; } .step:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #82bfa9; z-index: -1; } .step.completed { color: #fff; background-color: #32b98e; border-right: #fff 1px solid; } .step.active { background-color: #036546; border-radius: 0; border-right: #fff 1px solid; color: #fff; } @media screen and (max-width: 600px) { /* .progress-container { width: 80%; } */ } label.error { color: red; /* Set the text color to red */ font-size: 0.9em; /* Optional: Adjust the font size */ margin-top: 5px; /* Optional: Add some spacing if needed */ } /* .iti__selected-flag { height: 55% !important; } */ </style> </head> <body class="d-flex justify-content-center align-items-center pb-3 pt-3"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src=https://www.googletagmanager.com/ns.html?id=GTM-5MZFFHP height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> 聽 <div class="container-fluid col-xl-8 offset-xl-2 col-xxl-6 offset-xxl-3 justify-content-center align-items-center"> <div class="body-card pt-4 pb-3 ps-md-3 pe-md-3 ps-3 pe-3" style="border-radius:18px; background-color: #ecf0f3;box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;"> <div> <div class="d-flex justify-content-center align-items-center pb-3"> <img class="img-fluid p-xl-1" src=" img/mifb-header.jpg" alt="logo"> </div> <div class="text-center"> <h4> Malaysian International Food & Beverage Trade Fair (MIFB) 2025 </h4> <!-- <h5> 30 July - 01 August 2025 | <a href="https://mifb.com.my/" target="_blank" style="color:#0000ff; text-decoration: underline">www.mifb.com.my</a> </h5> --> <h4 class="mt-2 text-center">Visitor Registration Form</h4> </div> <form action="registration.php" method="POST" id="mifb"> <div> <div class="form-group" > <!-- STEP 1 --> <div class="d-flex"> <div class="progress-container"> <div class="progress-bar"> <div class="step active"></i> Profile</div> <div class="step"></i> Questionnaire</div> <div class="step">Complete</div> </div> </div> </div> <div class="step1"> <!-- <div class="mt-2" id="salutation_oth_container" style="display:none;"> <label for="salutation_oth" class="fw-bold">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="salutation_oth" name="salutation_oth" required> </div> --> <input class="form-control" type="hidden" id="username" name="username" required> <div class="row"> <div class="col-md-12 col-lg-4"> <div class="form-group mt-2"> <label for="salutation" class="fw-bold">1. Salutation</label><span class="text-danger">*</span> <select class="form-control" id="salutation" name="salutation" required> <option value="" disabled selected>Please Select Salutation</option> <option value="Mr.">Mr. </option><option value="Ms.">Ms.</option><option value="Mrs.">Mrs.</option> </select> </div> </div> <div class="col-md-12 col-lg-4"> <div class="mt-2"> <label for="first_name" class="fw-bold">2. First Name</label><span class="text-danger">*</span> <input class="form-control" type="text" id="first_name" name="first_name" required> </div> </div> <div class="col-md-12 col-lg-4"> <div class="mt-2"> <label for="last_name" class="fw-bold">3. Last Name</label><span class="text-danger">*</span> <input class="form-control" type="text" id="last_name" name="last_name" required> </div> </div> </div> <div class="row"> <div class="col-12 col-lg-4"> <div class="mt-2"> <label for="company" class="fw-bold">4. Company Name</label><span class="text-danger">*</span> <input class="form-control" type="text" id="company" name="company" required> </div> </div> <div class="col-12 col-lg-4"> <div class="mt-2"> <label for="job_title" class="fw-bold">5. Job Title</label><span class="text-danger">*</span> <input class="form-control" type="text" id="job_title" name="job_title" required> </div> </div> <div class="col-12 col-lg-4"> <div class="mt-2"> <label for="email" class="fw-bold">6. Business Email Address</label><span class="text-danger">*</span> <input class="form-control" type="email" id="email" name="email" required> </div> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <div class="mt-2"> <label for="phone" class="fw-bold">7. Mobile Number</label><span class="text-danger">*</span> <span class="font-weight-normal font-italic" style="font-size: 14px;">(e.g: 172230099)</span> <div class="intl-tel-input-phone"> <input class="form-control" type="text" id="phone" name="phone"> </div> <input type="hidden" name="mobile_country_code" id="mobile_country_code"> </div> </div> <div class="col-12 col-lg-6"> <div class="mt-2"> <label for="telephone" class="fw-bold">8. Office Number</label><span class="text-danger">*</span> <span class="font-weight-normal font-italic" style="font-size: 14px;">(e.g: 172230099)</span> <div class="intl-tel-input-telephone"> <input class="form-control" type="text" id="telephone" name="telephone"> </div> <input type="hidden" name="telephone_country_code" id="telephone_country_code"> </div> </div> </div> <div class="form-group mt-2"> <label for="country" class="fw-bold">9. Country</label><span class="text-danger">*</span> <select class="form-control" id="country" name="country" required> <option value="" disabled selected>Please Select Country</option> <optgroup label="Default" style="font-weight: bold; color:rgb(0, 0, 0);"><option value="Malaysia">Malaysia</option></optgroup><optgroup label="Other Countries" style="font-weight: bold; color:rgb(0, 0, 0);"><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Congo, the Democratic Republic of the">Congo, the Democratic Republic of the</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Cote D'Ivoire">Cote D'Ivoire</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard Island and Mcdonald Islands">Heard Island and Mcdonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran, Islamic Republic of">Iran, Islamic Republic of</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea, Democratic People's Republic of">Korea, Democratic People's Republic of</option><option value="Korea, Republic of">Korea, Republic of</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao People's Democratic Republic">Lao People's Democratic Republic</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libyan Arab Jamahiriya">Libyan Arab Jamahiriya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macao">Macao</option><option value="Macedonia, the Former Yugoslav Republic of">Macedonia, the Former Yugoslav Republic of</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Micronesia, Federated States of">Micronesia, Federated States of</option><option value="Moldova, Republic of">Moldova, Republic of</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="Netherlands Antilles">Netherlands Antilles</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestinian Territory, Occupied">Palestinian Territory, Occupied</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Reunion">Reunion</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="Saint Helena">Saint Helena</option><option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option><option value="Saint Lucia">Saint Lucia</option><option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option><option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia and Montenegro">Serbia and Montenegro</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan, Province of China">Taiwan, Province of China</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania, United Republic of">Tanzania, United Republic of</option><option value="Thailand">Thailand</option><option value="Timor-Leste">Timor-Leste</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.s.">Virgin Islands, U.s.</option><option value="Wallis and Futuna">Wallis and Futuna</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></optgroup> </select> </div> <div id="departmentsData" data-departments='{"Corporate & Management":[{"value":"2a1","description":"Business Development"},{"value":"2a2","description":"Corporate Management (Owner\/Proprietor\/ President\/CEO\/MD\/GM)"},{"value":"2a3","description":"Finance \/ Administration \/ Human Resource"},{"value":"2a4","description":"Information Technology"},{"value":"2a5","description":"Purchasing \/ Procurement"},{"value":"2a6","description":"Sales \/ Marketing \/ Brand Management \/ Public Relations"}],"Kitchen":[{"value":"2b1","description":"Chef (Central Kitchen Chef de Partie, Commis)"},{"value":"2b2","description":"Executive Chef \/ Chef de Cuisine \/ Sous Chef"},{"value":"2b3","description":"Executive Pastry Chef \/ Patissier \/ Baker"},{"value":"2b4","description":"Kitchen Assistant"},{"value":"2b5","description":"Kitchen Operation \/ Management"}],"Service":[{"value":"2c1","description":"Barista"},{"value":"2c2","description":"Bartender, Mixologist"},{"value":"2c3","description":"Customer Service"},{"value":"2c4","description":"Food & Beverage \/ Catering Management"},{"value":"2c5","description":"Front Office"},{"value":"2c6","description":"Housekeeping"},{"value":"2c7","description":"Tea Sommelier \/ Specialist"},{"value":"2c8","description":"Sommelier"}],"Other":[{"value":"2d1","description":"Academia"},{"value":"2d2","description":"Accelerator \/ Investor \/ Wine Broker"},{"value":"2d3","description":"Architect \/ Interior Designer \/ Visual \/ Merchandiser"},{"value":"2d4","description":"Beer Brewer"},{"value":"2d5","description":"Coffee Roaster"},{"value":"2d6","description":"Commercial Facility Planning and Management"},{"value":"2d7","description":"Consultant \/ Advisor"},{"value":"2d8","description":"Dietician \/ Food Technologist \/ Nutritionist"},{"value":"2d9","description":"Government Official \/ Representative"},{"value":"2d10","description":"Logistic \/ Food Delivery Servies"},{"value":"2d11","description":"Media & Communication \/ Journalist \/ News Publishing"},{"value":"2d12","description":"Operation \/ Maintenance \/ Production Management"},{"value":"2d13","description":"Product \/ Inventory Management"},{"value":"2d14","description":"Project Management"},{"value":"2d15","description":"Quality Control & Assurance \/ Food Safety"},{"value":"2d16","description":"Research & Development"},{"value":"2d17","description":"Security Management"},{"value":"2d18","description":"Other"}]}'></div> <div class="row"> <div class="col-12 col-lg-6"> <div class="form-group mt-2"> <label for="department" class="fw-bold">10. Job Areas</label><span class="text-danger">*</span> <select class="form-control" id="department" name="department" required> <option value="" disabled selected>Please Select Department</option> <option value="Corporate & Management" >Corporate & Management</option><option value="Kitchen" >Kitchen</option><option value="Service" >Service</option><option value="Other" >Other</option> </select> </div> <!-- <div class="mt-2" id="department_oth_container" style="display:none;"> <label for="department_oth" class="fw-bold">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="department_oth" name="department_oth" required> </div> --> </div> <div class="col-12 col-lg-6"> <div class="form-group mt-2"> <label for="job_function" class="fw-bold">Job Function</label><span class="text-danger">*</span> <select class="form-control" id="job_function" name="job_function" required> <option value="" disabled selected>Please Select Job Function</option> </select> </div> <div class="mt-2" id="job_function_oth_container" style="display:none;"> <label for="job_function_oth" class="fw-bold">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="job_function_oth" name="job_function_oth" required> </div> </div> </div> <!-- Updated 'departmentsData' to 'businessesData' --> <div id="businessesData" data-businesses='{"Food & Beverage":[{"value":"4a1","description":"Agriculture \/ Fishery"},{"value":"4a2","description":"Bar \/ Entertainment \/ Nightspot \/ Pub Operator"},{"value":"4a3","description":"Caf\u00e9 \/ Coffee Shop "},{"value":"4a4","description":"Catering"},{"value":"4a5","description":"F&B Management Service \/ Consultancy"},{"value":"4a6","description":"Fast Food \/ Quick Service Operator"},{"value":"4a7","description":"Research & Development \/ Food Science"},{"value":"4a8","description":"Restaurant \/ Bistro "},{"value":"4a9","description":"Cloud Kitchen \/ Dark Kitchens"},{"value":"4a10","description":"Cooking Studio \/ F&B Workshop"},{"value":"4a11","description":"Foodservice Equipment & Supplies"},{"value":"4a12","description":"Packaging \/ Labelling"}],"Hospitality & Tourism":[{"value":"4b1","description":"Airline \/ Cruise Liner \/ Rail"},{"value":"4b2","description":"Airport \/ Terminal"},{"value":"4b3","description":"Attraction \/ Theme Park "},{"value":"4b4","description":"Clubhouse \/ Country Club \/ Sport & Recreation Club"},{"value":"4b5","description":"Hospitality Management Service \/ Consultancy"},{"value":"4b6","description":"Hotel \/ Resort \/ Serviced Apartment"},{"value":"4b7","description":"Hospitality Procurement Services"},{"value":"4b8","description":"Spa & Wellness \/ Fitness Centre"}],"Manufacturer":[{"value":"4c1","description":"Bakery \/ Pastry \/ Gelato"},{"value":"4c2","description":"Food & Beverage"},{"value":"4c3","description":"Hospitality \/ Foodservice Equipment & Supplies"},{"value":"4c4","description":"Vineyard \/ Wine Producer "},{"value":"4c5","description":"Wine & Spirit Related Accessories & Equipment"},{"value":"4c6","description":"Packaging \/ Labelling"}],"Retail \/ E-Retailer":[{"value":"4d1","description":"Alcoholic Drinks \/ Wine \/ Spirits "},{"value":"4d2","description":"Bakery \/ Pastry \/ Gelato "},{"value":"4d3","description":"Commercial Facility \/ Shopping Mall and Management"},{"value":"4d4","description":"Convenience Store \/ Grocery Store"},{"value":"4d5","description":"Department Store \/ Duty Free Shop "},{"value":"4d6","description":"E-Retailer \/ Marketplace "},{"value":"4d7","description":"Health \/ Organic Food Shop"},{"value":"4d8","description":"Hypermarket \/ Supermarket"},{"value":"4d9","description":"Specialty Food "},{"value":"4d10","description":"Vending Machines"},{"value":"4d11","description":"Others Retailer"}],"Service Provider":[{"value":"4e1","description":"Advertising \/ Marketing \/ Printing \/ Public Relations"},{"value":"4e2","description":"Cleaning \/ Laundry \/ Pest Control Services"},{"value":"4e3","description":"Cold Supply Chain"},{"value":"4e4","description":"Consultancy"},{"value":"4e5","description":"Logistic \/ Warehouse"},{"value":"4e6","description":"IT Solutions \/ Security Provider"},{"value":"4e7","description":"VAR \/ VAD \/ Systems Integrator"},{"value":"4e8","description":"Waste Management"}],"Wholesale & Distribution":[{"value":"4f1","description":"Distributor"},{"value":"4f2","description":"Exporter"},{"value":"4f3","description":"Importer"},{"value":"4f4","description":"Wholesaler"}],"Related Industries":[{"value":"4f5","description":"Academic \/ Training Institute (Culinary \/ Hospitality \/ Tourism \/ Food Science)"},{"value":"4f6","description":"Cinema Operator"},{"value":"4f7","description":"Event Organiser"},{"value":"4f8","description":"Education Institution"},{"value":"4f9","description":"Healthcare Institute \/ Hospital \/ Pharmaceutical"},{"value":"4f10","description":"Media \/ Publication"},{"value":"4f11","description":"Property Development & Management \/ Real Estate"},{"value":"4f12","description":"Start-Ups"},{"value":"4f13","description":"Venture Capitalist"},{"value":"4f14","description":"Venue Operator \/ Convention Centre"}],"Chamber of Commerce & Embassy":[{"value":"4g1","description":"Chamber of Commerce"},{"value":"4g2","description":"Embassy"}],"Government Organisation":[],"Trade Association":[],"Other":[]}'></div> <div class="row"> <div class="col-12 col-lg-6"> <div class="mt-2"> <label for="business_nature" class="fw-bold">11. Business Nature</label><span class="text-danger">*</span> <select class="form-control" id="business_nature" name="business_nature" required> <option value="" disabled selected>Please Select Business Nature</option> <option value="Food & Beverage">Food & Beverage</option><option value="Hospitality & Tourism">Hospitality & Tourism</option><option value="Manufacturer">Manufacturer</option><option value="Retail / E-Retailer">Retail / E-Retailer</option><option value="Service Provider">Service Provider</option><option value="Wholesale & Distribution">Wholesale & Distribution</option><option value="Related Industries">Related Industries</option><option value="Chamber of Commerce & Embassy">Chamber of Commerce & Embassy</option><option value="Government Organisation">Government Organisation</option><option value="Trade Association">Trade Association</option><option value="Other">Other</option> <!-- Removed the extra "Other" option, since it is already in the database --> </select> </div> <div class="mt-2" id="business_nature_oth" style="display:none;"> <label for="business_nature_oth" class="fw-bold">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="business_nature_oth" name="business_nature_oth" required> </div> </div> <div class="col-12 col-lg-6" id="subBusinessContainer" style="display: none;"> <div class="mt-2"> <label for="sub_business_nature" class="fw-bold">Sub Business Nature</label><span class="text-danger">*</span> <select class="form-control" id="sub_business_nature" name="sub_business_nature" required> <option value="" disabled selected>Please Select Sub Business Nature</option> <!-- The sub-business options will be populated dynamically based on the selected business --> </select> </div> </div> </div> <div class="form-group mt-2"> <label for="show" class=""><b>Which show are you keen to visit?</b> (You may select one or more options)</label><span class="text-danger">*</span> <div class="error-show"></div> <div class="form-check "><input class="form-check-input" name="show[]" type="checkbox" value="5a" id="5a"><label class="form-check-label font-weight-normal" for="5a">Malaysian International Food & Beverage Trade Fair (MIFB) </label></div><div class="form-check "><input class="form-check-input" name="show[]" type="checkbox" value="5b" id="5b"><label class="form-check-label font-weight-normal" for="5b">Malaysia Caf茅 Expo (MCE)</label></div><div class="form-check "><input class="form-check-input" name="show[]" type="checkbox" value="5c" id="5c"><label class="form-check-label font-weight-normal" for="5c">Malaysian Food Technology Trade Fair (MyFoodTech)</label></div> </div> <div class="mt-3 text-center"> <button class="btn btn-success btn-md" type="" value="" name="" id="btn-next" style=" background-color: #32b98e; border: none; border-radius:18px; width:200px;box-shadow:6px 6px 6px #cbced1, -6px -6px 6px white;">Next</button> </div> </div> </div> <!-- END STEP 1 --> <!--STEP 2 --> <div class="step2" style="display:none"> <div class ="collapsibles"> <!-- Q1 --> <div class="mt-2"> <label for="" class=""><b>What kinds of product/services are you interested in?</b> (You may select one or more options)</label><span class="text-danger">*</span> <div class="error-product"></div> <div class="d-block"><a class="btn text-start" href="#6c1" role="button" style="text-decoration:none; color: #000"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill mb-1 me-1" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>Food & Beverage</a></div><div id="6c1" class="collapse"><div class="card card-body"><div class="ms-2 row"><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c1" id="6c1"><label class="form-check-label font-weight-normal" for="6c1">Beverage</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c2" id="6c2"><label class="form-check-label font-weight-normal" for="6c2">Canned / Processed Food</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c3" id="6c3"><label class="form-check-label font-weight-normal" for="6c3">Chilled / Frozen Food</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c4" id="6c4"><label class="form-check-label font-weight-normal" for="6c4">Cocoa</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c5" id="6c5"><label class="form-check-label font-weight-normal" for="6c5">Condiments / Seasonings / Oil</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c6" id="6c6"><label class="form-check-label font-weight-normal" for="6c6">Confectionery / Snacks / Candy</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c7" id="6c7"><label class="form-check-label font-weight-normal" for="6c7">Convenience Food</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c8" id="6c8"><label class="form-check-label font-weight-normal" for="6c8">Dairy & Eggs</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c9" id="6c9"><label class="form-check-label font-weight-normal" for="6c9">Fruits & Vegetables</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c10" id="6c10"><label class="form-check-label font-weight-normal" for="6c10">Grains & Pulses</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c11" id="6c11"><label class="form-check-label font-weight-normal" for="6c11">Halal</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c12" id="6c12"><label class="form-check-label font-weight-normal" for="6c12">Health / Natural / Organic Food</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c13" id="6c13"><label class="form-check-label font-weight-normal" for="6c13">Meat & Poultry</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c14" id="6c14"><label class="form-check-label font-weight-normal" for="6c14">Nuts & Seeds</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c15" id="6c15"><label class="form-check-label font-weight-normal" for="6c15">Plant-Based Food</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c16" id="6c16"><label class="form-check-label font-weight-normal" for="6c16">Preserved Food</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c17" id="6c17"><label class="form-check-label font-weight-normal" for="6c17">Seafood</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6c18" id="6c18"><label class="form-check-label font-weight-normal" for="6c18">Vegan / Vegetarian</label></div></div></div></div></div><div class="d-block"><a class="btn text-start" href="#6a1" role="button" style="text-decoration:none; color: #000"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill mb-1 me-1" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>Bakery, Pastry & Gelato</a></div><div id="6a1" class="collapse"><div class="card card-body"><div class="ms-2 row"><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a1" id="6a1"><label class="form-check-label font-weight-normal" for="6a1">Baked Goods / Desserts</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a2" id="6a2"><label class="form-check-label font-weight-normal" for="6a2">Baking Decorations</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a3" id="6a3"><label class="form-check-label font-weight-normal" for="6a3">Baking Ingredients / Raw Materials</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a4" id="6a4"><label class="form-check-label font-weight-normal" for="6a4">Equipment & Accessories</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a5" id="6a5"><label class="form-check-label font-weight-normal" for="6a5">Gelato / Ice Cream Ingredients</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a6" id="6a6"><label class="form-check-label font-weight-normal" for="6a6">Ice-cream / Gelato Machines & Supplies</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6a7" id="6a7"><label class="form-check-label font-weight-normal" for="6a7">Packaging Equipment / Materials</label></div></div></div></div></div><div class="d-block"><a class="btn text-start" href="#6b1" role="button" style="text-decoration:none; color: #000"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill mb-1 me-1" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>Coffee / Tea</a></div><div id="6b1" class="collapse"><div class="card card-body"><div class="ms-2 row"><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b1" id="6b1"><label class="form-check-label font-weight-normal" for="6b1">Bottled & Canned Coffee Drinks</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b2" id="6b2"><label class="form-check-label font-weight-normal" for="6b2">Coffee Beans / Grounds</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b3" id="6b3"><label class="form-check-label font-weight-normal" for="6b3">Coffee Pods / Capsules</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b4" id="6b4"><label class="form-check-label font-weight-normal" for="6b4">Equipment & Supplies</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b5" id="6b5"><label class="form-check-label font-weight-normal" for="6b5">Instant Coffee / Tea</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b6" id="6b6"><label class="form-check-label font-weight-normal" for="6b6">Tea Bags</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6b7" id="6b7"><label class="form-check-label font-weight-normal" for="6b7">Tea Leaves</label></div></div></div></div></div><div class="d-block"><a class="btn text-start" href="#6d1" role="button" style="text-decoration:none; color: #000"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill mb-1 me-1" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>Foodservice, Kitchen Equipment, Design & Supplies </a></div><div id="6d1" class="collapse"><div class="card card-body"><div class="ms-2 row"><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d1" id="6d1"><label class="form-check-label font-weight-normal" for="6d1">Bar / Beverage Equipment & Accessories</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d2" id="6d2"><label class="form-check-label font-weight-normal" for="6d2">Buffet & Display Equipment</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d3" id="6d3"><label class="form-check-label font-weight-normal" for="6d3">Catering / Foodservice Equipment & Supplies</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d4" id="6d4"><label class="form-check-label font-weight-normal" for="6d4">Clothing / Protective Wears / Uniforms</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d5" id="6d5"><label class="form-check-label font-weight-normal" for="6d5">Decorations / Furnishings</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d6" id="6d6"><label class="form-check-label font-weight-normal" for="6d6">Food Holding & Warming Equipment</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d7" id="6d7"><label class="form-check-label font-weight-normal" for="6d7">Hospitality / Hygiene & Cleaning Equipment & Supplies</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d8" id="6d8"><label class="form-check-label font-weight-normal" for="6d8">Laundry Equipment & Supplies</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d9" id="6d9"><label class="form-check-label font-weight-normal" for="6d9">Meat Processing Machines</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d10" id="6d10"><label class="form-check-label font-weight-normal" for="6d10">Pest Control Services</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d11" id="6d11"><label class="form-check-label font-weight-normal" for="6d11">Private Labelling</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d12" id="6d12"><label class="form-check-label font-weight-normal" for="6d12">Refrigerators / Cold Storage Equipment & Accessories</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6d13" id="6d13"><label class="form-check-label font-weight-normal" for="6d13">Waste Management</label></div></div></div></div></div><div class="d-block"><a class="btn text-start" href="#6e1" role="button" style="text-decoration:none; color: #000"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill mb-1 me-1" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>Food Tech / Disposables / Logistic / Packaging and Processing </a></div><div id="6e1" class="collapse"><div class="card card-body"><div class="ms-2 row"><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e1" id="6e1"><label class="form-check-label font-weight-normal" for="6e1">Accessories</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e2" id="6e2"><label class="form-check-label font-weight-normal" for="6e2">Agriculture Technology</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e3" id="6e3"><label class="form-check-label font-weight-normal" for="6e3">Automation</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e4" id="6e4"><label class="form-check-label font-weight-normal" for="6e4">Data Processing</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e5" id="6e5"><label class="form-check-label font-weight-normal" for="6e5">Disposables</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e6" id="6e6"><label class="form-check-label font-weight-normal" for="6e6">Health and Safety / Fire Protection</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e7" id="6e7"><label class="form-check-label font-weight-normal" for="6e7">Materials</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e8" id="6e8"><label class="form-check-label font-weight-normal" for="6e8">Operations, Safety and Quality Management</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e9" id="6e9"><label class="form-check-label font-weight-normal" for="6e9">Packaging & Component Handling Machines</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e10" id="6e10"><label class="form-check-label font-weight-normal" for="6e10">Packaging Technology</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e11" id="6e11"><label class="form-check-label font-weight-normal" for="6e11">Point-of-Sales and Related Systems</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e12" id="6e12"><label class="form-check-label font-weight-normal" for="6e12">Processing Technology</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e13" id="6e13"><label class="form-check-label font-weight-normal" for="6e13">Refrigeration and Air-Conditioning Technology</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e14" id="6e14"><label class="form-check-label font-weight-normal" for="6e14">Transport & Logistics</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e15" id="6e15"><label class="form-check-label font-weight-normal" for="6e15">Warehousing Technologies & Facilities</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e16" id="6e16"><label class="form-check-label font-weight-normal" for="6e16">Ventilation, Air-Conditioning and Heating Technology</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6e17" id="6e17"><label class="form-check-label font-weight-normal" for="6e17">Weighing Technology & Systems</label></div></div></div></div></div><div class="d-block"><a class="btn text-start" href="#6f1" role="button" style="text-decoration:none; color: #000"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill mb-1 me-1" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" /></svg>Wine / Spirits / Alcoholic Drinks</a></div><div id="6f1" class="collapse"><div class="card card-body"><div class="ms-2 row"><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f1" id="6f1"><label class="form-check-label font-weight-normal" for="6f1">Beer / Craft Beer / Cider / Shandy / Stout</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f2" id="6f2"><label class="form-check-label font-weight-normal" for="6f2">Champagne</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f3" id="6f3"><label class="form-check-label font-weight-normal" for="6f3">Cocktails</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f4" id="6f4"><label class="form-check-label font-weight-normal" for="6f4">Sake</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f5" id="6f5"><label class="form-check-label font-weight-normal" for="6f5">Wine</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f6" id="6f6"><label class="form-check-label font-weight-normal" for="6f6">Sparkling Wine</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f7" id="6f7"><label class="form-check-label font-weight-normal" for="6f7">Spirits</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f8" id="6f8"><label class="form-check-label font-weight-normal" for="6f8">Wine Education</label></div></div><div class="col-12 col-lg-6"><div class="form-check"><input class="form-check-input" name="product[]" type="checkbox" value="6f9" id="6f9"><label class="form-check-label font-weight-normal" for="6f9">Wine Equipment / Accessories / Service</label></div></div></div></div></div> </div> </div> <!-- Q2 --> <div class="form-group mt-2"> <label for="trading" class="fw-bold">How are you involved in product purchasing / trading?</label><span class="text-danger">*</span> <select class="form-control" id="trading" name="trading" required> <option value="" disabled selected>Please Select an Option</option> <option value="Decision Maker">Decision Maker</option><option value="Influencer">Influencer</option><option value="Neither">Neither</option> </select> </div> <!-- Q2 --> <!-- Q3 --> <div class="form-group mt-2"> <label for="purpose"><b>Purpose of Visit</b> (You may select one or more options)</label><span class="text-danger">*</span> <div class="error-purpose"></div> <div class="row"><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7a" id="7a"><label class="form-check-label font-weight-normal" for="7a">Attend Conference / Knowledge Programme (Seminar)</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7b" id="7b"><label class="form-check-label font-weight-normal" for="7b">Competition / Judging / Speaking</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7c" id="7c"><label class="form-check-label font-weight-normal" for="7c">Establish New Distribution Channels / Agents</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7d" id="7d"><label class="form-check-label font-weight-normal" for="7d">Evaluate Show for Future Participation</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7e" id="7e"><label class="form-check-label font-weight-normal" for="7e">Gather Marketing Information & Trends</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7f" id="7f"><label class="form-check-label font-weight-normal" for="7f">Meet Existing Suppliers / Buyers</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7g" id="7g"><label class="form-check-label font-weight-normal" for="7g">Meet New Suppliers / Buyers</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7h" id="7h"><label class="form-check-label font-weight-normal" for="7h">Source New Products / Technologies / Services / Solutions</label></div></div><div class="col-12 col-lg-6"><div class="form-check "><input class="form-check-input" name="purpose[]" type="checkbox" value="7i" id="7i"><label class="form-check-label font-weight-normal" for="7i">Others</label></div></div></div> <div id="purpose_oth_container" style="display:none;"> <label for="purpose_oth">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="purpose_oth" name="purpose_oth" required> </div> </div> <!-- Q3 --> <!-- Q4 --> <div class="form-group mt-2"> <div> <label for="buyer" class="fw-bold">Are you interested in to be invited as MIFB / MCE / MyFoodTech Hosted Buyer?</label><span class="text-danger">*</span> </div> <div class=" form-check form-check-inline"> <input class=" form-check-input" type="radio" name="buyer" id="buyer" value="Yes, I am interested to join as Hosted Buyer"> <label class="form-check-label font-weight-normal" for="buyer"> Yes, I am interested to join as Hosted Buyer </label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="buyer" id="buyer" value="No"> <label class="form-check-label font-weight-normal" for="buyer"> No </label> </div> <div class="error-buyer"></div> </div> <!-- Q4 --> <!-- Q5 --> <!-- <div class="form-group mt-2"> <div> <label for="business-matching" class="fw-bold">Are you interested in attending MIFB business matching programme?</label><span class="text-danger">*</span> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="business_matching" id="business_matching" value="Yes"> <label class="form-check-label font-weight-normal" for="business_matching"> Yes </label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="business_matching" id="business_matching" value="No"> <label class="form-check-label font-weight-normal" for="business_matching"> No </label> </div> <div class="error-business_matching" style="color: red; font-size: 0.9em;"></div> </div> --> <!-- Q5 --> <!-- Q6 --> <div class="form-group mt-2"> <div> <label for="seminar" class="fw-bold">Would you like to attend any of the event's conferences, workshops, knowledge programme or seminars?</label><span class="text-danger">*</span> </div> <div class=" form-check form-check-inline"> <input class=" form-check-input" type="radio" name="seminar" id="seminar" value="Yes"> <label class="form-check-label font-weight-normal" for="seminar"> Yes </label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="seminar" id="seminar" value="No"> <label class="form-check-label font-weight-normal" for="seminar"> No </label> </div> <div class="error-seminar"></div> </div> <!-- Q6 --> <!-- Q7 --> <div class="form-group mt-2"> <div> <label for="event_source" class="fw-bold">How did you hear about the event(s)?</label><span class="text-danger">*</span> <div class="error-source"></div> </div> <div class="row row-cols-2"> <div class="col-12 col-md-6"><label class="ms-2 fw-bold" for="Internet">Internet</label><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9a1" id="9a1"><label class="form-check-label font-weight-normal" for="9a1">Email / E-Newsletter</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9a2" id="9a2"><label class="form-check-label font-weight-normal" for="9a2">Online Advertising (Sponsored Ads)</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9a3" id="9a3"><label class="form-check-label font-weight-normal" for="9a3">Search Engine (Google, Bing, etc.)</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9a4" id="9a4"><label class="form-check-label font-weight-normal" for="9a4">MIFB Website</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9a5" id="9a5"><label class="form-check-label font-weight-normal" for="9a5">Other Website</label></div><div id="website_oth_container" class="ms-2" style="display:none;"><div><label for="website_oth">Please Specify</label><span class="text-danger">*</span><input class="form-control" type="text" id="website_oth" name="website_oth" required></div></div></div><div class="col-12 col-md-6"><label class="ms-2 fw-bold" for="Invitation from">Invitation from</label><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9b1" id="9b1"><label class="form-check-label font-weight-normal" for="9b1">Constellar (Exhibition Organiser)</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9b2" id="9b2"><label class="form-check-label font-weight-normal" for="9b2">Exhibitor / Sponsors / Speakers</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9b3" id="9b3"><label class="form-check-label font-weight-normal" for="9b3">Government / Government Agency</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9b4" id="9b4"><label class="form-check-label font-weight-normal" for="9b4">Trade Association / Embassy / Chamber of Commerce</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9b5" id="9b5"><label class="form-check-label font-weight-normal" for="9b5">Other</label></div><div id="invite_oth_container" class="ms-2" style="display:none;"><div><label for="invite_oth">Please Specify</label><span class="text-danger">*</span><input class="form-control" type="text" id="invite_oth" name="invite_oth" required></div></div></div><div class="col-12 col-md-6"><label class="ms-2 fw-bold" for="Media">Media</label><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9c1" id="9c1"><label class="form-check-label font-weight-normal" for="9c1">Local Newspaper / Media</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9c2" id="9c2"><label class="form-check-label font-weight-normal" for="9c2">Press Release</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9c3" id="9c3"><label class="form-check-label font-weight-normal" for="9c3">Trade Magazine / Business Directory</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9c4" id="9c4"><label class="form-check-label font-weight-normal" for="9c4">Event Listing</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9c5" id="9c5"><label class="form-check-label font-weight-normal" for="9c5">Other</label></div><div id="media_oth_container" class="ms-2" style="display:none;"><div><label for="media_oth">Please Specify</label><span class="text-danger">*</span><input class="form-control" type="text" id="media_oth" name="media_oth" required></div></div></div><div class="col-12 col-md-6"><label class="ms-2 fw-bold" for="Social Media">Social Media</label><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9d1" id="9d1"><label class="form-check-label font-weight-normal" for="9d1">Facebook</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9d2" id="9d2"><label class="form-check-label font-weight-normal" for="9d2">Instagram</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9d3" id="9d3"><label class="form-check-label font-weight-normal" for="9d3">LinkedIn</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9c9" id="9c9"><label class="form-check-label font-weight-normal" for="9c9">YouTube</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9d4" id="9d4"><label class="form-check-label font-weight-normal" for="9d4">Other</label></div><div id="soc_media_oth_container" class="ms-2" style="display:none;"><div><label for="soc_media_oth">Please Specify</label><span class="text-danger">*</span><input class="form-control" type="text" id="soc_media_oth" name="soc_media_oth" required></div></div></div><div class="col-12 col-md-6 mt-3"></label><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9e" id="9e"><label class="form-check-label fw-bold" for="9e">Telemarketing</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9f" id="9f"><label class="form-check-label fw-bold" for="9f">Visited past MIFB</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9g" id="9g"><label class="form-check-label fw-bold" for="9g">Words of mouth / Referral from Industry Friend</label></div><div class="form-check ms-2"><input class="form-check-input" name="source[]" type="checkbox" value="9h" id="9h"><label class="form-check-label fw-bold" for="9h">Other</label></div><div id="others_oth_container" class="ms-2" style="display:none;"><div><label for="soc_media_oth">Please Specify</label><span class="text-danger">*</span><input class="form-control" type="text" id="others_oth" name="others_oth" required></div></div></div> </div> <!-- <div class="form-row"> <div class="col-12 col-md-6"> <div> <label for="website_oth">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="website_oth" name="website_oth" required> </div> </div> <div class="col-12 col-md-6"> <div> <label for="website_oth">Please Specify</label><span class="text-danger">*</span> <input class="form-control" type="text" id="website_oth" name="website_oth" required> </div> </div> </div> --> <!-- Q7 --> <!-- Q8 --> <div class="form-group mt-2"> <div> <label for="visit" class="fw-bold">Is this your first visit to Malaysian International Food & Beverage?</label><span class="text-danger">*</span> </div> <div class=" form-check form-check-inline"> <input class=" form-check-input" type="radio" name="visit" id="visit" value="Yes"> <label class="form-check-label font-weight-normal" for="visit"> Yes </label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="visit" id="visit" value="No"> <label class="form-check-label font-weight-normal" for="visit"> No </label> </div> <div class="error-visit"></div> </div> <!-- Q8 --> <!-- Q9 --> <div class="form-group mt-2"> <div> <label for="visit" class="fw-bold">Would you like to receive information about future MIFB events?</label><span class="text-danger">*</span> </div> <div class=" form-check form-check-inline"> <input class=" form-check-input" type="radio" name="information" id="information" value="Yes"> <label class="form-check-label font-weight-normal" for="information"> Yes </label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="information" id="information" value="No"> <label class="form-check-label font-weight-normal" for="information"> No </label> </div> <div class="error-information"></div> </div> <!-- Q9 --> <!-- TNC --> <div class="form-group mt-5"> <div> <h5><b>Terms & Conditions</b></h5> <label for="" class="font-weight-normal">By participating in MIFB, you consent that your contact details provided during registration will be shared with Constellar鈥檚 WebApp. Your details may be shared with attendees, sponsors, or exhibitors when accepting a connection/meeting request, upon entering MIFB鈥檚 Event App, or when watching sponsored content. These participants may then engage with you directly for follow-up or marketing purposes.</label> <div class=" form-check ms-2 mt-2"> <input class="form-check-input" type="checkbox" name="tnc" id="tnc" value="Yes"> <label class="ms-1 form-check-label font-weight-normal" for="tnc"> I have read and agree to Constellar鈥檚 <a href="https://www.constellar.co/sg/terms" target="_blank" style="color: #00ff">Terms of Use for Digital Event Platform</a> </label> </div> </div> </div> <!-- TNC --> <div class="d-grid gap-2 d-md-flex justify-content-md-between justify-content-center mt-5"> <!-- <div class="col-4 p-3"> --> <button class="btn btn-primary btn-md valid" type="button" value="Prev" id="btn-prev2" aria-invalid="false" style=" background-color: #32b98e; border: none; border-radius:18px; width:200px;box-shadow:6px 6px 6px #cbced1, -6px -6px 6px white;">Previous</button> <!-- </div> <div class="col-4 p-3"> --> <button id="registerButton" class="btn btn-success btn-md " type="submit" value="submit" name="submit" style=" background-color: #a7d7c6; border: none; border-radius:18px; width:200px;box-shadow:6px 6px 6px #cbced1, -6px -6px 6px white;">Register</button> <!-- </div> --> </div> </div> </div> <!-- END STEP 2 --> <!-- POP UP --> <!-- POP UP --> <!-- CONFIRMATION PAGE --> <div class="step3" style="display:none"> <div class="row"> <div class="col-12"> <div class="p-3"> <!-- <h5 class="mt-5 mb-3 text-center">Congratulations <br /> <b>Warning</b>: Undefined variable $name in <b>/var/www/html/events/mifb/reg/index.php</b> on line <b>1005</b><br /> ,<br>your registration is confirmed!</h5> --> <h6>Registration Submitted</h6> <p class=" mt-4">Thank you for submitting your registration for the <b>Malaysian International Food & Beverage Trade Fair (MIFB) 2025!</b> </p> <p class=" mt-4">Your submission is now being processed. You will receive a separate email with instructions to access the <b>MIFB 2025 Event App</b> soon.</p> <div> <img src="" alt="" class="qr-img img-fluid" style="width:170px;"> </div> <p class=" mt-4">If you have any questions or need further assistance, please don鈥檛 hesitate to contact us at <a href="mailto:[email address]">[email address]</a> or <a href="tel:[phone number]">[phone number]</a>. </p> <p> We look forward to welcoming you to MIFB 2025, happening from <b>30 July 2025 to 01 August 2025</b> at <b>KL Convention Centre</b>. </p> <p> Thank you for your support and participation! </p> </div> <div class="d-flex justify-content-center"> <!-- Button to Trigger Modal --> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal" style="background-color: #32b98e; border: none; border-radius:18px; width:250px; box-shadow:6px 6px 6px #cbced1, -6px -6px 6px white;"> Invite Your Industry Peers </button> </div> <!-- <img class="img-fluid pb-2 pt-2" src=" img/footer.png"> --> <!-- Sini data nama dan ID, Guna javascript buat html --> <!-- <div id="user-details" class="mt-4"></div> --> </div> </div> <div class="modal p-md-3" id="myModal"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content p-md-4"> <div class="modal-body text-center"> <h6>Invite your Industry Peers!</h6> <p>Connecting the World's Best at MIFB 2025</p> <img class="img-fluid" src="img/header.png" alt=""> <div class="text-center pt-3"> <p>Spread the word!</p> <div class="container"> <div class="d-flex justify-content-evenly"> <div class=""> <a href="https://www.linkedin.com/messaging/compose/?body=Greetings!%20I%20would%20like%20to%20invite%20you%20to%20join%20MIFB%202025%20with%20me.%0A%0Ahttps://event.regnant.works/mifb/reg/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#0A66C2" class="bi bi-linkedin" viewBox="0 0 16 16"> <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z" /> </svg> </a> </div> <div class=""> <a href="https://www.facebook.com/sharer/sharer.php?u=https://event.regnant.works/mifb/reg/"e=Greetings!%20I%20would%20like%20to%20invite%20you%20to%20join%20MIFB%202025%20with%20me." target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#1877F2" class="bi bi-facebook" viewBox="0 0 16 16"> <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951" /> </svg> </a> </div> <div class=""> <a href="https://api.whatsapp.com/send?text=Greetings!%20I%20would%20like%20to%20invite%20you%20to%20join%20MIFB%202025%20with%20me.%20%0A%0Ahttps://event.regnant.works/mifb/reg/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#25D366" class="bi bi-whatsapp" viewBox="0 0 16 16"> <path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232" /> </svg> </a> </div> <div class=""> <a href="https://mail.google.com/mail/?view=cm&fs=1&to=&subject=Invitation%20for%20MIFB%202025&body=Greetings!%20I%20would%20like%20to%20invite%20you%20to%20join%20MIFB%202025%20with%20me.%20%0A%0Ahttps://event.regnant.works/mifb/reg/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#410093" class="bi bi-envelope-fill" viewBox="0 0 16 16"> <path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z" /> </svg> </a> </div> <!-- Copy to Clipboard Button --> <div class=""> <a href="#" class="" onclick="copyToClipboard()"><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-copy" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1z" /> </svg></a> <input type="text" class="form-control text-center" id="invitationLink" value="https://event.regnant.works/mifb/reg/" readonly hidden /> </div> <!-- <div class=""> <a href="https://www.instagram.com/share?url=https://event.regnant.works/mifb/reg/&text=Greetings!%20I%20would%20like%20to%20invite%20you%20to%20join%20MIFB%202025%20with%20me.%0A%0Ahttps://event.regnant.works/mifb/reg/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#e1306c" class="bi bi-instagram" viewBox="0 0 16 16"> <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334" /> </svg> </a> </div> --> <!-- <div class=""> <a href="https://slack.com/app_redirect?channel=C024BE7LD&message=Greetings!%20I%20would%20like%20to%20invite%20you%20to%20join%20MIFB%202025%20with%20me.%20https://event.regnant.works/mifb/reg/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#ECB22E" class="bi bi-slack" viewBox="0 0 16 16"> <path d="M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111.756 8.43 1.68 8.43h1.682zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682zm6.749 1.682c0-.926.755-1.682 1.68-1.682S16 4.964 16 5.889s-.756 1.681-1.68 1.681h-1.681zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68s.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681z" /> </svg> </a> </div> --> </div> <!-- <div class="d-flex justify-content-evenly pt-3"> <div class=""> <a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#410093" class="bi bi-envelope-fill" viewBox="0 0 16 16"> <path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z" /> </svg> </a> </div> <div class=""> <a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#e1306c" class="bi bi-instagram" viewBox="0 0 16 16"> <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334" /> </svg> </a> </div> <div class=""> <a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#ECB22E" class="bi bi-slack" viewBox="0 0 16 16"> <path d="M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111.756 8.43 1.68 8.43h1.682zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682zm6.749 1.682c0-.926.755-1.682 1.68-1.682S16 4.964 16 5.889s-.756 1.681-1.68 1.681h-1.681zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68s.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681z" /> </svg></a> </div> </div> --> </div> </div> </div> </div> </div> </div> </div> <!-- END CONFIRMATION PAGE --> </div> </form> </div> </div> </div> <script src="https://cdn.jsdelivr.net/npm/intl-tel-input@18.1.1/build/js/intlTelInput.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="validationv2.js?v=1740151515"></script> </body> </html>