CINXE.COM

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="robots" content="noindex, nofollow"> <meta name="googlebot" content="noindex, nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title aria-live="assertive">Hydrogen Americas 2025 Book Online</title> <link rel="dns-prefetch" href="https://airdrive.eventsair.com/" /> <link rel="dns-prefetch" href="https://gfen.eventsair.com" /> <link rel="dns-prefetch" href="https://fonts.googleapis.com" /> <link rel="dns-prefetch" href="https://maxcdn.bootstrapcdn.com" /> <link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" /> <link rel="dns-prefetch" href="https://ajax.googleapis.com" /> <link rel="dns-prefetch" href="https://code.jquery.com" /> <link href="/Asset/GetAsset/eventsairwesteuprod/production-gfen-public/c45415424dac4a9ea5b5e117013d6e37" rel="stylesheet" /> <link href="//airdrive.eventsair.com/eventsairwesteuprod/production-gfen-public/89d5034bb3d84d7f9580b4bda9cebcdc" rel="icon" /> <link href="/Content/selectWoo/bundle?v=cCiLx5Xt_qH1mUGpfB_7cxmDZcp-AyrXE7giGoRBlmA1" rel="stylesheet"/> <link href="/Content/bundle?v=H5OZbJVCRzaiitYJh0amNy8ewXBDZbVBDchGb3IozXo1" rel="stylesheet"/> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-shim.min.js"></script> <script src="//airdrive.eventsair.com/bundles/gfen/bundles/modernizr/N35uNPYKpoe6Zsjei3QoGsOz9utCmn1RHW-44fAHOjM1"></script> <script>(window.Modernizr)||document.write('<script src="/bundles/modernizr"><\/script>');</script> <script type="text/javascript"> Modernizr.load([{ test: window.JSON, nope: 'https://cdnjs.cloudflare.com/ajax/libs/json2/20140204/json2.min.js' }]); </script> <script type="text/javascript" src="/Scripts/tinymce/tinymce.min.js"></script> <link href="/Content/Site-ie.css" rel="stylesheet" type="text/css" /> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { /* array of input IDs and their maximum lenght !!!!! ensure no trailing comma on last value in array - (Works in Chome but breaks IE) !!!!! */ var maxLengthsArray = { "firstName0": 30, "firstName1": 30, "firstName2": 30, "firstName3": 30, "firstName4": 30, "firstName5": 30, "lastName0": 40, "lastName1": 40, "lastName2": 40, "lastName3": 40, "lastName4": 40, "lastName5": 40, "FirstName": 30, "LastName": 40, "Position": 50, "Organization": 50 }; /* cycle though each input in the array and set its maxlenght attribute */ for (var key in maxLengthsArray) { //var inputID = '#' + key; var inputID = 'input[name="' + key + '"]'; $(inputID).attr('maxlength', maxLengthsArray[key]); } /* check current lenght of input value on keyup and show alert if equal to max allowed lenght for that input */ $('input[type="text"]').keyup(function() { var thisID = $(this).attr("name"); var lenghtWarning = 'This field is restricted to ' + maxLengthsArray[thisID] + ' characters, as this is what will appear on your name badge at the event'; if($(this).val().length >= (maxLengthsArray[thisID])) { if ($(this).next().hasClass('lengthWarning')) { $(this).next().text(lenghtWarning); } else { $('<p class="lengthWarning" style="color:red;font-size:0.9em;margin-bottom: 2em;margin-top: 0;">' + lenghtWarning + '</p>').insertAfter(this); } /*remove warning if length less than max allowed*/ } else { if ($(this).next().hasClass('lengthWarning')) { $(this).next().remove(); } } }); }); </script> <!-- Code for booking links customisation --> <span class="hidden-xs hidden-sm hidden-md hidden-lg" style="font-size: 2em; font-weight: bold; color: red">do not edit this&nbsp;element&nbsp;- script inside</span>&nbsp; <style type="text/css"> button.ds-edit-button { color: green; background: rgba(0, 128, 0, 0.1); border: 1px solid; border-radius: 0px; width: 100%; box-sizing: border-box; padding: 4px; } button.ds-register-button { color: red; background: rgba(255, 0, 0, 0.1); border: 1px solid; border-radius: 0px; width: 100%; box-sizing: border-box; padding: 4px; } .discount-code::after { content: '* If you have been given a promotional code, please enter this here. Otherwise just click the Next button below'; font-style:italic; font-size: 13px; } </style> <script type="text/x-handlebars-template" data-templatename="groupSummary2"> {{#if isGroup}} <div class="container-fluid"> <div class="row group-summary-header h4 hidden-xs"> <div class="col-sm-3 col-xs-3">Delegate Name</div> <div class="col-sm-2 col-xs-2">Status</div> <div class="col-sm-2 col-xs-2 text-right">{{#if displayAmounts}}Total Amount{{/if}}</div> <div class="col-sm-2 col-xs-2"></div> </div> {{#each contacts}} <div class="row group-summary-row"> <div class="col-sm-3 col-xs-4">{{FirstName}} {{LastName}}</div> <div class="col-sm-2 hidden-xs col-xs-2">{{#if completed}}<span style="color:green"><i class="fa fa-check-circle" aria-hidden="true"></i> Completed</span>{{else}}<span style="color:red"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> To Be Completed</span>{{/if}}</div> {{#if ../displayAmounts}} <div class="col-sm-2 col-xs-2 text-right">{{formatCurrency amount}}</div> {{else}} <div class="col-sm-2 col-xs-2"></div> {{/if}} {{#if completed}} <div class="col-sm-2 col-xs-6"><button class="ds-edit-button" data-togglevisibility="contact-summary-content-{{number}}"><i class="fa fa-edit" aria-hidden="true"></i> Edit/View</button></div> <div class="col-sm-12 col-xs-12" id="contact-summary-content-{{number}}"> <div class="well well-sm light-well summary-content" data-contact-number="{{number}}"> {{{summary}}} </div> </div> {{else}} <div class="col-sm-2 col-xs-6"><button class="ds-register-button" data-switch-contact="{{number}}"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Register</button></div> {{/if}} </div> {{/each}} {{#if displayTotal}} <div class="row group-summary-row"> <div class="col-sm-5 col-xs-5"><p class="text-left"><strong>Total Amount (Paid by {{#if groupContactPays}}group contact{{else}}Contact{{/if}})</strong></p></div> <div class="col-sm-2 col-xs-2 text-right"><strong>{{#if displayTotal}}{{sumCurrency contacts 'amount'}}{{/if}}</strong></div> </div> {{else}} <div class="row group-summary-row" /> {{/if}} <div class="row"> <div class="col-sm-12 col-xs-12"> <button data-edit-group="">Edit Group</button> </div> </div> </div> {{else}} {{#each contacts}} <div class="summary-content" data-contact-number="{{number}}"> {{{summary}}} </div> {{/each}} {{/if}} </script> <script> document.addEventListener("DOMContentLoaded", function(event) { var replaceGroupSummaryScript = $('script[data-templatename="groupSummary2"]').html(); $('script[data-templatename="groupSummary"]').html(replaceGroupSummaryScript); $('input#groupSummaryData').change(function() { $('.ds-position').each(function() { var positionFieldID = $('input[name="Position"]').attr('id'); var positionFieldLabel = $('label[for="' + positionFieldID + '"]').text(); var myPosition = $(this).siblings().find('th:contains(' + positionFieldLabel + ')').next().text(); $(this).text(myPosition); }); }); $('button.page-forward').click(function() { var nextPageID = $(this).closest('div[id^="page_"]').next().attr("id"); var addressInput = $('#' + nextPageID + ' input[name="AddressLineOne"]'); if (!addressInput.val()) { var inputDataNames = ["AddressLineOne", "AddressCity", "AddressState", "AddressPostcode", "AddressCountry"]; var personOneDataLabels = {}; $.each( inputDataNames, function( key, value ) { if (value == 'AddressCountry') { var thisinputID = $('input[name="AddressCountry"]').prev().find('input').attr('id'); } else { var thisinputID = $('input[name="' + value + '"]').attr('id'); } personOneDataLabels[value] = $('label[for="' + thisinputID + '"]').text(); }); if ($('#contact-summary-content-0').length) { $.each( personOneDataLabels, function( key, value ) { var personOneValue = $('#contact-summary-content-0 table.summary-table th:contains(' + value + ')').next().text(); $('input[name="' + key + '"]').filter(function() { return $(this).val() == ""; }).val(personOneValue); var countryFieldLabelID = $('input[name="AddressCountry"]').attr('id'); var countryFieldLabel = $('label[for="' + countryFieldLabelID + '"]').text(); if (key == 'AddressCountry') { var countryValue = $('input[name="AddressCountry"]').val(); $('input[name="AddressCountry"]').siblings('div').find('.select2-chosen').text(countryValue); } }); } } }); }); </script> <!-- 2nd Script --> <span class="hidden-xs hidden-sm hidden-md hidden-lg" style="font-size: 2em; font-weight: bold; color: red">do not edit this&nbsp;element&nbsp;- script inside</span> <script> document.addEventListener("DOMContentLoaded", function(event) { $( "input[data-inputtype$='_RegistrationType']" ).each(function() { var myLabel = $(this).parent().next().html(); var myPrice = $(this).closest('div').next().html(); $("#ds_ticket_options").append('<div class="row"><div class="col-xs-6"><i class="fa fa-ticket" aria-hidden="true"></i> ' + myLabel + '</div><div class="col-xs-6">' + myPrice + '</div></div>'); }); }); </script> <link href="/Content/Accessibility.css" rel="stylesheet" type="text/css" /> <link href="/Content/ab-datepicker.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="body-content"> <input type="hidden" id="QueryParams" value="{}"> <div class="container splash big"> <div class="center-block"></div> </div> <div class="loading-spinner" id="loading-spinner"></div> <div id="main-form" class="main-form delayed-component-content "> <div id="page_0" data-page="0" style="display: none"> <div class="brand-header brand-header-bg header-image"> <img class="img-responsive center-block" src="//airdrive.eventsair.com/eventsairwesteuprod/production-gfen-public/72158ed1bfa0409c821980cf194eba7f" alt=""> </div> <div class="progress theme-progress background-opacity"> <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> <span class="progressbar-value"></span> </div> </div> <div id="alerts_0" class="alert-container" style="display: none;"></div> <div id="d02098fb-67be-9068-5d71-3a13053f6569" class="component " style="display: block" > <form class="dynamic-target form-horizontal clearfix "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="d02098fb-67be-9068-5d71-3a13053f6569" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.Html.HtmlComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="0" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <div> <h2>Hydrogen Americas 2025 - Exhibition Visitor Registration</h2><strong>Please select&nbsp;the ticketing option below for the visitor you are registering:<br /><br /></strong> </div> </form> </div> <div class="theme-panel"> <div id="d1cbfd83-e35c-5be2-5661-3a13053f6569" class="component " style="display: block" > <form class="dynamic-target form-horizontal clearfix theme-component-registration "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="d1cbfd83-e35c-5be2-5661-3a13053f6569" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.RegistrationType.RegistrationTypeComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="1" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <input name="8be69815-ed2b-5249-f1ae-3a13053f797e_AddToWaitList" type="hidden" value="false" /> <div class="bottom-padding-10 row has-feedback"> <div class="col-xs-8" style=""> <div class="radio"> <input class="inv-aware" data-inputtype="RadioGroup1_RegistrationType" data-inv-key="8be69815-ed2b-5249-f1ae-3a13053f797e" data-inv-payment-status="Complimentary" data-inv-quantity="1" data-inv-type="Registration" data-togglevisibility="" data-used-by-discount="Registration" id="8be69815-ed2b-5249-f1ae-3a13053f797e" name="8be69815-ed2b-5249-f1ae-3a13053f797e" type="radio" value="" /> <label for="8be69815-ed2b-5249-f1ae-3a13053f797e"> <strong>Exhibition Visitor</strong> <span style="display:none" class="label exhausted_label label-primary">FULL</span> </label> </div> </div> </div> <input type="hidden" name="8be69815-ed2b-5249-f1ae-3a13053f797e_DiscountCodeKey" id="8be69815-ed2b-5249-f1ae-3a13053f797e_DiscountCodeKey" class="form-control inv-aware" data-inv-type="DiscountCode" data-inv-referenceId="8be69815-ed2b-5249-f1ae-3a13053f797e" data-inv-payment-status="Complimentary" /> <hr style="margin-top: 0pt; margin-bottom: 0pt;" /> </form> </div> </div> <div id="7ff11c89-4ed1-53bf-6018-3a13053f6569" class="component " style="display: block" > <form class="dynamic-target form-horizontal clearfix theme-panel "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="7ff11c89-4ed1-53bf-6018-3a13053f6569" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.Contact.ContactComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="2" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <div class="row no-theme"> <div class="col-xs-12" id="a2cd9dda-6580-58e3-e04c-3a13053f6569"> <h2>Visitor Information</h2> <p><br><em><span style="font-size: 10pt;"><em><span style="color: #c02001;"><em>**</em></span> Please ensure you enter the visitor details below accurately, as these details will appear on the visitors' name badge.<br></em></span></em></p> <hr> </div> </div> <div class="row form-group has-feedback"> <input type="text" class="form-control theme-textbox " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_FirstName" name="FirstName" value="" required aria-required=true data-titlecased data-autosaved=false > <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_FirstName" id="7ff11c89-4ed1-53bf-6018-3a13053f6569_FirstName_label" class="theme-label-floating" >First Name</label> <span class="fa fa-exclamation form-control-feedback has-error"></span> </div> <div class="row form-group has-feedback"> <input type="text" class="form-control theme-textbox " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_LastName" name="LastName" value="" required aria-required=true data-titlecased maxlength=60 data-autosaved=false > <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_LastName" id="7ff11c89-4ed1-53bf-6018-3a13053f6569_LastName_label" class="theme-label-floating" >Last Name</label> <span class="fa fa-exclamation form-control-feedback has-error"></span> </div> <div class="row form-group has-feedback"> <input type="text" class="form-control theme-textbox " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_Position" name="Position" value="" required aria-required=true data-titlecased data-autosaved=false > <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_Position" id="7ff11c89-4ed1-53bf-6018-3a13053f6569_Position_label" class="theme-label-floating" >Job Title</label> <span class="fa fa-exclamation form-control-feedback has-error"></span> </div> <div class="row form-group has-feedback"> <input type="text" class="form-control theme-textbox " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_Organization" name="Organization" value="" required aria-required=true data-titlecased maxlength=120 data-autosaved=false > <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_Organization" id="7ff11c89-4ed1-53bf-6018-3a13053f6569_Organization_label" class="theme-label-floating" >Organization</label> <span class="fa fa-exclamation form-control-feedback has-error"></span> </div> <div class=""> <div class="col-sm-6 col-xs-12 form-group has-feedback"> <input type="text" class="form-control theme-textbox " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_EmailAddress" name="EmailAddress" value="" data-rule-required="true" required aria-required=true /> <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_EmailAddress" class="theme-label-floating">Email Address</label> <span class="fa fa-exclamation form-control-feedback has-error"></span> </div> </div> <div class="row form-group has-feedback"> <input type="text" class="form-control theme-textbox " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_OfficeNumber" name="OfficeNumber" value="" required aria-required=true data-autosaved=false > <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_OfficeNumber" id="7ff11c89-4ed1-53bf-6018-3a13053f6569_OfficeNumber_label" class="theme-label-floating" >Telephone</label> <span class="fa fa-exclamation form-control-feedback has-error"></span> </div> <div class="row form-group has-feedback"> <input type="hidden" id="AddressCountry_data" value="/has-2025/exhibition-visitor/ContactComponent/Countries" /> <input type="hidden" id="AddressCountry_value" /> <input type="text" class="form-control theme-select " id="7ff11c89-4ed1-53bf-6018-3a13053f6569_AddressCountry" name="AddressCountry" required aria-required=true value="" data-titlecased data-country data-nice-sort="false" /> <label for="7ff11c89-4ed1-53bf-6018-3a13053f6569_AddressCountry" id="7ff11c89-4ed1-53bf-6018-3a13053f6569_AddressCountry_label" class="theme-label-floating">Country</label> </div> <div class="row form-group cstField has-feedback" id="cf2d2c37-011c-46f3-bb73-9b48f347425c_div"> <select aria-required="true" class="form-control select2-container select2-allowclear theme-select " data-input-type="dropdown" data-label="Company Industry" data-selected="" id="cst_d2fcefa48caa570a57533a13053f1eea" name="cst_d2fcefa48caa570a57533a13053f1eea" required=""><option></option> <option value="86bb2f7e-9961-e2be-250a-3a13053f1eea">Academic / Research Company</option> <option value="de192d6a-4419-c4cf-f135-3a13053f1eea">Accounting, Banks, Finance</option> <option value="218673bf-534d-50a4-7a9d-3a13053f1eea">Automotive</option> <option value="8bcd70f4-f00c-1c1b-cb51-3a13053f1eea">Aviation</option> <option value="3d0c84af-3c51-1bce-2ad7-3a13053f1eea">Battery / Storage</option> <option value="636bcd0a-3da4-3c6b-f8e7-3a13053f1eea">Biomass</option> <option value="b51ad6df-f64f-35ce-0b66-3a13053f1eea">Chemicals</option> <option value="e2d72d2b-0219-0247-da62-3a13053f1eea">Components &amp; Parts</option> <option value="f47ab491-62c7-8774-b401-3a13053f1eea">Conglomerate</option> <option value="3e084c73-f8cf-18e5-1f7d-3a13053f1eea">Construction</option> <option value="956475a0-a803-bf3c-4041-3a13053f1eea">Electrolysers</option> <option value="26b70a02-3137-6a7a-a65e-3a13053f1eea">Energy Buyer</option> <option value="0765a540-f36f-d5ed-92d3-3a13053f1eea">EPC Company</option> <option value="d40222fa-6af4-e8a9-ecc4-3a13053f1eea">Equipment &amp; Material Supplier</option> <option value="fe3ae288-eac6-0048-fdda-3a13053f1eea">Fuel Cell</option> <option value="5677b9a2-6ba0-d2dc-e560-3a13053f1eea">Gas</option> <option value="c4ce2977-951c-89a9-6a85-3a13053f1eea">Gas Transport</option> <option value="36fb38c2-0606-9084-d484-3a13053f1eea">Government</option> <option value="afaa367d-6135-79a8-22da-3a13053f1eea">Heavy Industry</option> <option value="d9eb1001-5b62-fbee-bb7a-3a13053f1eea">Hydrogen Producers</option> <option value="6d26a6ac-ee3a-2e5b-0baa-3a13053f1eea">Hydrogen Users</option> <option value="95d21c4d-7ad4-47ea-4bb3-3a13053f1eea">Infrastructure</option> <option value="ff30836f-227d-b339-7766-3a13053f1eea">International Energy Company</option> <option value="47c8cc3a-dfae-5b64-b754-3a13053f1eea">Investors</option> <option value="2b948799-e007-b0a7-8367-3a13053f1eea">Legal</option> <option value="c11ed78f-d040-8db8-eee5-3a13053f1eea">LNG</option> <option value="0b29012f-6820-97fa-1035-3a13053f1eea">Logistics &amp; Supply Chain</option> <option value="99bf60c6-9c9c-7fcb-9dd7-3a13053f1eea">Maintenance &amp; Service Company</option> <option value="1d7329d3-ab5d-6996-9ec7-3a13053f1eea">Ministry &amp; Regulator</option> <option value="e0feb622-7d58-735a-d283-3a13053f1eea">National Energy Company</option> <option value="bd276140-964a-eb8b-10a4-3a13053f1eea">NGO &amp; Associations</option> <option value="75429e71-b43b-a76c-6bb1-3a13053f1eea">NGV</option> <option value="1a07d6d8-a8bd-1d24-a4b9-3a13053f1eea">Other</option> <option value="5dcbd0f4-4739-18fb-2d30-3a13053f1eea">Pipeline</option> <option value="361d317c-7798-077b-ce85-3a13053f1eea">Ports</option> <option value="cbca1bff-db20-607b-ee7e-3a13053f1eea">Power Generation</option> <option value="84715aa8-d9e9-6beb-1ca5-3a13053f1eea">Press &amp; Media</option> <option value="99679332-9473-237e-4142-3a13053f1eea">Professional Services</option> <option value="e6f1a4e8-3359-0a63-79b6-3a13053f1eea">Project Contractor or Support Services</option> <option value="4d32b8b0-3671-d2f0-4c05-3a13053f1eea">Real Estate</option> <option value="612665ba-4343-e404-5f19-3a13053f1eea">Regulator</option> <option value="e582c2d3-ad02-3a3c-6b10-3a13053f1eea">Renewables</option> <option value="3670915f-68a1-d223-5254-3a13053f1eea">Shipping</option> <option value="b61a37d9-bd4b-78a7-8a39-3a13053f1eea">Solar</option> <option value="ccf94563-c435-68fb-6472-3a13053f1eea">System Supplier (OEM)</option> <option value="f77f7ee7-0303-e877-6d01-3a13053f1eea">Technology, Innovation &amp; Integrated Solutions</option> <option value="5b2cac06-0db5-88ad-e156-3a13053f1eea">Trading</option> <option value="280e3961-3df1-7c13-4d1a-3a13053f1eea">Transport &amp; Mobility</option> <option value="34f265fe-c7a1-a4c6-1c3b-3a13053f1eea">Utility Company</option> <option value="13f08109-8297-8ed6-619d-3a13053f1eea">Water</option> <option value="56ce4167-2d97-9cfb-4a1f-3a13053f1eea">Wind</option> </select> <label for="cst_d2fcefa48caa570a57533a13053f1eea" id="cst_d2fcefa48caa570a57533a13053f1eea_label" class="theme-label-floating" >Company Industry</label> </div> <div class="row no-theme"> <div class="col-xs-12" id="e6521b36-37b5-7a8d-a21c-3a13053f6569"> <hr> <p class="MsoNormal">If you would like to receive a <strong>complimentary trial</strong> of the <strong>H2Tech</strong>,&nbsp;<strong>Hydrocarbon Processing, Gas Processing &amp; LNG</strong> magazines, please check the boxes below:</p> </div> </div> <div class="row form-group has-feedback cstField" id="7cfc5d7f-b77b-42c6-b08f-f6410d3b3fe0_div"> <div class="checkbox"> <input class="form-control" id="cst_c4c6570b8d34db0b35273a13053f1f28" name="cst_c4c6570b8d34db0b35273a13053f1f28" type="checkbox"></input> <label for="cst_c4c6570b8d34db0b35273a13053f1f28" class="normal-font"> H2Tech provides up-to-date technical information and news on hydrogen projects, process technologies, and regulatory incentives </label> </div> </div> <div class="row form-group has-feedback cstField" id="604b951e-c9d5-4f8e-9a78-cb4b8cdfbfec_div"> <div class="checkbox"> <input class="form-control" id="cst_5bc9b1a4d86910054e323a13053f1e5d" name="cst_5bc9b1a4d86910054e323a13053f1e5d" type="checkbox"></input> <label for="cst_5bc9b1a4d86910054e323a13053f1e5d" class="normal-font"> Hydrocarbon Processing provides technical content for the refining and petrochemical industry </label> </div> </div> <div class="row form-group has-feedback cstField" id="7c6f30f2-9a85-417c-abb7-8ad70e6164c3_div"> <div class="checkbox"> <input class="form-control" id="cst_0b98bc19b7a443b42cb13a13053f1f09" name="cst_0b98bc19b7a443b42cb13a13053f1f09" type="checkbox"></input> <label for="cst_0b98bc19b7a443b42cb13a13053f1f09" class="normal-font"> Gas Processing & LNG devoted solely to the global natural gas processing industry </label> </div> </div> <div class="row no-theme"> <div class="col-xs-12" id="26f90f21-5f1f-965c-c7f6-3a13053f6569"> <blockquote style="margin-right: 0px" dir="ltr"><span style="font-size: 11pt"> <p style="margin-right: 0px" dir="ltr"><strong>Data Sharing</strong>:</p> <p style="margin-right: 0px" dir="ltr" />Would you like to be contacted by the event sponsors to hear more about their special offers and services? The processing of your personal information by our sponsors is governed by the sponsor's privacy policies. Your data will only be shared with these select companies and never with anyone else. <p /></span> <p /></blockquote> </div> </div> <div class="row form-group"> <div class="row"> <div class="col-sm-12"> <label id="privacyLabel">Share My Data with Sponsors</label> </div> </div> <div class="row"> <div class="col-sm-12 col-sm-offset-1"> <div class="radio"> <input type="radio" name="Privacy" id="OptIn" value="OptIn" aria-describedby=privacyLabel /> <label for="OptIn"> YES, share my data with Sponsors </label> </div> <div class="radio"> <input type="radio" name="Privacy" id="OptOut" value="OptOut" aria-describedby=privacyLabel /> <label for="OptOut"> NO, do NOT share my data with Sponsors </label> </div> </div> </div> </div> </form> </div> <div id="04f70e9c-97b1-4e62-8501-6dd6f01c6b31" class="component no-auto-save " style="display: block" > <form class="dynamic-target form-horizontal clearfix "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="04f70e9c-97b1-4e62-8501-6dd6f01c6b31" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.PageBreak.PageBreakComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="0" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <style> #41086052-105a-4895-ac59-965115732e08 .modal-close { border: none; background: none; padding: 0; font-size: 18pt; margin: 0; line-height: normal; float: right; margin-top: -5px; } </style> <nav class="navbar navbar-inverse navbar-inside-page center-block" role="navigation"> <div class="container-fluid"> <div class="nav pull-left"> <button type="button" class="btn btn-default navbar-btn page-cancelReturnUrl">Cancel</button> </div> <div class="collapse navbar-collapse" id="275c6a80-7de2-4a96-9b4a-004ab93824f1"> <ul class="nav navbar-nav"> </ul> </div> <div class="alerts-watchers"> <span class="fa fa-ok-sign text-success alerts-watcher" data-watchpriority="success" style="display: none;"></span> <span class="fa fa-info-sign text-info alerts-watcher" data-watchpriority="info" style="display: none;"></span> <span class="fa fa-exclamation text-warning alerts-watcher" data-watchpriority="warning" style="display: none;"></span> <span class="fa fa-remove-sign text-danger alerts-watcher" data-watchpriority="danger" style="display: none;"></span> </div> <div class="nav waiting-nav"> <button type="button" class="btn btn-default navbar-btn page-backward theme-btn-primary">Back</button> <button type="button" class="btn btn-default navbar-btn page-cancel theme-btn-primary">Cancel</button> <button type="button" class="btn btn-default navbar-btn page-cancelAll theme-btn-primary" data-toggle="modal" data-target="#41086052-105a-4895-ac59-965115732e08"> Cancel Registration</button> <button type="button" class="btn btn-default navbar-btn page-forward theme-btn-primary pull-right">Next</button> <button type="button" class="btn btn-default navbar-btn group-forward theme-btn-primary pull-right">Next</button> <button type="button" class="btn btn-default navbar-btn page-summary theme-btn-primary pull-right">Return to summary</button> </div> <span class="navbar-right" style="display: none" data-navigation-watcher></span> </div> </nav> </form> </div> <div class="brand-footer brand-footer-bg footer-image"> <!--test footer--> </div> </div> <div id="page_1" data-page="1" style="display: none"> <div class="brand-header brand-header-bg header-image"> <img class="img-responsive center-block" src="//airdrive.eventsair.com/eventsairwesteuprod/production-gfen-public/72158ed1bfa0409c821980cf194eba7f" alt=""> </div> <div class="progress theme-progress background-opacity"> <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> <span class="progressbar-value"></span> </div> </div> <div id="alerts_1" class="alert-container" style="display: none;"></div> <div id="8154a080-3471-5699-d204-3a13053f6569" class="component no-auto-save " style="display: block" > <form class="dynamic-target form-horizontal clearfix "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="8154a080-3471-5699-d204-3a13053f6569" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.Summary.SummaryComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="3" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <h3 id='anchor_75ce5c68-3697-de4c-f58c-3a13053f6569' class='text-left h3' aria-live="polite">Summary</h3> <input class="core-component-data" id="groupSummaryData" name="groupSummaryData" type="hidden" value="" /> <div data-templateplaceholder="groupSummary" data-templatesource="groupSummaryData" style="margin-bottom:10px;"></div> <script type="text/x-handlebars-template" data-templatename="groupSummary"> {{#if isGroup}} <div class="container-fluid"> <div class="row group-summary-header h4"> <div class="col-sm-3 col-xs-3">Contact</div> <div class="col-sm-3 col-xs-3">Status</div> <div class="col-sm-3 col-xs-3 text-right">{{#if displayAmounts}}Total Amount{{/if}}</div> <div class="col-sm-3 col-xs-3"></div> </div> {{#each contacts}} <div class="row group-summary-row theme-group-summary-row"> <div class="col-sm-3 col-xs-3" style="margin-top:7px;">{{FirstName}} {{LastName}}</div> <div class="col-sm-3 col-xs-3" style="margin-top:7px;">{{#if completed}}Completed{{else}}To Be Completed{{/if}}</div> {{#if ../displayAmounts}} <div class="col-sm-3 col-xs-3 text-right" style="margin-top:7px;">{{formatCurrency amount}}</div> {{else}} <div class="col-sm-3 col-xs-3"></div> {{/if}} {{#if completed}} <div class="col-sm-3 col-xs-3"><button data-togglevisibility="contact-summary-content-{{number}}" class="btn btn-default theme-btn-secondary">Edit/View</button></div> <div class="col-sm-12 col-xs-12" id="contact-summary-content-{{number}}"> <div class="well well-sm light-well summary-content theme-summary-content" data-contact-number="{{number}}"> {{{summary}}} </div> </div> {{else}} <div class="col-sm-3 col-xs-3"><button data-switch-contact="{{number}}" class="btn btn-default theme-btn-primary">Register</button></div> {{/if}} </div> {{/each}} {{#if displayTotal}} <div class="row group-summary-row"> <div class="col-sm-6 col-xs-6"><p class="text-right">Total Amount (Paid by {{#if groupContactPays}}group contact{{else}}Contact{{/if}})</p></div> <div class="col-sm-3 col-xs-3 text-right">{{#if displayTotal}}{{sumCurrency contacts 'amount'}}{{/if}}</div> </div> {{else}} <div class="row group-summary-row" /> {{/if}} <div class="row"> <div class="col-sm-12 col-xs-12"> <button data-edit-group="" class="btn btn-default theme-btn-secondary">Edit Group</button> </div> </div> </div> {{else}} {{#each contacts}} <div class="summary-content theme-summary-content" data-contact-number="{{number}}"> {{{summary}}} </div> {{/each}} {{/if}} </script> <div class="theme-panel"><div class="row"> <h5>Privacy Policy <span class="fa fa-info small theme-text-info-heading" data-content="You must agree to the Privacy Policy" data-toggle="qtip" tabindex="0"></span></h5> <div data-templateplaceholder="policies"></div> <input type="hidden" id="getPolicies" value="True" /> <div class="form-group has-feedback"> <div class=""> <div class="checkbox"> <input type="checkbox" data-auto-save="false" id="8154a080-3471-5699-d204-3a13053f6569_Terms and Conditions" name="8154a080-3471-5699-d204-3a13053f6569_Terms and Conditions" required aria-required="true" aria-description="Privacy Policy"> <label for="8154a080-3471-5699-d204-3a13053f6569_Terms and Conditions">I Agree</label> </div> </div> </div> </div> </div> </form> </div> <div id="d7d54518-e8c8-ba19-64f9-3a13053f6569" class="component " style="display: block" > <form class="dynamic-target form-horizontal clearfix "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="d7d54518-e8c8-ba19-64f9-3a13053f6569" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.Submit.SubmitComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="4" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <style> #aa2764f2-148a-4d17-8662-238c95ef3656 .modal-close { border: none; background: none; padding: 0; font-size: 18pt; margin: 0; line-height: normal; float: right; margin-top: -5px; } </style> <nav class="navbar navbar-inverse navbar-inside-page center-block" role="navigation"> <div class="container-fluid"> <div class="nav pull-left"> <button type="button" class="btn btn-default navbar-btn page-cancelReturnUrl">Cancel</button> </div> <div class="collapse navbar-collapse" id="b3c6f9a0-ef01-4102-8946-5560507f824b"> <ul class="nav navbar-nav"> </ul> </div> <div class="alerts-watchers"> <span class="fa fa-ok-sign text-success alerts-watcher" data-watchpriority="success" style="display: none;"></span> <span class="fa fa-info-sign text-info alerts-watcher" data-watchpriority="info" style="display: none;"></span> <span class="fa fa-exclamation text-warning alerts-watcher" data-watchpriority="warning" style="display: none;"></span> <span class="fa fa-remove-sign text-danger alerts-watcher" data-watchpriority="danger" style="display: none;"></span> </div> <div class="nav waiting-nav"> <button type="button" class="btn btn-default navbar-btn page-backward theme-btn-primary">Back</button> <button type="button" class="btn btn-default navbar-btn page-cancel theme-btn-primary">Cancel</button> <button type="button" class="btn btn-default navbar-btn page-cancelAll theme-btn-primary" data-toggle="modal" data-target="#aa2764f2-148a-4d17-8662-238c95ef3656"> Cancel Registration</button> <button type="button" class="btn btn-default navbar-btn form-submit theme-btn-primary pull-right" >Submit</button> <button type="button" class="btn btn-default navbar-btn group-forward theme-btn-primary pull-right">Next</button> <button type="button" class="btn btn-default navbar-btn page-summary theme-btn-primary pull-right">Return to summary</button> </div> <span class="navbar-right" style="display: none" data-navigation-watcher></span> </div> </nav> </form> </div> <div class="brand-footer brand-footer-bg footer-image"> <!--test footer--> </div> </div> <div id="page_2" data-page="2" style="display: none"> <div class="brand-header brand-header-bg header-image"> <img class="img-responsive center-block" src="//airdrive.eventsair.com/eventsairwesteuprod/production-gfen-public/72158ed1bfa0409c821980cf194eba7f" alt=""> </div> <div class="progress theme-progress background-opacity"> <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> <span class="progressbar-value"></span> </div> </div> <div id="alerts_2" class="alert-container" style="display: none;"></div> <div id="cd20bdc9-0a20-8c04-0ecc-3a13053f6569" class="component " style="display: block" > <form class="dynamic-target form-horizontal clearfix theme-panel "> <input class="core-component-data" name="ComponentConfigurationId" type="hidden" value="cd20bdc9-0a20-8c04-0ecc-3a13053f6569" /><input class="core-component-data" name="ConcreteType" type="hidden" value="NextGen.Online.Components.Client.ThankYou.ThankYouComponent" /><input class="core-component-data" name="ComponentNumber" type="hidden" value="5" /><input class="core-component-data" name="IsEditable" type="hidden" value="true" /> <div class="row no-theme"> <div class="col-xs-12" id="e3b6db58-c682-443f-ac63-3a13053f6569"> <h3><strong>Thank you for Registering. <br /><br /></strong></h3><br /> </div> </div> <div id="gatewayReceiptNumberContainer" class="hide row"> <div class="col-sm-3"> <label>Receipt Number</label> </div> <div class="col-sm-9"> <span id="gatewayReceiptNumber"></span> </div> </div> </form> </div> <div class="brand-footer brand-footer-bg footer-image"> <!--test footer--> </div> </div> </div> <noscript> <div style="position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF; overflow: scroll;"> <div class="container"> <header> <div class="text-center"><img src="/Content/logo.png" alt="Logo" /></div> </header> <div class="bs-callout bs-callout-danger"> <h4>You need to enable JavaScript to access this site.</h4> <p>Follow these instructions on how to enable JavaScript.</p> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Internet Explorer</h3> </div> <div class="panel-body"> <ol> <li>Select Tools from the top menu</li> <li>Choose Internet Options</li> <li>Click on the Security tab</li> <li>Click on Custom Level</li> <li>Scroll down until you see the section labelled Scripting</li> <li>Under Active Scripting, select Enable and click OK</li> </ol> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Google Chrome</h3> </div> <div class="panel-body"> <ol> <li>Select the menu icon on the browser toolbar</li> <li>Select Settings</li> <li>Click the Show advanced settings... link then Content Settings in the Privacy section</li> <li>Select Allow all sites to run JavaScript (recommended) and click Done</li> </ol> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Safari (Mac)</h3> </div> <div class="panel-body"> <ol> <li>Select Safari from the top menu</li> <li>Choose Preferences</li> <li>Choose Security</li> <li>Select the checkbox next to Enable JavaScript</li> </ol> </div> </div> </div> </div> </noscript> </div> <div> <div style="position: fixed; top: 0; left: 0; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF; overflow: scroll;"> <div class="container-fluid"> <div class="bs-callout bs-callout-info text-center"> <h4>Please upgrade your browser to use our site.</h4> <p>We built our site using the latest technology. This makes it faster, easier and more secure to use. Unfortunately, your browser doesn't support these technologies.<br/> Download one of these great browsers and you will be on your way. </div> <div class="text-center" style="margin-left: 25%; margin-right: 25%"> <table class="table"> <tr> <td style="border-right: 1px solid #ccc; border-top: 0"> <a href="http://windows.microsoft.com/en-us/internet-explorer/download-ie" target="_blank"> <div><img height="50" src="/Content/ie_logo.png" alt="Interet Explorer logo" /></div> <div><strong>Internet Explorer</strong></div> <div>version 9+</div> </a> </td> <td style="border-right: 1px solid #ccc; border-top: 0"> <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank"> <div><img height="50" src="/Content/firefox_logo.png" alt="Mozilla Firefox logo" /></div> <div><strong>Mozilla Firefox</strong></div> <div>version 5+</div> </a> </td> <td style="border-right: 1px solid #ccc; border-top: 0"> <a href="https://www.google.com/chrome/browser/desktop/index.html" target="_blank"> <div><img height="50" src="/Content/chrome_logo.png" alt="Chrome logo"/></div> <div><strong>Google Chrome</strong></div> <div>version 7+</div> </a> </td> <td style="border-top: 0"> <a href="http://support.apple.com/en_AU/downloads/#safari" target="_blank"> <div><img height="50" src="/Content/safari_logo.png" alt="Safari logo" /></div> <div><strong>Apple Safari</strong></div> <div>version 5.1+</div> </a> </td> </tr> </table> </div> </div> </div> <div class="modal fade" id="GenericModal" role="alert"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <button type="button" class="modal-close" data-dismiss="modal">&times;</button> <div id="GenericModalContent"> </div> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10