CINXE.COM
How Emply works - book your demo here
<!DOCTYPE html> <!-- sitename: emply --> <!--[if IE 9 ]><html dir="ltr" lang="en-US" class="no-js ie9"><![endif]--> <!--[if (gt IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--> <html dir="ltr" lang="en-US" class="no-js"> <!--<![endif]--> <head> <title>How Emply works - book your demo here  </title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="We are happy to show you how the Emply system supports your HR processes and create value for your entire organization. Book demo here." /> <meta property="og:title" content="How Emply works - book your demo here  "> <meta property="og:description" content="We are happy to show you how the Emply system supports your HR processes and create value for your entire organization. Book demo here."> <meta property="og:url" content="https://www.emply.com/demo/"> <meta property="og:type" content="website"> <meta property="og:image" content=""> <link rel="canonical" href="https://www.emply.com/demo/" /> <meta name="msapplication-config" content="/Static/gfx/emply-en/browserconfig.xml" /> <link rel="apple-touch-icon" sizes="180x180" href="/Static/gfx/emply-en/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/Static/gfx/emply-en/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/Static/gfx/emply-en/favicon-16x16.png"> <link rel="manifest" href="/Static/gfx/emply-en/manifest.json"> <!-- emply:css --> <link rel="stylesheet" href="/../../../dist/css/emply.css?v=119b62ab0d679c4a01eb08d9fd88d164"> <!-- endinject --> <!-- Schema --> <!--script type='application/ld+json'> { "@context": "http://www.schema.org", "@type": "AccountingService", "name": "How Emply works - book your demo here  ", "url": "https://www.emply.com/demo/", "logo": "/globalassets/abcd_emply/img/1emply_logo_endorsment_trademark_rgb_pos.svg", "description": "We are happy to show you how the Emply system supports your HR processes and create value for your entire organization. Book demo here.", "address": { "@type": "PostalAddress", "streetAddress": "Engholm Parkvej 8", "addressLocality": "Aller酶d", "postalCode": "3450", "addressCountry": "Denmark", "email": "salg@danlon.dk" } } </script--> <!-- end Schema --> <script> window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'wait_for_update': 500 }); gtag('set', 'ads_data_redaction', true); </script> <script id="CookieConsent" src="https://policy.app.cookieinformation.com/uc.js" data-culture="EN" type="text/javascript" data-gcm-version="2.0"></script> <!-- 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-KW287GP');</script><!-- End Google Tag Manager --> <link rel="shortcut icon" href="/globalassets/abcd_emply/img/icons/favicon.png"> <link href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script type="text/javascript" language="javascript" src="/globalassets/abcd_emply/js/jquery-ui.min.js"></script> <link href="/globalassets/abcd_emply/css/ui2.css" rel="stylesheet" type="text/css" /> <link href="/globalassets/abcd_emply/css/home5.css" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet"> <link rel='stylesheet' type='text/css' data-f-resource='EPiServerForms.css' href='/WebResource.axd?d=s-f6ie6T4Qaxga0Un_qm82YHPqv0SHS8v_GbVsOFD5wSBwUKQO32ZAri1R7zb-WcamKj0pwom0AHg4kPjx8t3BAvCyOIbdYNwLjuCHwIKpZQg0p5y3PvHEG35iCtEGg8Zya48APDn8--QXNnkCjT4aaER_5g-8ToHTD8ri49mAk1&t=637424788160000000' /> <script type="text/javascript"> var epi = epi||{}; epi.EPiServer = epi.EPiServer||{}; epi.EPiServer.Forms = epi.EPiServer.Forms||{}; epi.EPiServer.Forms.InjectFormOwnJQuery = true;epi.EPiServer.Forms.OriginalJQuery = typeof jQuery !== 'undefined' ? jQuery : undefined; </script> <script type="text/javascript" src="/WebResource.axd?d=JPojowp_K0840Fqo_p-O-ZjKCismEWZp8dh6goMPqmusbSudPCaYY41S5_otkRbEdC65BNF7Dd_j-eOAXE0N1Ikrr3Fcec3vL2fttM5ipK-MKaJ6ckjWW3ACXxFjPGKHhw9Oe37hfuGXkBL7FG2_cgDRD_bnVE1JKpaS586dKcQ1&t=637424788160000000"></script> <script type="text/javascript"> /* This EPiServerForms_prerequisite.js TEMPLATE will be compiled with serverside values and injected into ViewMode page We reuse the existed global var epi from EPiServer CMS, if any. It will init/grab the epi object, and init epi.EPiServer.Forms object */ // (by default) Forms's jQuery will be injected right before this file. From now on, we refer Forms own jQuery as $$epiforms. // after this code, the object $ and jQuery will revert back to its original meaning in original library (Alloy jQuery or other lib). // Our clients' sites may include their own Jquery version (e.g. a higher version for some special functionalities), which leads to unexpected conflicts with ours. // To avoid this, we use jQuery.noConflict() to set up $$epiforms as an allias for our jquery and then, revert Jquery allias to clients' by using // epi.EPiServer.Forms.OriginalJQuery whose value is set up as Jquery at the beginning in FormBlockController. // This also allows us to extend our own Jquery's functionalities without causing further conflicts. var $$epiforms = epi.EPiServer.Forms.InjectFormOwnJQuery ? jQuery.noConflict() : jQuery; if (epi.EPiServer.Forms.OriginalJQuery) { jQuery = epi.EPiServer.Forms.OriginalJQuery; delete epi.EPiServer.Forms.OriginalJQuery; } (function () { var externalScript = [], externalCss = []; if (epi.EPiServer.Forms.ExternalScriptSources) { externalScript = epi.EPiServer.Forms.ExternalScriptSources.concat(externalScript); // Remove duplicate items externalScript = externalScript.filter(function (value, index, self) { return self.indexOf(value) === index; }); } if (epi.EPiServer.Forms.ExternalCssSources) { externalCss = epi.EPiServer.Forms.ExternalCssSources.concat(externalCss); // Remove duplicate items externalCss = externalCss.filter(function (value, index, self) { return self.indexOf(value) === index; }); } $$epiforms.extend(true, epi.EPiServer, { CurrentPageLink: "21499", CurrentPageLanguage: "en", CurrentFormLanguage: "en", Forms: { Utils: {}, Data: {}, Extension: {}, Validation: {}, Navigation: {}, Dependency: {}, $: $$epiforms, // save our own link to our own jQuery ThrottleTimeout: 500, // miliseconds ExternalScriptSources: externalScript, ExternalCssSources: externalCss, UploadExtensionBlackList: "asp,aspx,asa,ashx,asmx,bat,chm,class,cmd,com,config,dll,exe,hta,htr,htw,jse,json,lnk,mda,mdb,msc,msh,pif,printer,ps1,ps2,reg,rem,scf,scr,sct,shtm,shtml,soap,stm,svc,url,vb,vbe,vbs,vsix,ws,wsc,wsf,wsh,xamlx,htm,html,js,jar", Messages: {"viewMode":{"malformStepConfiguration":"Improperly formed FormStep configuration. Some steps are attached to pages, while some steps are not attached, or attached to content with no public URL.","commonValidationFail":"This element value is not valid."},"fileUpload":{"overFileSize":"The upload file size should be less than {0} MB.","invalidFileType":"The upload file format is not allowed or not supported.","postedFile":"(Previous posted file(s): {0})"}}, LocalizedResources: {"conditioncombination":{"all":"All","any":"Any"},"satisfiedaction":{"hide":"Hidden","show":"Shown"},"contenttypescomponent":{"title":"Form Elements","description":"Show all content types of Episerver Forms"},"formscomponent":{"title":"Forms","description":"Manage forms for the website","command":{"create":{"label":"New form"},"viewdata":{"label":"Form submissions"}},"messages":{"nocontent":"This folder does not contain any forms."}},"formdataview":{"name":"Form submissions","description":"View form submissions","heading":"Form submissions","begindate":"From date","enddate":"To date","search":"Search","nodata":"There is no data","export":"Export as ...","exportasxml":"XML","exportasxmldesc":"Export form data in XML format","exportascsv":"CSV","exportascsvdesc":"Export form data in CSV format","exportasjson":"JSON","exportasjsondesc":"Export form data in JSON format","finalizedonly":"Finalized Only","deleteselecteditems":"Delete","exportasxlsx":"XLSX","exportasxlsxdesc":"Export form data in XLSX format","selectalltooltip":"Select All","deselectalltooltip":"Deselect All","deleteconfirmation":"Do you want to delete the selected items? This action cannot be undone.","nopostid":"No post Id for deleting.","couldnotgetassociateform":"Could not get associate Form.","deletesuccessful":"Successfully deleted post data.","accessdenied":"You do not have permission to view this data.","submittime":"Time","submituser":"By user","hostedpage":"Submitted from","finalizedsubmission":"Finalized","selectioninfo":"All <b>${0}</b> record(s) are selected. ","extraselectionlink":"Select all <b>${0}</b> records","clearselectionlink":"Clear selection","filterdata":"Filter","searchallcolumns":"All columns","exportasdecryptedcsv":"Decrypted CSV","exportasdecryptedcsvdesc":"Decrypt and export form data in CSV format"},"formscontentarea":{"emptyactions":{"actions":{"createnewformselement":"create a new element"},"template":"You can drop form elements here or {createnewformselement}.","templatewithoutcreate":"You can drop content here."}},"fieldselector":{"title":"Select dependent field"},"submissionactors":{"episerver.forms.implementation.actors.callwebhookaftersubmissionactor":{"displayname":"Trigger webhook after form submission"},"episerver.forms.implementation.actors.sendemailaftersubmissionactor":{"displayname":"Send email after form submission"}},"validators":{"episerver.forms.implementation.validation.requiredvalidator":{"displayname":"Required","message":"This field is required."},"episerver.forms.implementation.validation.regularexpressionvalidator":{"displayname":"Regular expression","message":"This field should be in \"{0}\" format."},"episerver.forms.implementation.validation.captchavalidator":{"displayname":"Captcha","message":"Enter the characters you see in the picture."},"episerver.forms.implementation.validation.allowedextensionsvalidator":{"displayname":"Allowed extensions","message":"The upload file format is not allowed or not supported.","allowedextensionsmessage":"The upload file format is not allowed or not supported. File format should be: {0}."},"episerver.forms.implementation.validation.maxfilesizevalidator":{"displayname":"Max file size","message":"The upload file size should be less than {0} MB."},"episerver.forms.implementation.validation.emailvalidator":{"displayname":"Email","message":"Enter a valid email address."},"episerver.forms.implementation.validation.urlvalidator":{"displayname":"Url","message":"Enter a valid URL."},"episerver.forms.implementation.validation.dateddmmyyyyvalidator":{"displayname":"Date (DD/MM/YYYY)","message":"Enter a date in the DD/MM/YYYY format."},"episerver.forms.implementation.validation.datemmddyyyyvalidator":{"displayname":"Date (MM/DD/YYYY)","message":"Enter a date in the MM/DD/YYYY format."},"episerver.forms.implementation.validation.dateyyyymmddvalidator":{"displayname":"Date (YYYY-MM-DD)","message":"Enter a date in the YYYY-MM-DD format."},"episerver.forms.implementation.validation.numericvalidator":{"displayname":"Numeric","message":"Enter a valid number."},"episerver.forms.implementation.validation.integervalidator":{"displayname":"Integer","message":"Enter a valid integer."},"episerver.forms.implementation.validation.positiveintegervalidator":{"displayname":"Positive integer","message":"Enter a valid positive integer."},"elementselfvalidator":{"unexpectedvalueisnotaccepted":"Unexpected value is not accepted."},"custommessage":{"resetbuttonlabel":"Reset to default","errormessagelabel":"Error message "},"fileuploadelementselfvalidator":{"multiplefilenotallowed":"Not allowed to upload multiple files."}},"visitordatasources":{"episerver.forms.implementation.visitordata.ipaddressvisitordatasource":{"displayname":"IP Address"},"episerver.forms.implementation.visitordata.geovisitordatasource":{"displayname":"Geo","properties":{"city":"City","country_code":"Country code","country_name":"Country name","ip":"IP","latitude":"Latitude","longitude":"Longitude","region_code":"Region code","region_name":"Region name","time_zone":"Time zone","zip_code":"Zip code"}},"episerver.forms.implementation.visitordata.profilevisitordatasource":{"displayname":"Profile","properties":{"address":"Address","zipcode":"Zip code","locality":"Locality","email":"Email","firstname":"First name","lastname":"Last name","language":"Language","country":"Country","company":"Company","title":"Title"}},"episerver.forms.implementation.visitordata.useragentvisitordatasource":{"displayname":"User agent","properties":{"ismobiledevice":"Is mobile","useragent":"User agent"}},"episerver.forms.implementation.visitordata.visitorgroupvisitordatasource":{"displayname":"Visitor groups","properties":{"id":"Id","name":"Name"}},"youmustselectvalueforhiddenvisitor":"You must select a value for the type of visitor data you choose."},"messages":{"fileupload":{"overfilesize":"The upload file size should be less than {0} MB.","invalidfiletype":"The upload file format is not allowed or not supported.","postedfile":"(Previous posted file(s): {0})"},"formsubmission":{"outdatedforminit":"Your current session for viewing the form is expired. Refresh your page to continue.","requirelogin":"You must be logged in to submit this form. If you are logged in and still cannot post, make sure \"Do not track\" in your browser settings is disabled.","denymultisubmit":"You already submitted this form.","validationfailformat":"Validation failed on \"{0}\" field: {1}","thereisnoformguid":"Submit data FAILED: there is no Form's Guid.","couldnotgetform":"Submit data FAILED: could not get Form with Id = {0}.","submitcancelled":"TECHNICAL INFO: Submitting process is cancelled. Reason: ","formisrestricted":"Could not submit form. You do not have sufficient privileges.","formexpired":"Could not submit form. Form has been expired.","formdeleted":"Could not submit form. Form has been deleted.","submitnotsuccess":"Failed to submit.","sessionoff":"You cannot submit this form because it do not allow to store data and Session State is OFF.","submitsuccess":"The form has been submitted successfully."}},"dependcondition":{"notapplicable":"Not applicable","matchregularexpression":"Match with regular expression","equals":"Equals","notequals":"Not equals","contains":"Contains","notcontains":"Not contains"},"imagechoiceitems":{"emptyactions":{"actions":{"createnewitem":"Create a link to an image"},"template":"Drop image content here.<br/>You also can {createnewitem}."},"menutooltip":"Display menu"},"editview":{"elementdependant":"This field depends on other field(s)","retentionperiod":{"partial":"partial","finalized":"finalized","default":"Default","keepforsomedays":"{0} days","customization":"Custom (days):","keepforever":"Forever","validation":{"errormessage":{"long":"The {0} submission retention period field must be an integer between {1} and {2}","short":"Input must be an integer between {0} and {1}"}},"revision":{"warningmessage":"At least {0} submission(s) are affected by your retention policy change"}},"notconfigured":"Not configured yet","insertplaceholder":"Insert placeholder","selectanitem":"Select an item","externalsystems":"External system field mapping","connecteddatasource":"Connect to Datasource","createemailtemplate":"Create email template","editemailtemplate":"Edit email template","addwebhook":"Add webhook","editwebhook":"Edit webhook","selectpage":"Select page","usemanualinput":"Use manual input","errorconditionalstepcannotcontainrequiredelement":"This Form step should not depend on other elements because it contains mandatory element [{0}].","cannotbuildformmodel":"Cannot build the form. You cannot use FormContainerBlock as a property. You can render a form in a ContentArea only.","resetconnecteddatasource":"Reset"},"viewmode":{"stepnavigation":{"previous":"Previous step","next":"Next step","page":"Step"},"untitled":"Untitled","selection":{"selectanoption":"-- Select an option --","selectoptions":"-- Select options --"},"reset":"Reset form","submit":"Submit","refreshcaptcha":"Refresh captcha","captchalabel":"Word verification","malformstepconfigruation":"Improperly formed FormStep configuration. Some steps are attached to pages, while some steps are not attached, or attached to content with no public URL.","commonvalidationfail":"This element value is not valid.","readonlymode":"Read-only mode. Submitted data is not saved.","submissionactors":{"savedatatostorage":{"error":"Something went wrong. Please contact the administrator for more information."}}},"contentediting":{"fielddependency":{"condition":{"field":"Field","operator":"Operator","value":"Value"},"invalidcondition":"The condition is no longer valid","conditiondialog":{"title":"Condition Details"}},"optionitem":{"caption":"Choice","value":"Value","checked":"Checked by default","containsinvalidcharacter":"Comma (,) character is not allowed."},"emailtemplateactor":{"fromemail":"From","fromemaildescription":"Email address to send from","toemails":"To","toemailsdescription":"Email address to send to, or name of a form field with the email address (for confirmation emails)","subject":"Subject","subjectdescription":"Subject line for the email. You can use #FIELDNAME# to insert values from the form.","body":"Message","bodydescription":"The body of the email. You can insert values from the form with #FIELDNAME#, or show a summary listing of the form fields with #SUMMARY.","fromemailplaceholder":"someone@example.com","toemailsplaceholder":"address@example.com,...","subjectplaceholder":"Enter email subject"},"webhookactor":{"url":"Webhook URL","urldescription":"Webhook URL to send data payload to (http or https protocol).","jsonformat":"POST data in JSON format"},"validation":{"circulardependency":"Circular dependency configuration is not allowed","greaterthanequaltoerrorformat":"The {0} must be >= {1}'s value.","lessthanequaltoerrorformat":"The {0} must be <= {1}'s value.","inrangeerrorformat":"\"{0}\" is not a valid value for {1}. Only number is allowed and {1} must be in range of [{2} - {3}]'s value.","stepinrangeerrorformat":"The {0} must be >= 1 and <= {2} - {1} value.","positiveinteger":"Only a positive number is allowed."}}} } }); })(); </script> <link href="" rel="stylesheet" type="text/css" /> <script type="text/javascript"> $(document).ready(function () { $('.ui_topbar').addClass('reverse'); }); </script> <script type="text/javascript">var appInsights=window.appInsights||function(config){function t(config){i[config]=function(){var t=arguments;i.queue.push(function(){i[config].apply(i,t)})}}var i={config:config},u=document,e=window,o="script",s="AuthenticatedUserContext",h="start",c="stop",l="Track",a=l+"Event",v=l+"Page",r,f;setTimeout(function(){var t=u.createElement(o);t.src=config.url||"https://az416426.vo.msecnd.net/scripts/a/ai.0.js";u.getElementsByTagName(o)[0].parentNode.appendChild(t)});try{i.cookie=u.cookie}catch(y){}for(i.queue=[],r=["Event","Exception","Metric","PageView","Trace","Dependency"];r.length;)t("track"+r.pop());return t("set"+s),t("clear"+s),t(h+a),t(c+a),t(h+v),t(c+v),t("flush"),config.disableExceptionTracking||(r="onerror",t("_"+r),f=e[r],e[r]=function(config,t,u,e,o){var s=f&&f(config,t,u,e,o);return s!==!0&&i["_"+r](config,t,u,e,o),s}),i}({instrumentationKey:"b7fcb007-11f8-42d1-a9ee-6b6ce83a7f05",sdkExtension:"a"});window.appInsights=appInsights;appInsights.queue&&appInsights.queue.length===0&&appInsights.trackPageView();</script></head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KW287GP" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="ui_container"> <div class="ui_topbar fixed"> <div class="ui_holder"> <a href="/"><img class="ui_topbarLogo" src="/globalassets/abcd_emply/img/1emply_logo_endorsment_trademark_rgb_pos.svg"></a> <div class="ui_topbarLeft"> <div class="ui_topbarLink"> <div class="ui_topbarLinkText"> <a class="ui_topbarNoSubLink" href="" style="pointer-events: none; cursor: default;"> Platform </a><span class="ui_topbarSubmenuTrigger"> </span> </div> <div class="ui_topbarSubmenu wide"> <div class="ui_topbarSubmenuTip"></div> <div class="ui_topbarSubmenuLinks"> <a class="ui_topbarSubmenuLink" href="/platform/recruitment-module/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_recruitment_person_search_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Recruitment</div> <div class="ui_textSmaller">Attract, screen and hire talents</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/platform/feedback-module/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_feedback_thumbs_up_down_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Feedback</div> <div class="ui_textSmaller">Set up interviews and surveys</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/platform/onboarding-module/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_onboarding_rocket_launch_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Onboarding</div> <div class="ui_textSmaller">Automate pre-, on- and offboarding</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/platform/learning-module/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_learning_school_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Learning</div> <div class="ui_textSmaller">Develop your employees' skills</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/platform/employee/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_employee_account_tree_fill0_wght200_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Employee</div> <div class="ui_textSmaller">Manage employee master data</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/platform/pricing/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_productpackages_stacks_24dp_black_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Product packages</div> <div class="ui_textSmaller">View Emply's product packages</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/platform/time-absence/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_timetracking_schedule_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Time & absence</div> <div class="ui_textSmaller">Track time and manage absences</div> </div> </a> <div class="clear"></div> </div> </div> </div> <div class="ui_topbarLink"> <div class="ui_topbarLinkText"> <a class="ui_topbarNoSubLink" href="" style="pointer-events: none; cursor: default;"> Solution </a><span class="ui_topbarSubmenuTrigger"> </span> </div> <div class="ui_topbarSubmenu platform"> <div class="ui_topbarSubmenuTip"></div> <div class="ui_topbarSubmenuLinks"> <a class="ui_topbarSubmenuLink" href="/solution/implementation-support/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_helpcenter_help_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Implementation and support</div> <div class="ui_textSmaller">How you get started</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/solution/integrations/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_integrations_settings_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Integrations</div> <div class="ui_textSmaller">Connect your systems with Emply</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/solution/functions/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_functions_rebase_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Functions</div> <div class="ui_textSmaller">Automate and gain data insights</div> </div> </a> <div class="clear"></div> </div> </div> </div> <div class="ui_topbarLink"> <div class="ui_topbarLinkText"> <a class="ui_topbarNoSubLink" href="" style="pointer-events: none; cursor: default;"> Customers </a><span class="ui_topbarSubmenuTrigger"> </span> </div> <div class="ui_topbarSubmenu"> <div class="ui_topbarSubmenuTip"></div> <div class="ui_topbarSubmenuLinks"> <a class="ui_topbarSubmenuLink" href="/customers/references/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_customerreferences_reviews_24dp_black_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>References</div> <div class="ui_textSmaller">What our customers say</div> </div> </a> <div class="clear"></div> </div> </div> </div> <div class="ui_topbarLink"> <div class="ui_topbarLinkText"> <a class="ui_topbarNoSubLink" href="" style="pointer-events: none; cursor: default;"> Resources </a><span class="ui_topbarSubmenuTrigger"> </span> </div> <div class="ui_topbarSubmenu"> <div class="ui_topbarSubmenuTip"></div> <div class="ui_topbarSubmenuLinks"> <a class="ui_topbarSubmenuLink" href="/resources/blog/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_blog_article_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Blog</div> <div class="ui_textSmaller">Immerse yourself in HR trends</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/resources/hr-tip-of-the-month/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_tipofthemonth_lightbulb_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Tip of the month</div> <div class="ui_textSmaller">Tricks for using Emply</div> </div> </a> <a class="ui_topbarSubmenuLink" href="https://help.emply.com/hc/en-us" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_helpcenter_help_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Help center</div> <div class="ui_textSmaller">Get help and find product guides</div> </div> </a> <div class="clear"></div> </div> </div> </div> <div class="ui_topbarLink"> <div class="ui_topbarLinkText"> <a class="ui_topbarNoSubLink" href="" style="pointer-events: none; cursor: default;"> About </a><span class="ui_topbarSubmenuTrigger"> </span> </div> <div class="ui_topbarSubmenu platform"> <div class="ui_topbarSubmenuTip"></div> <div class="ui_topbarSubmenuLinks"> <a class="ui_topbarSubmenuLink" href="/about-us/emply/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_aboutus_home_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>About us</div> <div class="ui_textSmaller">About Emply and our history</div> </div> </a> <a class="ui_topbarSubmenuLink" href="/about-us/contact/" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_contactus_call_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Contact</div> <div class="ui_textSmaller">Let us help you</div> </div> </a> <a class="ui_topbarSubmenuLink" href="https://job.paychex.eu/en/jobs" topSelect="corehrpayroll"> <img class="ui_topbarSubmenuLinkIcon" src="/globalassets/abcd_emply/img/icons/black_new2024/emply_career_cheer_fill0_wght200_grad0_opsz48.svg"> <div class="ui_topbarSubmenuLinkText"> <div>Careers</div> <div class="ui_textSmaller">Join our amazing team</div> </div> </a> <div class="clear"></div> </div> </div> </div> </div> <div class="ui_topbarRight"> <a class="ui_topbarDemo" href="/demo/">Book demo</a> <div class="ui_topbarLink"> <div class="ui_topbarLinkText"> <img class="lang-icon" src="/globalassets/abcd_emply/img/icons/language-icon.svg" alt="icon"> <a class="ui_topbarNoSubLink">EN</a><span class="ui_topbarSubmenuTrigger"> </span> </div> <div class="ui_topbarSubmenu language-subMenu"> <div class="ui_topbarSubmenuTip"></div> <div class="ui_topbarSubmenuLinks"> <a class="ui_topbarSubmenuLink" href="https://www.emply.com/danish/" topselect="corehrpayroll"> <div class="ui_topbarSubmenuLinkText language-subMenu-link"> <div>Dansk</div> </div> </a> <a class="ui_topbarSubmenuLink" href="https://www.emply.com/german/" topselect="corehrpayroll"> <div class="ui_topbarSubmenuLinkText language-subMenu-link"> <div>Deutsch</div> </div> </a> <div class="clear"></div> </div> </div> </div> </div> <div class="ui_topbarToggle" onClick="$('body').addClass('showMenu');"><span></span></div> <div class="clear"></div> </div> </div> <div class="ui_toggleMenu"> <div class="ui_toggleMenuClose" onclick="$('body').removeClass('showMenu'); $('.ui_toggleMenuArea').removeClass('active'); $('.ui_toggleMenuAreaLinks').slideUp(250);"><span></span></div> <div class="ui_toggleMenuArea"> <a class="ui_topbarDemo ui_topbarCenter" href="/demo/">Book demo</a> </div> <div class="ui_toggleMenuArea mobile-lang"> <div class="ui_toggleMenuArea"> <a class="ui_toggleMenuAreaTitle" style="padding:0;" href="javascript:void(0);" onclick="$(this).parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250);$('.ui_toggleMenuAreaTitle').not(this).parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"> <img class="lang-icon-mobile" src="/globalassets/abcd_emply/img/icons/language-icon-mobile.svg" alt="icon">EN</a> <div class="ui_toggleMenuAreaSpan"> <span onclick="$(this).parent().parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250); $(this).not(this).parent().parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"></span> </div> <div class="ui_arrow"></div> <div class="ui_toggleMenuAreaLinks ui_toggleMenuAreaLinksPadding "> <a class="ui_toggleMenuAreaLink ui_toggleMenuAreaLinkPadding" href="https://www.emply.com/danish/"> <div>Dansk</div> </a> </div> <div class="ui_toggleMenuAreaLinks ui_toggleMenuAreaLinksPadding "> <a class="ui_toggleMenuAreaLink ui_toggleMenuAreaLinkPadding" href="https://www.emply.com/german/"> <div>Deutsch</div> </a> </div> </div> </div> <div class="clear"></div> <div class="ui_toggleMenuArea"> <a class="ui_toggleMenuAreaTitle" href="javascript:void(0);" onclick="$(this).parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250);$('.ui_toggleMenuAreaTitle').not(this).parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"> Platform </a> <div class="ui_toggleMenuAreaSpan"> <span id="21459" onclick="$(this).parent().parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250); $(this).not(this).parent().parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"></span> </div> <div class="ui_arrow"></div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/recruitment-module/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_recruitment_person_search_fill0_wght200_grad0_opsz48_white.svg"> <div>Recruitment</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/feedback-module/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_feedback_thumbs_up_down_fill0_wght200_grad0_opsz48_white.svg"> <div>Feedback</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/onboarding-module/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_onboarding_rocket_launch_fill0_wght200_grad0_opsz48_white.svg"> <div>Onboarding</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/learning-module/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_learning_school_fill0_wght200_grad0_opsz48_white.svg"> <div>Learning</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/employee/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_employee_account_tree_fill0_wght200_grad0_opsz48_white.svg"> <div>Employee</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/pricing/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_prodcutpackages_stacks_24dp_white_fill0_wght200_grad0_opsz48.svg"> <div>Product packages</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/platform/time-absence/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_timetracking_schedule_24dp_white_fill0_wght200_grad0_opsz40.svg"> <div>Time & absence</div> </a> </div> </div> <div class="ui_toggleMenuArea"> <a class="ui_toggleMenuAreaTitle" href="javascript:void(0);" onclick="$(this).parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250);$('.ui_toggleMenuAreaTitle').not(this).parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"> Solution </a> <div class="ui_toggleMenuAreaSpan"> <span id="33044" onclick="$(this).parent().parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250); $(this).not(this).parent().parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"></span> </div> <div class="ui_arrow"></div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/solution/implementation-support/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_helpcenter_help_fill0_wght200_grad0_opsz48_white.svg"> <div>Implementation and support</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/solution/integrations/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_integrations_settings_fill0_wght200_grad0_opsz48_white.svg"> <div>Integrations</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/solution/functions/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_functions_rebase_fill0_wght200_grad0_opsz48_white.svg"> <div>Functions</div> </a> </div> </div> <div class="ui_toggleMenuArea"> <a class="ui_toggleMenuAreaTitle" href="javascript:void(0);" onclick="$(this).parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250);$('.ui_toggleMenuAreaTitle').not(this).parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"> Customers </a> <div class="ui_toggleMenuAreaSpan"> <span id="21450" onclick="$(this).parent().parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250); $(this).not(this).parent().parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"></span> </div> <div class="ui_arrow"></div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/customers/references/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_customerreferences_reviews_24dp_white_fill0_wght200_grad0_opsz48.svg"> <div>References</div> </a> </div> </div> <div class="ui_toggleMenuArea"> <a class="ui_toggleMenuAreaTitle" href="javascript:void(0);" onclick="$(this).parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250);$('.ui_toggleMenuAreaTitle').not(this).parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"> Resources </a> <div class="ui_toggleMenuAreaSpan"> <span id="21432" onclick="$(this).parent().parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250); $(this).not(this).parent().parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"></span> </div> <div class="ui_arrow"></div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/resources/blog/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_blog_article_fill0_wght200_grad0_opsz48_white.svg"> <div>Blog</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/resources/hr-tip-of-the-month/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_tipofthemonth_lightbulb_fill0_wght200_grad0_opsz48_white.svg"> <div>Tip of the month</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="https://help.emply.com/hc/en-us"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_helpcenter_help_fill0_wght200_grad0_opsz48_white.svg"> <div>Help center</div> </a> </div> </div> <div class="ui_toggleMenuArea"> <a class="ui_toggleMenuAreaTitle" href="javascript:void(0);" onclick="$(this).parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250);$('.ui_toggleMenuAreaTitle').not(this).parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"> About </a> <div class="ui_toggleMenuAreaSpan"> <span id="21429" onclick="$(this).parent().parent().toggleClass('active').find('.ui_toggleMenuAreaLinks').slideToggle(250); $(this).not(this).parent().parent().removeClass('active').find('.ui_toggleMenuAreaLinks').slideUp(250);"></span> </div> <div class="ui_arrow"></div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/about-us/emply/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_aboutus_home_fill0_wght200_grad0_opsz48_white.svg"> <div>About us</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="/about-us/contact/"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_contactus_call_fill0_wght200_grad0_opsz48_white.svg"> <div>Contact</div> </a> </div> <div class="ui_toggleMenuAreaLinks"> <a class="ui_toggleMenuAreaLink" href="https://job.paychex.eu/en/jobs"> <img class="ui_toggleMenuAreaLinkIcon" src="/globalassets/abcd_emply/img/icons/white_new2024/emply_career_cheer_fill0_wght200_grad0_opsz48_white.svg"> <div>Careers</div> </a> </div> </div> </div> <div><div><div class="form-panel-block"> <div class="row"> <div class="columns medium-offset-2 medium-3"> <h2></h2> <p><h2 class="ui_secheadline" style="text-align: left; padding-top: 50px;">Book your demo here</h2> <div> <p>Thank you for your interest in Emply. We look forward to showing you how our HR system can support your HR processes and create value for your organization.</p> <p><br />Once you have completed and submitted the form on the right, you will receive a meeting confirmation.</p> <p class="p1"> </p> <p class="p2">You can always reach us at:</p> <p class="p2"> </p> </div> <p><a class="" href="tel:+4570286050">(+45) 70 28 60 50</a></p> <p> </p> <div class="clear" style="height: 0;"> </div> <p><a class="" href="mailto:hello@emply.com">hello@emply.com</a></p> <div class="clear"> </div> <style> .form-panel-block { margin: 100px; } label[for="93f82669-112f-4659-937a-d9213ac0b8b1"], label[for="22327802-21cb-4b43-9dd1-4e7ac19e2986"], label[for="73779293-d85e-483e-8116-153116ad33af"] { display: none!important; } .columns { float: left; width: 40%; padding: 0 5%; } @media screen and (max-width: 768px) { .columns { float: left; width: 100%; padding: 0 5%; } .form-panel-block { margin: 100px 20px; } } </style></p> </div> <div class="columns medium-3 xxlarge-2 end"> <div><div> <form method="post" data-epiforms-metadata="" enctype="multipart/form-data" class="EPiServerForms ValidationSuccess" data-epiforms-type="form" id="fb4e68a0-4b98-4209-bbdb-9de71040d590"> <input name="__RequestVerificationToken" type="hidden" value="JWNqry_eRca5E-GTUAVoaV4osXzl43JbJIoY1kn0019A6iuvU5TI73UPf3x_ZS9eNBrHa2T5afR2J_sUxtVqThR9nIVF9NhVRHve25bo5Jk1" /> <script type="text/javascript" src="/EPiServer.Forms/DataSubmit/GetFormInitScript?formGuid=fb4e68a0-4b98-4209-bbdb-9de71040d590&formLanguage=en"></script> <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormGuid" value="fb4e68a0-4b98-4209-bbdb-9de71040d590" /> <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormHostedPage" value="21499" /> <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormLanguage" value="en" /> <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormCurrentStepIndex" value="0" /> <input type="hidden" class="Form__Element Form__SystemElement FormHidden FormHideInSummarized" name="__FormSubmissionId" value="" /> <h2 class="Form__Title"></h2> <aside class="Form__Description"></aside> <div class="Form__Status"> <div class="Form__Status__Message hide"> </div> </div> <div class="Form__MainBody"> <section id="__field_" data-epiforms-element-name="__field_" class="Form__Element FormStep Form__Element--NonData " data-epiforms-stepindex="0"> <!-- Each FormStep groups the elements below it til the next FormStep --> <div class="block textboxelementblock "><div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_23155" data-f-type="textbox"> <label for="d65e27c5-c879-4d90-8301-604d2d116ed2" class="Form__Element__Caption">Name</label> <input name="__field_23155" id="d65e27c5-c879-4d90-8301-604d2d116ed2" type="text" class="FormTextbox__Input" aria-describedby="__field_23155_desc" value="" required aria-required="true" data-f-datainput aria-invalid="false" /> <span class="Form__Element__ValidationError" data-f-linked-name="__field_23155" data-f-validationerror="" id="__field_23155_desc" style="display:none"></span> </div></div><div class="block textboxelementblock "><div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_23156" data-f-type="textbox"> <label for="b321adb7-fcf6-420b-8bc5-ea894b590859" class="Form__Element__Caption">Email</label> <input name="__field_23156" id="b321adb7-fcf6-420b-8bc5-ea894b590859" type="text" class="FormTextbox__Input" aria-describedby="__field_23156_desc" value="" required aria-required="true" data-f-datainput aria-invalid="false" /> <span class="Form__Element__ValidationError" data-f-linked-name="__field_23156" data-f-validationerror="" id="__field_23156_desc" style="display:none"></span> </div></div><div class="block textboxelementblock "><div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_33943" data-f-type="textbox"> <label for="b88cd319-dcef-4100-bfb0-f28f7ef41af4" class="Form__Element__Caption">Phone number</label> <input name="__field_33943" id="b88cd319-dcef-4100-bfb0-f28f7ef41af4" type="text" class="FormTextbox__Input" aria-describedby="__field_33943_desc" value="" required aria-required="true" data-f-datainput aria-invalid="false" /> <span class="Form__Element__ValidationError" data-f-linked-name="__field_33943" data-f-validationerror="" id="__field_33943_desc" style="display:none"></span> </div></div><div class="block textboxelementblock "><div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_23158" data-f-type="textbox"> <label for="9ad07542-e11e-496c-bce6-2a9c88bb9796" class="Form__Element__Caption">Job title</label> <input name="__field_23158" id="9ad07542-e11e-496c-bce6-2a9c88bb9796" type="text" class="FormTextbox__Input" aria-describedby="__field_23158_desc" value="" required aria-required="true" data-f-datainput aria-invalid="false" /> <span class="Form__Element__ValidationError" data-f-linked-name="__field_23158" data-f-validationerror="" id="__field_23158_desc" style="display:none"></span> </div></div><div class="block textboxelementblock "><div class="Form__Element FormTextbox ValidationRequired" data-f-element-name="__field_23159" data-f-type="textbox"> <label for="ed89414b-3bbe-4f72-8540-096895e4c229" class="Form__Element__Caption">Company</label> <input name="__field_23159" id="ed89414b-3bbe-4f72-8540-096895e4c229" type="text" class="FormTextbox__Input" aria-describedby="__field_23159_desc" value="" required aria-required="true" data-f-datainput aria-invalid="false" /> <span class="Form__Element__ValidationError" data-f-linked-name="__field_23159" data-f-validationerror="" id="__field_23159_desc" style="display:none"></span> </div></div><div class="block selectionelementblock "><div class="Form__Element FormSelection ValidationRequired" data-f-element-name="__field_23160" data-f-type="selection"> <label for="22327802-21cb-4b43-9dd1-4e7ac19e2986" class="Form__Element__Caption"></label> <select name="__field_23160" id="22327802-21cb-4b43-9dd1-4e7ac19e2986" required aria-required="true" data-f-datainput aria-describedby="__field_23160_desc" aria-invalid="false" > <option disabled="disabled" selected="selected" value="">Select a demo language</option> <option value="da-DK" data-f-datainput>Dansk</option> <option value="en-GB" data-f-datainput>English</option> </select> <span class="Form__Element__ValidationError" data-f-linked-name="__field_23160" data-f-validationerror="" id="__field_23160_desc" style="display:none"></span> </div></div><div class="block selectionelementblock "><div class="Form__Element FormSelection ValidationRequired" data-f-element-name="__field_34031" data-f-type="selection"> <label for="73779293-d85e-483e-8116-153116ad33af" class="Form__Element__Caption"></label> <select name="__field_34031" id="73779293-d85e-483e-8116-153116ad33af" required aria-required="true" data-f-datainput aria-describedby="__field_34031_desc" aria-invalid="false" > <option disabled="disabled" selected="selected" value="">Country</option> <option value="Austria" data-f-datainput>Austria</option> <option value="Belgium" data-f-datainput>Belgium</option> <option value="Denmark" data-f-datainput>Denmark</option> <option value="Finland" data-f-datainput>Finland</option> <option value="France" data-f-datainput>France</option> <option value="Germany" data-f-datainput>Germany</option> <option value="Ireland" data-f-datainput>Ireland</option> <option value="Italy" data-f-datainput>Italy</option> <option value="Netherlands" data-f-datainput>Netherlands</option> <option value="Norway" data-f-datainput>Norway</option> <option value="Portugal" data-f-datainput>Portugal</option> <option value="Spain" data-f-datainput>Spain</option> <option value="Sweden" data-f-datainput>Sweden</option> <option value="Switzerland" data-f-datainput>Switzerland</option> <option value="United Kingdom" data-f-datainput>United Kingdom</option> <option value="Other" data-f-datainput>Other</option> </select> <span class="Form__Element__ValidationError" data-f-linked-name="__field_34031" data-f-validationerror="" id="__field_34031_desc" style="display:none"></span> </div></div><div class="block submitbuttonelementblock "> <button id="621a5821-77cf-42fa-a589-923e7b166752" name="submit" type="submit" value="621a5821-77cf-42fa-a589-923e7b166752" data-f-is-finalized="false" data-f-is-progressive-submit="true" data-f-type="submitbutton" data-f-element-name="__field_23161" class="Form__Element FormExcludeDataRebind FormSubmitButton"> Submit </button> </div><div class="block predefinedhiddenelementblock "> <input name="__field_33944" id="2d98adab-0560-40a4-a87f-29ebccd9c376" type="hidden" value="EmplyCOM-Book-demo" class="Form__Element FormHidden FormHideInSummarized" data-f-type="hidden" /> </div><div class="block predefinedhiddenelementblock "> <input name="__field_33945" id="9a5c6762-4956-473f-b15a-ce3134ae9b35" type="hidden" value="Emply" class="Form__Element FormHidden FormHideInSummarized" data-f-type="hidden" /> </div><div class="block predefinedhiddenelementblock "> <input name="__field_33946" id="2fd54a43-514a-44ba-a928-6d5cc37edfe8" type="hidden" value="https://www.emply.com/demo/" class="Form__Element FormHidden FormHideInSummarized" data-f-type="hidden" /> </div> </section> </div> </form> </div></div> </div> </div> </div></div><div><div class="filler-xxlarge"></div></div><div> <div class="ui_holder" style="background-color:"> <div class="ui_secpadding"> <div class="ui_textimage"> <div class="ui_textimageText "> <div class="ui_textSmaller"></div> <div class="clear"></div> <div class="ui_secheadline"><h2 class="ui_secheadline">Sign up for our <strong>newsletter</strong>!</h2></div> <div><p>Stay up to date with the latest news and features from Emply.</p></div> <a class="ui_ctabutton" href="/newsletter/">Sign up</a> <div class="clear"></div> </div> <div class="ui_textimageImageRounded shadowed rigth"> <img src="/globalassets/abcd_emply/img/square/medarbejderrejsen---medarbejderadministration.jpg" /> <div class="clear"></div> </div> </div> </div> </div> </div></div> </div> <div class="ui_bottom"> <div class="ui_holder"> <div class="ui_bottomColumns"> <div class="ui_bottomColumn"> <a href="/"><img class="ui_bottomLogo" src="/globalassets/abcd_emply/img/1emply_logo_endorsment_trademark_rgb_neg1.svg"></a> <div class="clear"></div> <a class="ui_bottomLink" href="mailto:hello@emply.com" style="margin-bottom: 20px;"> <div class="ui_bottomLinkIcon" style="background-image: url('/globalassets/abcd_emply/img/icons/mail_small2.svg');"></div> <div class="ui_bottomLinkTitle">hello@emply.com</div> </a> <div class="ui_bottomLocation">HQ - DENMARK</div> <a class="ui_bottomLink" href="tel:(+45) 70 28 60 50"> <div class="ui_bottomLinkIcon" style="background-image: url('/globalassets/abcd_emply/img/icons/phone_small2.svg');"></div> <div class="ui_bottomLinkTitle">(+45) 70 28 60 50</div> </a> <div class="clear"></div> </div> <div class="ui_bottomColumn"> <div class="ui_bottomHeadline">Platform</div> <a class="ui_bottomLink" href="/platform/employee/"> <div class="ui_bottomLinkTitle">Employee</div> </a> <a class="ui_bottomLink" href="/platform/recruitment-module/"> <div class="ui_bottomLinkTitle">Recruitment</div> </a> <a class="ui_bottomLink" href="/platform/onboarding-module/"> <div class="ui_bottomLinkTitle">Onboarding</div> </a> <a class="ui_bottomLink" href="/platform/learning-module/"> <div class="ui_bottomLinkTitle">Learning</div> </a> <a class="ui_bottomLink" href="/platform/feedback-module/"> <div class="ui_bottomLinkTitle">Feedback</div> </a> <a class="ui_bottomLink" href="/solution/functions/"> <div class="ui_bottomLinkTitle">Functions</div> </a> <a class="ui_bottomLink" href="/solution/integrations/"> <div class="ui_bottomLinkTitle">Integration</div> </a> <a class="ui_bottomLink" href="/solution/implementation-support/"> <div class="ui_bottomLinkTitle">Implementation & support</div> </a> </div> <div class="ui_bottomColumn"> <div class="ui_bottomHeadline">Resources</div> <a class="ui_bottomLink" href="/resources/blog/"> <div class="ui_bottomLinkTitle">Blog</div> </a> <a class="ui_bottomLink" href="/resources/hr-tip-of-the-month/"> <div class="ui_bottomLinkTitle">Tip of the month</div> </a> <a class="ui_bottomLink" href="https://emply.zendesk.com/hc/en-us"> <div class="ui_bottomLinkTitle">Help center</div> </a> <a class="ui_bottomLink" href="/customers/references/"> <div class="ui_bottomLinkTitle">Customers</div> </a> <a class="ui_bottomLink" href="/trust-center/"> <div class="ui_bottomLinkTitle">Trust center</div> </a> </div> <div class="ui_bottomColumn"> <div class="ui_bottomHeadline">About</div> <a class="ui_bottomLink" href="/about-us/emply/"> <div class="ui_bottomLinkTitle">About Us</div> </a> <a class="ui_bottomLink" href="https://job.paychex.eu/en/jobs"> <div class="ui_bottomLinkTitle">Careers</div> </a> <a class="ui_bottomLink" href="/about-us/contact/"> <div class="ui_bottomLinkTitle">Contact</div> </a> </div> <div class="ui_bottomColumn"> <div class="ui_bottomHeadline">Social</div> <a class="ui_bottomLink" href="https://www.facebook.com/EmplyHQ/" target="_blank"> <div class="ui_bottomLinkIcon social" style="background-image: url('/globalassets/abcd_emply/img/icons/social_facebook2.svg');"></div> <div class="ui_bottomLinkTitle">Facebook</div> </a> <a class="ui_bottomLink" href="https://linkedin.com/company/emply/" target="_blank"> <div class="ui_bottomLinkIcon social" style="background-image: url('/globalassets/abcd_emply/img/icons/social_linkedin2.svg');"></div> <div class="ui_bottomLinkTitle">LinkedIn</div> </a> <a class="ui_bottomLink" href="https://instagram.com/emplyhq/" target="_blank"> <div class="ui_bottomLinkIcon social" style="background-image: url('/globalassets/abcd_emply/img/icons/social_instagram2.svg');"></div> <div class="ui_bottomLinkTitle">Instagram</div> </a> <a class="ui_bottomLink" href="https://www.youtube.com/@EmplyVideo" target="_blank"> <div class="ui_bottomLinkIcon social" style="background-image: url('/globalassets/abcd_emply/img/icons/icon_youtube.svg');"></div> <div class="ui_bottomLinkTitle">Youtube</div> </a> </div> </div> <a href="" target="_blank"><img class="ui_bottomISAE" src=""></a> <div class="clear"></div> </div> </div> <div class="ui_bottomline"> <div class="ui_holder"> <div class="ui_bottomlineCopyright"> © <script>document.write(new Date().getFullYear())</script> Emply ApS.<div class="ui_textSplit under400"> </div>All rights reserved. </div> <div class="ui_bottomlineLinks"> <a href="/cookie-policy/">Cookie policy</a> <a href="/privacy-policy/">Privacy policy</a> <a href="/globalassets/abcd_emply/doc/en/standard-dpa-emply-int-en--vrs-june-2024.pdf">Data Processing Agreement</a> </div> <div class="clear"></div> </div> </div> <!-- emply-app:js --> <script src="/dist/js/emply-app.js?v=1"></script> <!-- endinject --> <style> .ui_topbarLogo { width:120px; } [type="submit"], [type="button"] { transform: none!important; margin:0; } #Coi-Renew { visibility: hidden; } .pricing-icon { width: 24px; height: 24px; } .pricing-checkmark { width: 24px; height: 24px; } </style> </body> </html>