CINXE.COM

Submit your entry after completing the payment form below // FStech Awards

<!doctype html> <html lang=""> <head> <meta name="description" content=""> <meta name="keywords" content=""> <!-- Twitter --> <meta name="twitter:card" value=""> <meta name="twitter:creator" value="fst"> <meta name="twitter:image" content=""> <!-- Schema.org / Google+ --> <meta itemprop="name" content="FStech Awards"> <meta itemprop="description" content=""> <meta itemprop="image" content=""> <!-- Open Graph --> <meta property="og:title" content="FStech Awards"> <meta property="og:type" content="website"> <meta property="og:url" content="http://www.fstech.co.uk/awards/"> <meta property="og:image" content=""> <meta property="og:description" content=""> <meta property="og:locale" content=""> <!-- Android theming --> <meta name="theme-color" content="#030303"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"> <base target="_self"> <!-- Fonts cannot be loaded from our own little CDN due to cross-domain origin policy something or other (e.g. FontAwesome CSS loads fonts from within). --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet" type="text/css"> <!-- Grab own CSS file from CDN and replace variables as desired. --> <style>@import "https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/normalize.css/normalize.css"; @import "https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/leaflet/dist/leaflet.css"; body { background-size: cover; background-attachment: fixed } .fr-fin { display: block; } .fr-fil { float: left; margin-right: 8px; padding-top: 8px; } .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0 } .slick-list:focus { outline: none } .slick-list.dragging { cursor: pointer; cursor: hand } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .slick-track { position: relative; left: 0; top: 0; display: block } .slick-track:before, .slick-track:after { content: ""; display: table } .slick-track:after { clear: both } .slick-loading .slick-track { visibility: hidden } .slick-slide { float: left; height: 100%; min-height: 1px; display: none } [dir="rtl"] .slick-slide { float: right } .slick-slide img { display: block } .slick-slide.slick-loading img { display: none } .slick-slide.dragging img { pointer-events: none } .slick-initialized .slick-slide { display: block } .slick-loading .slick-slide { visibility: hidden } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent } .nav__hamburger__hitbox-wrapper { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none } .max-width-limiter:after, .display-sectioned__group:after, main:after, .blog-list-entry:after, .blog-list-entry__info:after { content: ""; display: table; clear: both } .max-width-limiter { max-width: 1250px; padding: 0 25px } .banner-image--large, .banner-image--small { max-width: 1200px; width: 100%; display: none } @media (min-width: 640px) { .banner-image--large, .banner-image--small { display: block } } .banner-image--small { display: block } @media (min-width: 640px) { .banner-image--small { display: none } } .jsContentHidden { display: none } .flex--space-around { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around } .flex--space-between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between } .container-padded, .container-padded--no-overflow { padding: 0 20px } .container-padded--no-overflow { overflow: hidden } .centered-text { text-align: center } .title-block { font-size: 1.7em; font-weight: bold; padding: 5px 10px; background-color:#030303; color: white } .spaced-list li { margin: 6px 20px; font-family: "Open Sans" } .img-border { border:3px solid #030303; margin: 10px 5px 10px 0 } * { margin: 0 auto } html { min-width: 320px; cursor: default; box-sizing: border-box; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif } *, *:before, *:after { box-sizing: inherit } a { text-decoration: none; outline: none; color: inherit } a:active, a:focus { outline: none } h1 { font-size: 2rem; font-family: "Roboto" } @media (min-width: 960px) { h1 { font-size: 2.5rem } } h2 { font-size: 1.5rem; font-family: "Roboto" } @media (min-width: 960px) { h2 { font-size: 1.75rem } } h3 { font-size: 1.15rem } @media (min-width: 960px) { h3 { font-size: 1.25rem } } label { font-size: 1.4rem; display: block } label:before { content: "\f105"; font-family: "FontAwesome"; margin: 0 8px 0 0 } label+label { margin-top: 15px } input[type="radio"], input[type="checkbox"] { display: inline-block; margin-right: 8px } input[type="radio"]+input { display: inline-block; margin-right: 8px } input, textarea, select { max-width: 100%; width: 100%; outline: 0; display: block; padding: 4px 8px; margin: 8px 0 16px; border: 1px solid #e0e0e0; border-radius: 3px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) } input[type="checkbox"] { margin-bottom: 0 } @media (min-width: 640px) { input, textarea, select { width: auto } } input:focus, textarea:focus, select:focus { border-color:#030303 } ul { padding: 0 0 0 15px } ol { padding-left: 5px } hr { height: 1px; background-color: #e0e0e0; border: 0; margin: 15px 0 } ::-moz-selection { background-color:#030303; color: white } ::selection { background-color:#030303; color: white } ::-moz-selection { background-color:#030303; color: white } .display-sectioned { width: 90%; margin: 30px auto; border-width: 1px 1px 0 1px; border-style: solid; border-color: #e0e0e0; box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); clear: both } .display-sectioned__group { list-style-type: none } .display-sectioned__group li { width: calc(99.999999% * 1/3); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .display-sectioned__group li:nth-child(n) { float: left; margin-right: 0; clear: none } .display-sectioned__group li:last-child { margin-right: 0 } .display-sectioned__group li:nth-child(3n) { margin-right: 0 } .display-sectioned__group li:nth-child(3n + 1) { clear: left } @media (min-width: 640px) { .display-sectioned__group li { width: calc(99.999999% * 1/4) } .display-sectioned__group li:nth-child(n) { float: left; margin-right: 0; clear: none } .display-sectioned__group li:last-child { margin-right: 0 } .display-sectioned__group li:nth-child(4n) { margin-right: 0 } .display-sectioned__group li:nth-child(4n + 1) { clear: left } } @media (min-width: 960px) { .display-sectioned__group li { width: calc(99.999999% * 1/5); border-width: 0 1px 1px 0; border-style: solid; border-color: #e0e0e0; position: relative } .display-sectioned__group li:nth-child(n) { float: left; margin-right: 0; clear: none } .display-sectioned__group li:last-child { margin-right: 0 } .display-sectioned__group li:nth-child(5n) { margin-right: 0 } .display-sectioned__group li:nth-child(5n + 1) { clear: left } .display-sectioned__group li:nth-child(5n+5) { border-right: 0 } } .display-sectioned__group li img { padding: 10px; max-width: 100%; max-height: 100%; opacity: 0 } .display-sectioned__group li .button-info { display: none; position: absolute; right: 4px; bottom: 4px; cursor: pointer; font-size: 1.5em; color: #e0e0e0; text-decoration: none } @media (min-width: 960px) { .display-sectioned__group li .button-info { display: block } } .display-sectioned__group li .button-info:hover { color: #bdbdbd } .display-sectioned__group li .info { width: 420px; max-height: 420px; position: absolute; left: -70px; background-color: white; opacity: 0.97; border: 1px solid #ddd; z-index: 1; padding: 5px; font-size: 0.9rem; display: none } .display-sectioned__group li .info a { font-size: 0.8rem } .display-sectioned__group li .info a:hover { text-decoration: underline } .hr-gradient { height: 2px; margin: 15px 0; background:-webkit-linear-gradient(left, #030303 0%, transparent 100%); background:linear-gradient(to right, #030303 0%, transparent 100%) } button { float: left; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); position: relative; padding: 4px 8px; margin: 15px 15px 15px 0; border:2px solid #030303; background-color: white; text-transform: uppercase; font-size: 1.25em; font-family: "Open Sans"; -webkit-transition: background-color 150ms ease-in-out, color 250ms ease-in-out; transition: background-color 150ms ease-in-out, color 250ms ease-in-out } button:hover { background-color:#030303; color: white } .carousel--vertical { position: relative; list-style-type: none; background-color: white; padding-left: 0; display: none } .carousel--vertical:before, .carousel--vertical:after { width: 100%; height: 25px; content: ""; position: absolute; z-index: 1 } .carousel--vertical:before { top: 0; background: -webkit-linear-gradient(top, #fff 0%, transparent 100%); background: linear-gradient(to bottom, #fff 0%, transparent 100%) } .carousel--vertical:after { bottom: 0; background: -webkit-linear-gradient(bottom, #fff 0%, transparent 100%); background: linear-gradient(to top, #fff 0%, transparent 100%) } .carousel--vertical li { height: 175px !important } .carousel--vertical li h3 { text-align: center; text-decoration: underline; padding-top: 15px; font-size: 1rem; } .carousel--vertical li img { width: 140px; height: 140px } .full-width-notification { display: none; padding: 30px 0; background-color:#030303; color: white; position: relative } .full-width-notification h2 { margin: 0 0 5px 0 } .full-width-notification h3 { font-weight: normal } .full-width-notification a { color: inherit; font-weight: bold } .full-width-notification a:hover { text-decoration: underline } .full-width-notification__width-limiter { max-width: 1200px } .full-width-notification__close { position: absolute; top: 0; right: 0; font-size: 2em; padding: 0 10px; cursor: pointer } .map { height: 300px; margin: 20px 0 } .leaflet-top, .leaflet-bottom { z-index: 1 } nav { z-index: 5; width: 100%; background-color:#030303; -webkit-transition: opacity 350ms ease-in-out; transition: opacity 350ms ease-in-out; overflow: hidden } .nav--restricted-width { width: 1200px; position: static !important } .nav__tab { width: auto; padding: 0 12px; color: white; font-family: "Roboto"; letter-spacing: 0.4px; line-height: 55px; float: left; display: none } @media (min-width: 960px) { .nav__tab { display: block !important } .nav__tab:hover { height: 55px; border-bottom: 5px solid white } } .jsNavHighlight:before { content: "\f105"; font-family: 'FontAwesome'; font-size: 1.2em; margin: 0 5px 0 0 } @media (min-width: 960px) { .jsNavHighlight { border-bottom: 5px solid white } .jsNavHighlight:before { display: none } } .nav__hamburger__hitbox-wrapper { padding: 22px 6px; cursor: pointer; float: left; clear: left } @media (min-width: 960px) { .nav__hamburger__hitbox-wrapper { display: none } } .nav__hamburger { position: relative } .nav__hamburger.active .nav__hamburger__bars { background: transparent !important } .nav__hamburger.active .nav__hamburger__bars:before, .nav__hamburger.active .nav__hamburger__bars:after { -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s; transition: top 0.2s, transform 0.2s 0.2s; top: 0; background-color: white } .nav__hamburger.active .nav__hamburger__bars:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) } .nav__hamburger.active .nav__hamburger__bars:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg) } .nav__hamburger__bars, .nav__hamburger__bars:before, .nav__hamburger__bars:after { width: 25px; height: 3px; display: block; background-color: white; border-radius: 3px; -webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s; transition: top 0.2s 0.2s, transform 0.2s } .nav__hamburger__bars:before, .nav__hamburger__bars:after { content: ""; display: block; position: absolute } .nav__hamburger__bars:before { top: -8px } .nav__hamburger__bars:after { top: 8px } .nav__social-button { font-size: 2rem; color: white; float: right; padding: 0 5px; -webkit-transition: -webkit-transform 150ms ease-in-out; transition: transform 150ms ease-in-out } .nav__social-button.fa-twitter { line-height: 55px } .nav__social-button.fa-linkedin { line-height: 50px } .nav__social-button:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1) } .nav__countdown { width: 160px; margin: 0 0 0 15px; float: right; display: none } @media (min-width: 960px) { .nav__countdown { display: inline } } .nav__countdown__row { width: 100%; height: 27px; float: left; line-height: 37px; font-size: 0.9rem; color: white; text-align: center } .nav__countdown__row.jsCountdown { line-height: 25px } main { max-width: 1200px; padding: 0 0 40px 0; background-color: white; box-shadow: 0 20px 20px 5px #ccc } .main--no-box-shadow { box-shadow: none } @media (min-width: 960px) { .main__page { width: calc(99.999999% * 3/4) } .main__page:nth-child(n) { float: left; margin-right: 0; clear: none } .main__page:last-child { margin-right: 0 } .main__page:nth-child(4n) { margin-right: 0 } .main__page:nth-child(4n + 1) { clear: left } } .main__page h1 { margin: 13px 20px } .main__page h4 { padding: 6px 0 } .main__page p { padding: 6px 0; font-family: "Open Sans"; clear: none } .main__page p a, .main__page ul a { font-weight: bold; color:#030303; } .main__page p a:hover, .main__page ul a:hover { text-decoration: underline } .main__page video { max-width: 100%; margin: 10px auto; display: block; background-size: 100% 100% } .main__page img { max-width: 100% } .blog-list-entry { display: block; margin: 0 0 40px 0; -webkit-transition: right 0.5s; transition: right 0.5s; right: 0; position: relative } .blog-list-entry h2 { padding: 0 0 15px 0 } .blog-list-entry__info { position: relative } .blog-list-entry__info img { max-width: 50%; height: 100px; float: left; margin: 0px 15px 0 0 } .blog-list-entry__info h3 { margin: 0 0 15px 0; font-weight: normal; font-size: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } @media (min-width: 960px) { .blog-list-entry__info h3 { font-size: 1.15em } } .blog-list-entry__info h3 a { font-weight: bold } .blog-list-entry__info h3 a:hover { text-decoration: underline } .blog-list-entry__info .fa-angle-right { position: absolute; bottom: -35px; font-size: 2em; cursor: pointer; right: 5px; -webkit-transition: right 0.5s; transition: right 0.5s; padding: 30px 0 0 30px } .blog-list-entry__info .fa-angle-right:after { content: "View this blog post"; float: left; position: relative; padding: 0 10px; font-size: 1rem; line-height: 2em; -webkit-transition: all 0.5s; transition: all 0.5s } @media (min-width: 960px) { .blog-list-entry__info .fa-angle-right { font-size: 2.75em } .blog-list-entry__info .fa-angle-right:after { line-height: 2.75rem; opacity: 0; right: -5px } .blog-list-entry__info .fa-angle-right:hover { right: 0 } .blog-list-entry__info .fa-angle-right:hover:after { opacity: 1; right: 0 } } .blog-display-entry { margin: 30px 0 0; position: relative } .blog-display-entry figure { margin: 15px 0 } .blog-display-entry figure img { max-width: 100%; max-height: 400px } .blog-display-entry figure figcaption { color: #9e9e9e; margin: 5px 0 } .blog-display-entry .fa-angle-left { position: relative; font-size: 2em; cursor: pointer; padding: 30px 30px 30px 0; left: 5px; -webkit-transition: left 0.5s; transition: left 0.5s } .blog-display-entry .fa-angle-left:after { content: "Return to blog overview"; float: right; position: relative; padding: 0 10px; font-size: 1rem; line-height: 2.2rem; -webkit-transition: all 0.5s; transition: all 0.5s } @media (min-width: 960px) { .blog-display-entry .fa-angle-left:after { opacity: 0; left: -5px } .blog-display-entry .fa-angle-left:hover { left: 0 } .blog-display-entry .fa-angle-left:hover:after { opacity: 1; left: 0 } } .blog-display-entry__close { position: absolute; top: -30px; right: 0; font-size: 2em; cursor: pointer; padding: 0 5px } .speaker { margin: 0 0 15px 0; overflow: hidden; cursor: pointer; position: relative } .speaker.small { max-height: 150px } @media (min-width: 640px) { .speaker.small { width: calc(99.999999% * 1/2) } .speaker.small:nth-child(n) { float: left; margin-right: 0; clear: none } .speaker.small:last-child { margin-right: 0 } .speaker.small:nth-child(2n) { margin-right: 0 } .speaker.small:nth-child(2n + 1) { clear: left } } @media (min-width: 960px) { .speaker.small { width: calc(99.999999% * 1/3) } .speaker.small:nth-child(n) { float: left; margin-right: 0; clear: none } .speaker.small:last-child { margin-right: 0 } .speaker.small:nth-child(3n) { margin-right: 0 } .speaker.small:nth-child(3n + 1) { clear: left } } .speaker.large { width: 100% } .speaker img:nth-child(1) { width: 100px; height: 150px; float: left; border: none; margin: 0 5px 0 0 } .speaker .title { padding: 5px 5px 5px 0 } .speaker .title span:nth-child(1) { font-size: 0.9em; font-family: "Roboto"; font-weight: bold } .speaker .title span:nth-child(2) { font-size: 0.9em; font-family: "Open Sans"; font-weight: 400 } .speaker p { border-top: 1px solid #e6e6e6; font-size: 0.75em; padding: 5px } .speaker .fadeout { width: calc(100% - 100px); height: 50px; position: absolute; right: 0; bottom: 0; background: -webkit-linear-gradient(top, transparent 0%, #fff 100%); background: linear-gradient(to bottom, transparent 0%, #fff 100%) } .main__sidebar { display: none; width: calc(99.999999% * 1/4); background:-webkit-linear-gradient(top, #030303 0%, transparent 100%); background:linear-gradient(to bottom, #030303 0%, transparent 100%) } .main__sidebar:nth-child(n) { float: left; margin-right: 0; clear: none } .main__sidebar:last-child { margin-right: 0 } .main__sidebar:nth-child(4n) { margin-right: 0 } .main__sidebar:nth-child(4n + 1) { clear: left } @media (min-width: 960px) { .main__sidebar { display: block } } .main__sidebar__container { width: 96%; background-color: white } .main__sidebar__block { color: white; font-family: "Roboto"; text-align: center; padding: 15px 5px; font-size: 1.35rem; background-color:#030303 } .main__sidebar__block:hover .main__sidebar__block__text { -webkit-transform: scale(1.0225); -ms-transform: scale(1.0225); transform: scale(1.0225) } .main__sidebar__block__text { -webkit-transition: -webkit-transform 150ms ease-in-out; transition: transform 150ms ease-in-out } footer { padding: 25px 0 0; background-color:#030303; color: white; margin: 10px 0 0 0; font-size: 1.1em } footer a { color: inherit } .footer__group { width: calc(99.99% * 1/2 - (30px - 30px * 1/2)); padding: 8px; text-align: center } .footer__group:nth-child(n) { float: left; margin-right: 30px; clear: none } .footer__group:last-child { margin-right: 0 } .footer__group:nth-child(2n) { margin-right: 0 } .footer__group:nth-child(2n + 1) { clear: left } @media (min-width: 960px) { .footer__group { width: calc(99.99% * 1/4 - (30px - 30px * 1/4)) } .footer__group:nth-child(n) { float: left; margin-right: 30px; clear: none } .footer__group:last-child { margin-right: 0 } .footer__group:nth-child(4n) { margin-right: 0 } .footer__group:nth-child(4n + 1) { clear: left } } .footer__group h6 { text-transform: uppercase; font-family: "Open Sans"; margin: 0 0 5px 0 } .footer__group span { display: block; padding: 3px 0; font-size: 0.6em } .footer__group span a { text-transform: uppercase } .footer__group span a:hover { text-decoration: underline } .footer__final-text { margin: 30px 0 0; padding: 16px 8px; background-color: #212121; font-size: 0.6em; line-height: 1rem; text-align: center } .footer__final-text a { text-transform: uppercase } .footer__final-text a:hover { text-decoration: underline } .champagne div.hidden { display: none } .champagne div.visible { display: block; -webkit-animation: scaleIn 0.6s ease; animation: scaleIn 0.6s ease } @-webkit-keyframes scaleIn { from { -webkit-transform: scale(0); transform: scale(0) } 66% { -webkit-transform: scale(1.1); transform: scale(1.1) } to { -webkit-transform: scale(1); transform: scale(1) } } @keyframes scaleIn { from { -webkit-transform: scale(0); transform: scale(0) } 66% { -webkit-transform: scale(1.1); transform: scale(1.1) } to { -webkit-transform: scale(1); transform: scale(1) } } .force-line-break { clear:both; width:100%; height:2px; } .custom-sponsor-title-wrapper{ width:728px; height:20px; } .custom-sponsor-title-headers-1{ width:128px; height:10px; float:left; text-align: center; } .custom-sponsor-title-headers-2{ width:600px; height:10px; float:left; text-align: center; } .custom-sponsor-image-wrapper{ width:728px; height:150px; margin-top:10px; } .custom-sponsor-image-div-first{ float:left; height:150px; margin-right:30px; } .custom-sponsor-image-div-subsequent{ float:left; height:150px; margin-right:10px; } .custom-sponsor-image-element-style-1{ float:left; width:120px; position: relative; top: 50%; transform: translateY(-50%); } .custom-sponsor-image-element-style-2{ float:left; width:90px; position: relative; top: 50%; transform: translateY(-50%); } .custom-sponsor-image-element-style-3{ float:left; width:100px; position: relative; top: 50%; transform: translateY(-50%); } .custom-sponsor-image-element-style-4{ float:left; width:160px; position: relative; top: 50%; transform: translateY(-50%); } .custom-sponsor-image-element-style-5{ float:left; width:160px; position: relative; top: 50%; transform: translateY(-50%); } /*# sourceMappingURL=style.css.map */</style> <!-- Must be placed before closing head tag, see: https://developers.google.com/analytics/devguides/collection/analyticsjs/ --> <title>Submit your entry after completing the payment form below // FStech Awards</title> <style> </style> </head> <body style="background-image:url('https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/fstech-awards-background-recoveredsmall.png');"> <div class="full-width-notification" id="jsBrowserNotify"> <div class="full-width-notification__width-limiter"> <div class="full-width-notification__close" id="jsBrowserNotifyClose">&times;</div> <h2>Did you know that your web browser is out of date?</h2> <h3>To get the best possible experience on our website we recommend that you upgrade to a newer version or alternative web browser. To find out how and why to update your browser, click <a href="https://browser-update.org/update.html" target="_blank">here</a>.</h3> </div> </div> <a href="index.php"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/fstechawards2025-header-web.png" class="banner-image--large" id="banner-image"></a> <a href="index.php"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/fstechawards2024-header-mobile.png" class="banner-image--small" id="banner-image"></a> <nav> <div class="max-width-limiter"> <a href="index.php" ><div class="nav__tab" data-url-destination="index.php">HOME</div></a><a href="shortlist25.php" ><div class="nav__tab" data-url-destination="shortlist25.php">SHORTLIST</div></a><a href="booking_form.php" ><div class="nav__tab" data-url-destination="booking_form.php">BOOK YOUR TABLE</div></a><a href="awards.php" ><div class="nav__tab" data-url-destination="awards.php">AWARDS NIGHT</div></a><a href="host.php" ><div class="nav__tab" data-url-destination="host.php">HOST</div></a><a href="judges.php" ><div class="nav__tab" data-url-destination="judges.php">JUDGES</div></a><a href="sponsors.php" ><div class="nav__tab" data-url-destination="sponsors.php">SPONSORS</div></a><a href="hall_of_fame.php" ><div class="nav__tab" data-url-destination="hall_of_fame.php">HALL OF FAME</div></a><a href="gallery.php" ><div class="nav__tab" data-url-destination="gallery.php">GALLERY</div></a> <div class="nav__countdown" title="March 13, 2025 19:00"> <span class="nav__countdown__row"><a href='booking_form.php'>Time until event:</a></span> <span class="nav__countdown__row jsCountdown"></span> </div> <div class="nav__hamburger__hitbox-wrapper"><div class="nav__hamburger"><span class="nav__hamburger__bars"></span></div></div> <a href="https://twitter.com/FStechnology" target="_blank"><span class="nav__social-button" style="margin-top:10px;"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/twitter-x-white.png" height="32"></span></a> <a href="https://www.linkedin.com/company/fstech-formerly-fst-" target="_blank"><span class="nav__social-button fa fa-linkedin"></span></a> </div> </nav> <main class="main--no-box-shadow"> <div class="main__page"> <h1>Submit your entry after completing the payment form below</h1> <div class="hr-gradient"></div> <div class="container-padded"> <p><strong>Final deadline for entries: 21 November 2024<br><br><!--StartFragment-->The awards are open to companies based in the UK only. We dont accept entries from other countries.&nbsp;<br><br>Please note there is an entry fee to pay before submitting your entry.<br><!--StartFragment-->Our entry fees are<strong> 拢299 + VAT</strong> which entitles you to submit as many different entries as you wish.<br><span open="" style="-webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); display: inline !important; float: none; font-family: ;">PLEASE NOTE: </span><span open="" style="-webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); display: inline !important; float: none; font-family: ;">Invoice payments are subject to immediate payment. We cannot accept other payment terms. Please use the credit card option if you cannot pay immediately by invoice.</span></strong><br><!--EndFragment--><!--EndFragment--></p><p><form name="MAIN" id="MAIN" METHOD="POST" ACTION="/awards/enter_the_awards.php" enctype="multipart/form-data" onsubmit="return checkform()"> <label for="Nominee company">Nominee company</label><input type="text" name="fd_1_159276" id="fd_1_159276" required> <label for="Name & surname">Name & surname</label><input type="text" name="fd_1_159277" id="fd_1_159277" required> <label for="Company">Company</label><input type="text" name="fd_1_159278" id="fd_1_159278" required> <label for="Billing Address (UK ONLY)">Billing Address (UK ONLY)</label><input type="text" name="fd_1_159279" id="fd_1_159279" required> <label for="Town">Town</label><input type="text" name="fd_1_159280" id="fd_1_159280" required> <label for="Postcode">Postcode</label><input type="text" name="fd_1_159281" id="fd_1_159281" required> <label for="Telephone number">Telephone number</label><input type="text" name="fd_1_159282" id="fd_1_159282" required> <label for="Email address">Email address</label><input type="text" name="fd_1_159283" id="fd_1_159283" required> <label for="For VAT purposes please confirm which country your company is based in:">For VAT purposes please confirm which country your company is based in:</label><select name="fd_1_159284" id="fd_1_159284" required> <option value="">Please select</option> <option value="United Kingdom">United Kingdom</option> <option value="Rest Of The World">Rest of the World</option> </select> <label for="I would like to pay for:">I would like to pay for:</label><input type="radio" name="fd_1_159285" id="fd_1_159285" value="1"> <select name="fd_qty1_1_159285" id="fd_qty1_1_159285" style="display:none;"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option></select> Unlimited entries: &pound;299 + VAT <BR><p><HR></p> <p>You will automatically be taken to a secure booking site to pay by credit card. If you would prefer to be invoiced please select below. PLEASE NOTE: Invoice payments are subject to immediate payment. We cannot accept other payment terms. Please use the credit card option if you cannot pay immediately by invoice. </p> <input type="radio" name="fd_1_159288" id="fd_1_159288" value="I would like to be invoiced"> I would like to be invoiced<p><HR></p> <p><strong>Cancellation Policy:</strong><br /> In the event of an already made nomination being withdrawn, the organisers will retain the full entry fee.</p> <input type="checkbox" name="fd_1_159291" id="fd_1_159291" value="Please tick here to confirm you have understood the terms and conditions of our cancellation policy. "required> Please tick here to confirm you have understood the terms and conditions of our cancellation policy. <p><HR></p> <p><strong>Data Policy:</strong><br /> By signing up for this event you agree the organiser can contact you, including for other related services such as email news (which you will be able to opt out of at any time). You also agree that sponsors for this specific event can receive your details.<br /> <br /> Our guarantee: your information will be used in accordance with our <u><a href="http://www.perspectivepublishing.com/pp/policy.php" target="_blank">Privacy Policy</a></u></p> <input type="checkbox" name="fd_1_159294" id="fd_1_159294" value="Please tick here to confirm you have understood the terms and conditions of our privacy policy."required> Please tick here to confirm you have understood the terms and conditions of our privacy policy.<p><HR></p> <input type="hidden" name="paymenttype" id="paymenttype" value=""><input type="hidden" name="onlinepaymenttrigger" id="onlinepaymenttrigger" value=""><input type="hidden" name="mid" id="mid" value="1"><input type="hidden" name="formid" id="formid" value="2"><input type="hidden" name="status" id="status" value="confirm"><input type="hidden" name="h_countrycode" id="h_countrycode" value="EN"><div style="display:block;"> <button type="submit">Submit</button></div> <input type="hidden" name="utm_source" id="utm_source" value=""><input type="hidden" name="utm_medium" id="utm_medium" value=""><input type="hidden" name="utm_campaign" id="utm_campaign" value=""></form><script> function checkform() { var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; var thislanguage=document.getElementById('h_countrycode').value; var tempd=document.getElementById('fd_1_159283').value; var tld_match="0"; if(tempd != "") { var tldmatch=".energy"; var tld=tempd.indexOf(tldmatch); if (tld > 0) { tld_match = "1"; }var tldmatch2=".london"; var tld2=tempd.indexOf(tldmatch2); if (tld2 > 0) { tld_match = "1"; } if(reg.test(tempd) == false && tld_match == "0") { if (thislanguage=='EN') { //alert('Please enter a valid Email Address'); } if (thislanguage=='IT') { //alert('Si prega di inserire un indirizzo email valido'); } //return false; } } var tempd=document.getElementById('fd_1_159284').value; if(tempd == "Rest Of The World" || tempd == "Italia" || tempd == "Resto del mondo") { var tempukrow=document.getElementById('fd_ukrow_1_159284').value; if(tempukrow == "") { alert('Please enter a valid VAT Number'); return false; } } var chosen = ""; if (document.MAIN.fd_1_159285.checked) { chosen = document.MAIN.fd_1_159285.value; // alert(chosen); } if (chosen == "") { alert("You must select an option") return false; } if (document.MAIN.fd_1_159288.checked == true) { document.getElementById('paymenttype').value = 'INVOICE'; }} </script> </p> </div> </div> <div class="main__sidebar"> <div class="main__sidebar__container"> <a href="faq.php" ><div class="main__sidebar__block"><div class="main__sidebar__block__text">FAQ</div></div></a><a href="register_your_interest.php" ><div class="main__sidebar__block"><div class="main__sidebar__block__text">Register your interest</div></div></a><a href="contact.php" ><div class="main__sidebar__block"><div class="main__sidebar__block__text">Contact Us</div></div></a> <ul class="carousel--vertical" id="jsCarouselSidebarSponsors"> <li ><h3>Sponsored by</h3><a href="https://www.computacenter.com/" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/computacenter_rgb.jpg"></a></li><li ><a href="https://www.hcltech.com/" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/hcltech_logo_1.jpg"></a></li><li ><a href="https://www.infosys.com/" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/infosys.jpg"></a></li><li ><a href="https://maveric-systems.com/" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/maveric_1.jpg"></a></li><li ><a href="https://www.nice.com/" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2025/logo_color__positive.jpg"></a></li><li ><h3>Supported by</h3><a href="https://www.church-int.com/" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2018/church_square.jpg"></a></li><li ><a href="https://www.alphaevents.com/events-fintech-connect-london" target="_blank"><img src="https://perspectivepublishing.co.uk/dev/cms/uploads/FSTawards/2024/fintech_connect_logo.jpg"></a></li> </ul> </div> </div> </main> <img style="display:none;" class="banner-image--large"> <img style="display:none;" class="banner-image--small"> <footer> <div class="max-width-limiter"> </div> <p class="footer__final-text">This website is a part of <a href="https://www.perspectivepublishing.com/pp/" target="_blank">Perspective Publishing</a> Limited, registered in England no 2876166. By using this website you agree to our <a href="https://www.perspectivepublishing.com/pp/policy.php" target="_blank">cookie & privacy policy</a>.</p> </footer> <!-- Load all required JS files e.g. jQuery, then load main script. --> <script src="https://perspectivepublishing.co.uk/cdn/awards2015/js/vendor/modernizr.custom.min.js"></script><script src="https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/jquery/dist/jquery.min.js"></script><script src="https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/slick.js/slick/slick.min.js"></script><script src="https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/jcountdown/dist/jquery.jcountdown.min.js"></script><script src="https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/jquery-smooth-scroll/jquery.smooth-scroll.min.js"></script><script src="https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/leaflet/dist/leaflet.js"></script><script src="https://perspectivepublishing.co.uk/cdn/awards2015/bower_components/js-cookie/src/js.cookie.js"></script> <script src="https://perspectivepublishing.co.uk/cdn/awards2015/js/main.js"></script> <script> var content = $('.main__page'); var sidebar = $('.main__sidebar'); if ($('#jsCarouselSidebarSponsors').height() == 0 && !$('.main__sidebar__block').length) { $(sidebar).css('display', 'none'); $(content).css('width', '100%'); } </script> <!-- PHP manipulated scripts below --> <script> $(document).ready(function() { // Countdown var event_date = 'March 13, 2025 19:00'; $(".jsCountdown").countdown({ date: event_date, onComplete:function() { $(".jsCountdown").text("Event Over") }, spaceCharacter: "", dayText: "d ", daySingularText: "d ", hourText: "h ", hourSingularText: "h ", minText: "m ", minSingularText: "m ", secText: "s", secSingularText: "s" }); // Tab highlighting var pageName = 'enter_the_awards.php'; $('.nav__tab').each(function() { if ($(this).attr('data-url-destination') == 'enter_the_awards.php') { $(this).css('height', '55px').addClass('jsNavHighlight'); } }); }); </script> </body> </html>

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