Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Awards

bdfgdfgdf

// Add Shortcode
function custom_shortcode() {

	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>The Nomad World Awards</title> <script src="https://joinbox.today/global_assets/js/main/jquery.min.js"></script> <script src="https://joinbox.today/global_assets/js/plugins/forms/selects/select2.min.js"></script> <script src="https://joinbox.today/global_assets/js/plugins/forms/selects/bootstrap_multiselect.js"></script> <script src="https://joinbox.today/global_assets/js/plugins/pickers/pickadate/picker.js"></script> <script src="https://joinbox.today/global_assets/js/plugins/pickers/pickadate/picker.date.js"></script> <script src="https://joinbox.today/global_assets/js/main/bootstrap.bundle.min.js"></script> <script src="https://joinbox.today/global_assets/js/plugins/pickers/daterangepicker.js"></script> <link href="https://joinbox.today/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="https://joinbox.today/css/components.min.css" rel="stylesheet" type="text/css" /> <link href="https://joinbox.today/css/pages/form.css" rel="stylesheet" /> <script src="https://joinbox.today/js/pages/forms.js?v=638611460425067716"></script> <script type="text/javascript"> window.emptyFieldMessage = "you have to fill this form"; window.wrongCaptchaFieldMessage = "Security code is incorrect, please try again."; window.wrongMailFieldMessage = "E-mail address is incorrect, please try again."; window.textChoose = "Choose..."; window.textSelectAll = "Select all..."; window.textTypeToFilter = "Type to filter..."; window.textSelected = "Selected"; window.textAllSelected = "All Selected"; </script> </head> <body> <form id="form1" action="https://joinbox.today/form/6007fe6d5f36e300011bd729/66d9c9ff17413a5641091e6d" method="post" autocomplete="off"> <div id="form-body-canvas" style="width:100%;height:100%;font-family:Helvetica, sans-serif;background-color:rgb(239, 242, 247); background-size: cover; background-attachment:fixed; background-repeat: no-repeat; background-position: center center;color:rgb(60, 72, 88);text-align:center;"> <div id="form-wrapper-canvas" style="max-width: 540px;margin: 62px 0 0;display: inline-block"> <div id="form-canvas" style="padding: 17px;width:100%;background-color:rgba(255, 255, 255, 1);border-radius: 3px;border-color: rgb(192, 204, 217);border-width: 1px;border-style: solid;text-align:left;font-size:16px" class="" data-np-autofill-form-type="subscribe" data-np-watching="1"> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="margin: 5px 0px" class=""> <tbody><tr> <td class="" style=""> <h1 style="font-size:32px">The Nomad World Awards</h1> </td> </tr> </tbody></table> <table class=" input-field " width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="margin:10px 0px"> <tbody><tr> <td> <label style="font-weight: 700;" class="">Enter your email to vote!&nbsp;</label> <strong style="color:red">*</strong> <input style="width:100%;border:1px solid #ddd;padding:8px;" id="cf_0" name="cf_0" type="text" class="required" data-np-autofill-field-type="email" data-np-uid="517d70aa-783a-4368-8975-38b1597b1351"> <nordpass-icon data-np-uid="517d70aa-783a-4368-8975-38b1597b1351"></nordpass-icon></td> </tr> </tbody></table> <table class=" button-field " width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tbody><tr> <td style="text-align:left"> <button id="btnSubmit" type="submit" style="cursor:pointer;margin:10px 0px; border: 1px solid transparent;padding: .5rem 1rem;border-radius:3px;background-color:rgb(62, 72, 87);color:rgb(255, 255, 255);">Save</button> </td> </tr> </tbody></table> </div> </div> </div></form> </body> </html>

}
add_shortcode( 'awards_votes', 'custom_shortcode' );