301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: emrgo.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <!--[if lte IE 8]> <html class="preload" lang="en" class="ie10 ie9 ie8"> <![endif]--><!--[if IE 9]> <html class="preload" lang="en" class="ie10 ie9"> <![endif]--><!--[if gt IE 9]><!--><html class="preload" lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="author" content="TenTwenty | Webdesign, Webshops & E-marketing | Dubai"> <meta name="theme-color" content="#393939"> <meta property="og:image" content="https://emrgo.com/application/themes/wethaq/dist/images/site-logo.png"> <meta property="og:title" content="The Investment Banking Platform for the Emerging Markets | EMRGO"> <meta property="og:description" content="Learn about our solutions across corporate finance, primary issuance, custody, distribution, brokerage, investment management and market infrastructure."> <meta name="twitter:title" content="The Investment Banking Platform for the Emerging Markets | EMRGO"> <meta name="twitter:image" content="https://emrgo.com/application/themes/wethaq/dist/images/site-logo.png"> <meta name="twitter:description" content="Learn about our solutions across corporate finance, primary issuance, custody, distribution, brokerage, investment management and market infrastructure."> <meta name="twitter:card" content="summary_large_image"> <title>EMRGO | The Investment Banking Platform for the Emerging Markets</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="description" content="Learn about our solutions across corporate finance, primary issuance, custody, distribution, brokerage, investment management and market infrastructure."> <meta name="msapplication-TileImage" content="https://emrgo.com/application/files/8716/8614/2416/DIFC_1.jpg"> <link rel="shortcut icon" href="https://emrgo.com/application/files/5916/8534/7517/favicon.ico" type="image/x-icon"> <link rel="icon" href="https://emrgo.com/application/files/5916/8534/7517/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" href="https://emrgo.com/application/files/8716/8614/2416/DIFC_1.jpg"> <link rel="canonical" href="https://emrgo.com/"> <script type="text/javascript"> var CCM_DISPATCHER_FILENAME = "/index.php"; var CCM_CID = 1; var CCM_EDIT_MODE = false; var CCM_ARRANGE_MODE = false; var CCM_IMAGE_PATH = "/concrete/images"; var CCM_TOOLS_PATH = "/index.php/tools/required"; var CCM_APPLICATION_URL = "https://emrgo.com"; var CCM_REL = ""; var CCM_ACTIVE_LOCALE = "en_AE"; </script> <link href="/application/blocks/home_banner/view.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <link href="/application/blocks/intro_section/view.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <link href="/application/blocks/custom_page_list/templates/solutions/view.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <link href="/application/blocks/page_list/templates/news_slider/view.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <link href="/application/blocks/location_map/view.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <script type="text/javascript" src="/concrete/js/jquery.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba"></script> <!--[if lt IE 9]><script defer type="text/javascript" src="/concrete/js/ie/html5-shiv.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba"></script><![endif]--> <!--[if lt IE 9]><script defer type="text/javascript" src="/concrete/js/ie/respond.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba"></script><![endif]--> <link href="/concrete/css/jquery-ui.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <link href="/concrete/css/selectize.css?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba" rel="stylesheet" type="text/css" media="all"> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4JRRYEFGW8"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4JRRYEFGW8'); </script> <script src="https://cdn.cookiehub.eu/c2/4734a263.js"></script> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { var cpm = {}; window.cookiehub.load(cpm); }); </script> <link rel="stylesheet" href="/application/themes/wethaq/dist/css/default.min.css"> <style> </style> <link rel="preload" href="/application/themes/wethaq/dist/css/app.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="/application/themes/wethaq/dist/css/app.min.css"></noscript> <script> if (navigator.userAgent.match(/IEMobile\/10\.0/)) { var msViewportStyle = document.createElement('style'); msViewportStyle.appendChild( document.createTextNode( '@-ms-viewport{width:auto!important}' ) ); document.querySelector('head').appendChild(msViewportStyle); } //set cookie for site function setCookie(cname, cvalue) { var d = new Date(); d.setTime(d.getTime() + 2160000000); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/"; } </script> </head> <body class=" default-page"> <div class="site-loader"> <div class="logo-middle"> <img src="/application/themes/wethaq/dist/images/logo.svg" alt="The Investment Banking Platform for the Emerging Markets"> </div> </div> <script> if (document.cookie.indexOf("visited=") == -1) { setCookie("visited", "1"); $('.site-loader').show(); } </script> <div class="wrapper ccm-page page-type-page page-template-home"> <div class="mobile-nav"> </div> <header id="header_nav" class="header anim "> <div class="inner"> <div class="logo"> <a href="https://emrgo.com/"> <img src="/application/themes/wethaq/dist/images/logo.svg" alt="The Investment Banking Platform for the Emerging Markets" width="256" height="75"> </a> </div> <div class="nav_block"> <ul class="nav"><li class><a href="https://emrgo.com/the-group" data-model="model-187" target="_self" class data-description="Agile, well governed and developing around us a capital markets ecosystem.">The Group</a></li><li class="mega-menu nav-dropdown"><a href="https://emrgo.com/solutions" data-model="model-188" target="_self" class="mega-menu nav-dropdown" data-description="We offer solutions across the Emerging Markets and tailor them to your fundraising and investment needs">Solutions</a><div class="mega_menu_block"><div class="object_block"></div><div class="inner_block"><div class="description_block"></div><ul><li class><a href="https://emrgo.com/solutions" data-model="model-250" target="_self" class data-description="We advise corporates and financial institutions from the EM on strategic alternatives, M&A activity and the financing solutions appropriate to their investment lifecycle. Depending on the financing solution chosen, we facilitate debt capital raise (DCM) and equity capital raise (ECM) across our network of market counterparties and professional clients. ">Investment Banking & Markets</a></li><li class><a href="https://emrgo.com/solutions" data-model="model-251" target="_self" class data-description="We have launched a specialist investment banking desk for venture and growth-scale companies. From Series A-stage companies to IPO readiness, we engage with founders, management, existing shareholders and potential investors working on companies disrupting industries and creating sustainable stakeholder value. ">Venture & Growth Banking</a></li><li class><a href="https://emrgo.com/solutions" data-model="model-202" target="_self" class data-description="We source and create opportunities for our investor network in the GCC and broader EM. We cater to small and mid-market segment of private banks, asset and fund managers, and family offices with a growing demand for alternatives providing attractive value as well as diversification to existing portfolios. ">Investment Opportunities</a></li><li class><a href="https://emrgo.com/solutions" data-model="model-252" target="_self" class data-description="Despite custody and securities services being commoditised in the developed markets, the small and mid-market investors in the EM are typically overcharged and underserviced. We solve this with our cost-efficient fintech platform and in-house operational expertise. Our custody services range from safekeeping and settlement through the asset servicing lifecycle in a number of markets globally through direct accounts in Euroclear, SIX CSD, and Nasdaq Dubai. For primary issuances, we offer a range of agency and trust services in a range of asset classes. ">Custody & Securities Services</a></li><li class><a href="https://emrgo.com/solutions" data-model="model-255" target="_self" class data-description="We have deep understanding of Islamic finance and the needs of Shariah-compliant investors across asset classes and risk profiles. We collaborate with leading Islamic finance lawyers and scholars in the GCC and beyond to bring to our network of investors a broad range of compliant opportunities. We will be launching in Q3 2023 our innovative Growth Sukuk Program for companies from the 'new economy' industries. ">Islamic Expertise</a></li><li class><a href="https://emrgo.com/solutions" data-model="model-254" target="_self" class data-description="Our team has decades of experience developing and project-managing infrastructure projects for Sovereigns and Supranational Agencies in the EM. These include consulting on market structures (primary issuance, syndication, primary dealership), yield curve development, custody arrangements and connectivity to the global markets. ">Market Infrastructure</a></li></ul></div></div></li><li class="nav-dropdown"><a href="https://emrgo.com/news-insights" data-model="model-189" target="_self" class="nav-dropdown" data-description>News & insights</a><div class="sub_menu_block"><div class="inner_block"><ul><li class><a href="https://emrgo.com/news-insights/wethaq-group-expands-adgm" data-model="model-256" target="_self" class data-description="We are expanding. Announcing today the launch of Wethaq Securities out of the Abu Dhabi Global Market (ADGM) under the supervision of the Financial Services Regulatory Authority (FSRA). Wethaq Securities is offering brokerage services, starting with fixed income products, to emerging markets desks across GCC, Europe and Asia. Our counterparties will include major market makers, investment banks, hedge funds, asset managers, proprietary trading desks, pension funds, insurance companies, and sovereign wealth funds. Wethaq Securities is part of the EMRGO Group catering to the needs of the GCC markets across primary issuance, custody, securities services, brokerage and fintech. GCC Private Markets, Made Global.">EMRGO Group expands to ADGM</a></li><li class><a href="https://emrgo.com/news-insights/nigel-brill-joins-managing-director" data-model="model-314" target="_self" class data-description="Having held senior positions at Deutsche Bank, Northern Trust Corporation, and J.P. Morgan in the Middle East and Asia over 30+ years, he is well known in the industry for his client-centric approach and deep understanding of securities services (agency, custody, securities lending, connectivity to ICSDs). Under his management, EMRGO DIFC will provide, out of DIFC, fairly priced and efficient services to private banks, asset managers, brokers, funds, family offices and other investment professionals across the emerging markets.">Nigel Brill Joins as Managing Director</a></li><li class><a href="https://emrgo.com/news-insights/bernard-ferran-joins-advisor-board" data-model="model-315" target="_self" class data-description="Bernard is a prominent figure in the global capital markets with 30+ years of experience in senior roles at systemic market and payment infrastructures; and particular experience in local currency bond markets, custody, collateral management and lending programs. Bernard will be providing his expert advice to the Board on our comprehensive fintech offering across primary issuance and securities services (issuer/custody) locally and internationally out of the Dubai International Financial Centre.">Bernard Ferran Joins as Advisor to the Board</a></li><li class><a href="https://emrgo.com/news-insights/saudi-delegation-switzerland" data-model="model-319" target="_self" class data-description="Proud to have our CEO Mohammed Alsehli joining the Saudi delegation to Switzerland led by the Saudi Minister of Finance H.E. Mohammed Al-Jadaan this week for bilateral discussions with their Swiss counterparts about cooperation in finance and capital markets. This is another step towards the transformation of the capital markets of the Kingdom of Saudi Arabia in line with Vision 2030. We, at Wethaq, remain committed to the cause and aspire to contribute with our own capital markets and fintech expertise.">Saudi Delegation in Switzerland</a></li><li class><a href="https://emrgo.com/news-insights/alhassan-albaik-joins-our-young-leaders-program" data-model="model-391" target="_self" class data-description="YLP is a structured training and development initiative aimed at grooming recent graduates for leadership roles within EMRGO and includes a series of rotational assignments over one year in various departments (including investment banking, venture & growth banking, sales and trading, and research) across our offices in the Gulf and London. The program is designed to provide exposure to different aspects of the business, as well as develop a range of skills and competencies required for success in the industry. Alhassan will begin his first rotation in Venture & Growth Banking working on fundraising solutions (Sukuk, debt, credit, and equity) for scale-up companies from the MENA region.">Alhassan Albaik Joins our Young Leaders Program</a></li><li class><a href="https://emrgo.com/news-insights/emrgo-qatar" data-model="model-406" target="_self" class data-description>Emrgo in Qatar</a></li></ul></div></div></li><li class="nav-dropdown"><a href="https://emrgo.com/careers" data-model="model-190" target="_self" class="nav-dropdown" data-description>Careers</a><div class="sub_menu_block"><div class="inner_block"><ul><li class><a href="https://emrgo.com/careers/Values" data-model="model-367" target="_self" class data-description="At EMRGO, we understand the importance of corporate values in driving our success with our clients and our people. We are committed to upholding a set of core values that guide our actions and decisions. These values are rooted in distinction, integrity, innovation, teamwork and reward. We believe in serving our client with distinction through innovative solutions and a deep understanding of their unique needs. Out commitment to integrity means that we conduct ourselves with honesty and transparency, always acting in the best interests of our clients and people. Finally, we value the contribution of our people and work to create a culture of teamwork and reward. We believe that diversity is a key driver of innovation and success, and we are committed to building and fostering teams as diverse as the clients we serve, in an environment where everyone can thrive. Thank you for visiting our website and we look forward to serving you with EMRGO values guiding our every action. ">Values</a></li><li class><a href="https://emrgo.com/careers/life-at-emrgo" data-model="model-370" target="_self" class data-description="We are proud of our corporate culture and life at EMRGO. As a global company, with offices in London, Dubai and Riyadh, you will find diversity in our clients and people, a melting pot of different cultures, languages, and backgrounds, driving a workplace that is inclusive, creative, and full of fresh ideas. Our locations are known for their fast-paced, dynamic energy, and this translates into a work environment that is full of opportunities, challenges, and excitement. You may find yourself working alongside people from different parts of the world or with different experiences than your own, which can be a valuable opportunity to learn and grow both personally and professionally. Beyond the professional benefits, working in a company with a city culture is a lot of fun. Our urban locations are known for their lively social scenes with plenty of restaurants, coffee shops, museums, and other cultural attractions to explore outside of work hours. This creates a sense of camaraderie and shared experience among colleagues that can be very rewarding. In the office, you will find our entrepreneurial spirit that encourages our people to take ownership of their work and pursue new opportunities. For example, our people are encouraged to brainstorm on new product and solutions ideas, take on new responsibilities, and collaborate with colleagues across the company to achieve shared goals. You may also be given the opportunity to participate in training and development programs to build your skills and stay up-to-date with emerging trends. Our entrepreneurial spirit helps us to stay competitive in a rapidly changing business landscape so that we can best serve our clients. In parallel, we are excited about revolutionizing the way we think about finance and money. Our commitment to being tech-driven means that we are constantly exploring new products and solutions to innovate and disrupt traditional financial services, with speed and efficiency. At EMRGO, results matter. We are a results-oriented company that strives to deliver measurable value to our clients and stakeholders. This focus on results also means that we are agile and able to adapt quickly to changing market conditions and client needs. Everything we do culminates in the power of collaboration. We work together as a team, leveraging each other’s strengths and expertise to achieve our goals. Our culture of collaboration also extends to our partnerships with clients and other stakeholders, where we seek to build long-term relationships based on trust and mutual respect. ">LIFE AT EMRGO</a></li><li class><a href="https://emrgo.com/careers/careers" data-model="model-373" target="_self" class data-description="EMRGO careers embody the powerful world of investment banking and fintech. Through innovation, accessibility and impact, our roles are at the forefront of driving dynamic and fast-paced change for the clients we serve in our challenger investment bank. Our careers offer an opportunity to work with cutting-edge technology, collaborate with innovation, and shape the future of finance. In this era of rapid digital transformation, our careers are poised for continued growth and are an exciting choice for those seeking a challenging and rewarding career in finance. ">CAREERS</a></li><li class><a href="https://emrgo.com/careers/opportunities" data-model="model-375" target="_self" class data-description>OPPORTUNITIES</a></li><li class><a href="https://emrgo.com/careers/alumni-relations" data-model="model-365" target="_self" class data-description>ALUMNI RELATIONS</a></li></ul></div></div></li><li class="nav-dropdown"><a href="https://emrgo.com/?cID=191" data-model="model-191" target="_self" class="nav-dropdown" data-description="Our group offices are located in Dubai, Riyadh, and London. Key contact details are provided below for each office.">Offices</a><div class="sub_menu_block"><div class="inner_block"><ul><li class><a href="https://emrgo.com/offices" data-model="model-262" target="_self" class data-description>Dubai</a></li><li class><a href="https://emrgo.com/offices" data-model="model-264" target="_self" class data-description>London</a></li></ul></div></div></li> <div class="header_models"> <div camera-orbit="0deg 70deg 0" alt loading="lazy" auto-rotate interaction-prompt-threshold="0" class="header_model model-250 corporate-finance" src="/application/themes/wethaq/dist/images/3d-models/solutions/corporate-finance.gltf"> </div> <div camera-orbit="175deg 0deg 0" alt loading="lazy" auto-rotate interaction-prompt-threshold="0" class="header_model model-251 primary-issuance" src="/application/themes/wethaq/dist/images/3d-models/solutions/primary-issuance.gltf"> </div> <div camera-orbit="200deg 60deg 0" alt loading="lazy" auto-rotate interaction-prompt-threshold="0" class="header_model model-202 distribution" src="/application/themes/wethaq/dist/images/3d-models/solutions/distribution.gltf"> </div> <div camera-orbit="0deg 0deg 0" alt loading="lazy" auto-rotate interaction-prompt-threshold="0" class="header_model model-252 brokerage" src="/application/themes/wethaq/dist/images/3d-models/solutions/brokerage.gltf"> </div> <div camera-orbit="0deg 0deg 0" alt loading="lazy" auto-rotate interaction-prompt-threshold="0" class="header_model model-255 islamic-finance" src="/application/themes/wethaq/dist/images/3d-models/solutions/islamic-finance.gltf"> </div> <div camera-orbit="0deg 0deg 0" alt loading="lazy" auto-rotate interaction-prompt-threshold="0" class="header_model model-254 fintech-solutions" src="/application/themes/wethaq/dist/images/3d-models/solutions/fintech-solutions.gltf"> </div> </div> </ul> </div> <div class="search_block"> <span class="icon-search"></span> </div> <div class="cta_block"> <button class="btn anim_btn">Speak to an expert</button> </div> <div class="hamburger_btn"> <svg width="26" height="16" viewbox="0 0 26 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="26" height="2" fill="#2A2A2A"></rect> <rect y="7" width="26" height="2" fill="#2A2A2A"></rect> <rect y="14" width="26" height="2" fill="#2A2A2A"></rect> </svg> </div> <div class="search_area"> <form action="https://emrgo.com/search"> <button class="search_btn"> <span class="icon-search"></span> </button> <input type="text" name="keyword" placeholder=" Type your search keyword"> <span class="reset_btn"> <span class="icon-close"></span> </span> </form> </div> </div> </header> <main> <section class="home_banner "> <h1 style="text-align: justify;">Solving the puzzles of the Emerging Markets</h1> <div class="news_items"> <div class="news_item layout_1"> <a href="https://emrgo.com/news-insights/emrgo-qatar" class="link_overlay"></a> <div class="inner"> <div class="img_block bg-dark"> <span class="spinner"></span> <img class="lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/9fc71fec853c41fc913306bb29dba03d.jpg" alt="Emrgo in Qatar"> </div> <div class="info"> <div class="date">25/01/2024</div> <div class="date2">25/01/2024</div> <div class="divider"></div> <h4>Emrgo in Qatar</h4> <div class="more">More</div> </div> </div> </div> <div class="news_item layout_1"> <a href="https://emrgo.com/news-insights/alhassan-albaik-joins-our-young-leaders-program" class="link_overlay"></a> <div class="inner"> <div class="img_block bg-dark"> <span class="spinner"></span> <img class="lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/536562b316c502ea44f36721a1c6abe8.jpg" alt="Alhassan Albaik Joins our Young Leaders Program"> </div> <div class="info"> <div class="date">12/06/2023</div> <div class="date2">12/06/2023</div> <div class="divider"></div> <h4>Alhassan Albaik Joins our Young Leaders Program</h4> <div class="more">More</div> </div> </div> </div> </div> <model-viewer class="banner_model lazy-model" alt auto-rotate interaction-prompt-threshold="0" data-src="/application/themes/wethaq/dist/images/3d-models/home-banner/home.gltf"> </model-viewer> </section> <section id="intro_section_container" class="intro_section "> <div class="col col_1"> <h2 class="h2-large"> <style type="text/css"><!--br {mso-data-placement:same-cell;}--> </style> Experts & Builders</h2> </div> <div class="col col_2"> <p style="text-align: justify;"> <style type="text/css"><!--br {mso-data-placement:same-cell;}--> </style> We are Emerging Markets experts and builders. When the solutions are not there, we work with the local stakeholders to build them and unlock opportunities for our clients. From a syndicated loan in Uzbekistan, to a growth sukuk in Dubai and an issuance platform in Saudi Arabia, we solve the puzzles of the Emerging Markets.</p> </div> </section> <section id="solutions_list_container" class="solutions_list "> <div class="top"> <div class="info"> <h2>Solutions</h2> <p> We offer solutions across the Emerging Markets and tailor them to your fundraising and investment needs </p> </div> <a href="https://emrgo.com/solutions" class="btn anim_btn with-arrow lite lite-hover">Learn more</a> </div> <div class="list_block"> <div class="list_block_items"> <div class="item"> <a href="https://emrgo.com/solutions" class="active" data-id="0" data-model="corporate-finance" data-description="We advise corporates and financial institutions from the EM on strategic alternatives, M&A activity and the financing solutions appropriate to their investment lifecycle. Depending on the financing solution chosen, we facilitate debt capital raise (DCM) and equity capital raise (ECM) across our network of market counterparties and professional clients. ">Investment Banking & Markets</a> </div> <div class="item"> <a href="https://emrgo.com/solutions" class data-id="1" data-model="primary-issuance" data-description="We have launched a specialist investment banking desk for venture and growth-scale companies. From Series A-stage companies to IPO readiness, we engage with founders, management, existing shareholders and potential investors working on companies disrupting industries and creating sustainable stakeholder value. ">Venture & Growth Banking</a> </div> <div class="item"> <a href="https://emrgo.com/solutions" class data-id="2" data-model="distribution" data-description="We source and create opportunities for our investor network in the GCC and broader EM. We cater to small and mid-market segment of private banks, asset and fund managers, and family offices with a growing demand for alternatives providing attractive value as well as diversification to existing portfolios. ">Investment Opportunities</a> </div> <div class="item"> <a href="https://emrgo.com/solutions" class data-id="3" data-model="brokerage" data-description="Despite custody and securities services being commoditised in the developed markets, the small and mid-market investors in the EM are typically overcharged and underserviced. We solve this with our cost-efficient fintech platform and in-house operational expertise. Our custody services range from safekeeping and settlement through the asset servicing lifecycle in a number of markets globally through direct accounts in Euroclear, SIX CSD, and Nasdaq Dubai. For primary issuances, we offer a range of agency and trust services in a range of asset classes. ">Custody & Securities Services</a> </div> <div class="item"> <a href="https://emrgo.com/solutions" class data-id="6" data-model="islamic-finance" data-description="We have deep understanding of Islamic finance and the needs of Shariah-compliant investors across asset classes and risk profiles. We collaborate with leading Islamic finance lawyers and scholars in the GCC and beyond to bring to our network of investors a broad range of compliant opportunities. We will be launching in Q3 2023 our innovative Growth Sukuk Program for companies from the 'new economy' industries. ">Islamic Expertise</a> </div> <div class="item"> <a href="https://emrgo.com/solutions" class data-id="7" data-model="fintech-solutions" data-description="Our team has decades of experience developing and project-managing infrastructure projects for Sovereigns and Supranational Agencies in the EM. These include consulting on market structures (primary issuance, syndication, primary dealership), yield curve development, custody arrangements and connectivity to the global markets. ">Market Infrastructure</a> </div> <div class="item glider"></div> </div> <div class="content_block solutions_content_block"> <div class="info"> <h5></h5> <p></p> </div> <model-viewer alt bounds="tight" interaction-prompt-threshold="0" camera-orbit="0deg 70deg 0" auto-rotate class="lazy-model solution_model model-0 corporate-finance" data-src="/application/themes/wethaq/dist/images/3d-models/solutions/corporate-finance.gltf"> </model-viewer> <model-viewer alt bounds="tight" interaction-prompt-threshold="0" camera-orbit="175deg 0deg 0" auto-rotate class="lazy-model solution_model model-1 primary-issuance" data-src="/application/themes/wethaq/dist/images/3d-models/solutions/primary-issuance.gltf"> </model-viewer> <model-viewer alt bounds="tight" interaction-prompt-threshold="0" camera-orbit="200deg 60deg 0" auto-rotate class="lazy-model solution_model model-2 distribution" data-src="/application/themes/wethaq/dist/images/3d-models/solutions/distribution.gltf"> </model-viewer> <model-viewer alt bounds="tight" interaction-prompt-threshold="0" camera-orbit="0deg 0deg 0" auto-rotate class="lazy-model solution_model model-3 brokerage" data-src="/application/themes/wethaq/dist/images/3d-models/solutions/brokerage.gltf"> </model-viewer> <model-viewer alt bounds="tight" interaction-prompt-threshold="0" camera-orbit="0deg 0deg 0" auto-rotate class="lazy-model solution_model model-6 islamic-finance" data-src="/application/themes/wethaq/dist/images/3d-models/solutions/islamic-finance.gltf"> </model-viewer> <model-viewer alt bounds="tight" interaction-prompt-threshold="0" camera-orbit="0deg 0deg 0" auto-rotate class="lazy-model solution_model model-7 fintech-solutions" data-src="/application/themes/wethaq/dist/images/3d-models/solutions/fintech-solutions.gltf"> </model-viewer> </div> </div> </section> <section id="news_slider_container" class="news_slider_block "> <div class="top"> <div class="left"> <h2>News & Insights</h2> </div> <div class="right"> <div class="nav_arrows"> <button class="btn btn-nav btn-prev lite with-arrow"></button> <button class="btn btn-nav btn-next lite with-arrow"></button> </div> <a href="https://emrgo.com/news-insights" class="btn anim_btn with-arrow"> View All </a> </div> </div> <div class="swiper news_slider"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="news_item layout_2"> <div class="img_block bg-dark"> <span class="spinner"></span> <a href="https://emrgo.com/news-insights/emrgo-qatar" target="_self" class="link_overlay"></a> <img class="cover lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/6d880aacf18676f4f402c50f79ac5e9a.jpg" data-tab="https://emrgo.com/application/files/cache/thumbnails/610b12484c2fad00999b611767bb923b.jpg" data-mobile="https://emrgo.com/application/files/cache/thumbnails/3f53ff0b5dd4d73195f990030b59d3bc.jpg" alt="Emrgo in Qatar"> <p> </p> </div> <div class="info"> <ul class="tags"> </ul> <div class="date"> 25/01/2024 </div> <a href="https://emrgo.com/news-insights/emrgo-qatar" target="_self" class="title"><h3>Emrgo in Qatar</h3></a> </div> </div> </div> <div class="swiper-slide"> <div class="news_item layout_2"> <div class="img_block bg-dark"> <span class="spinner"></span> <a href="https://emrgo.com/news-insights/alhassan-albaik-joins-our-young-leaders-program" target="_self" class="link_overlay"></a> <img class="cover lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/62d6c2f22631626dcba7ac2634767e77.jpg" data-tab="https://emrgo.com/application/files/cache/thumbnails/6c818d6c2431b06bd10041a8e9cd7360.jpg" data-mobile="https://emrgo.com/application/files/cache/thumbnails/2dc8025df626c0a7172f368f64492c30.jpg" alt="Alhassan Albaik Joins our Young Leaders Program"> <p> YLP is a structured training and development initiative aimed at grooming recent graduates for leadership roles within EMRGO and includes a series of rotational assignments over one year in various departments (including investment banking, venture & growth banking, sales and trading, and research) across our offices in the Gulf and London. The program is designed to provide exposure to different aspects of the business, as well as develop a range of skills and competencies required for success in the industry. Alhassan will begin his first rotation in Venture & Growth Banking working on fundraising solutions (Sukuk, debt, credit, and equity) for scale-up companies from the MENA region. </p> </div> <div class="info"> <ul class="tags"> <li><a href="News">News</a></li> <li><a href="dubai">Dubai</a></li> </ul> <div class="date"> 12/06/2023 </div> <a href="https://emrgo.com/news-insights/alhassan-albaik-joins-our-young-leaders-program" target="_self" class="title"><h3>Alhassan Albaik Joins our Young Leaders Program</h3></a> </div> </div> </div> <div class="swiper-slide"> <div class="news_item layout_2"> <div class="img_block bg-dark"> <span class="spinner"></span> <a href="https://emrgo.com/news-insights/our-new-brand-emrgo" target="_self" class="link_overlay"></a> <img class="cover lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/3eedc8fbe4063be3f2a6cce29c59cee9.png" data-tab="https://emrgo.com/application/files/cache/thumbnails/87ad62b64b1f66da4a3d4aa765412897.png" data-mobile="https://emrgo.com/application/files/cache/thumbnails/5a5b2613331133bc2f4c6442e4c80a3d.png" alt="Our new brand EMRGO (previously Wethaq)"> <p> We are pleased to announce our new brand EMRGO. This reflects the expansion of our offering beyond the Gulf to the broader Emerging Markets (EM). Our vision remains to connect the private side of the EM with the global markets and ‘unlock’ opportunities for our clients. Our range of solutions are tailored for the mid-sized EM firms seeking to access the global markets as well as the EM investment community which are underserved and over-charged by the global banks. These range from investment banking & markets, venture & growth banking, sales & trading, custody & securities services, and fintech & market infrastructure. Please take a moment to visit our revamped website at www.EMRGO.com, to explore our new identity, gain insights into our solutions, and stay updated on our latest news and developments. </p> </div> <div class="info"> <ul class="tags"> <li><a href="News">News</a></li> <li><a href="dubai">Dubai</a></li> </ul> <div class="date"> 17/05/2023 </div> <a href="https://emrgo.com/news-insights/our-new-brand-emrgo" target="_self" class="title"><h3>Our new brand EMRGO (previously Wethaq)</h3></a> </div> </div> </div> <div class="swiper-slide"> <div class="news_item layout_2"> <div class="img_block bg-dark"> <span class="spinner"></span> <a href="https://emrgo.com/news-insights/ruslan-akhmedzyanov-joins-head-venture-growth-banking" target="_self" class="link_overlay"></a> <img class="cover lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/59cc042e3de7e767e50157175e779cf4.jpg" data-tab="https://emrgo.com/application/files/cache/thumbnails/c2bdd7c7f672de040dbde1e265a71324.jpg" data-mobile="https://emrgo.com/application/files/cache/thumbnails/23181974558a222bdd1867ee2ce46ed9.jpg" alt="Ruslan Akhmedzyanov Joins As Head Of Venture & Growth Banking"> <p> Ruslan has an excellent track record in originating, structuring and executing M&A and private equity/ debt transactions at Goldman Sachs (Dubai, London and Moscow) where he joins from. He is heading our newly launched investment banking team for venture and growth-stage companies working with founders, management, existing shareholders and potential investors. The team will provide a range of services from strategic alternatives, M&A advisory, equity capital raise (ECM), debt capital raise (DCM) and derivatives from Series A stage companies to IPO readiness as well as post-IPO. This is an exciting time for the growth & venture markets in the MENA region and we are looking to support great companies disrupting industries and creating stakeholder value. </p> </div> <div class="info"> <ul class="tags"> <li><a href="News">News</a></li> <li><a href="abu-dhabi">Doha</a></li> </ul> <div class="date"> 03/04/2023 </div> <a href="https://emrgo.com/news-insights/ruslan-akhmedzyanov-joins-head-venture-growth-banking" target="_self" class="title"><h3>Ruslan Akhmedzyanov Joins As Head Of Venture & Growth Banking</h3></a> </div> </div> </div> <div class="swiper-slide"> <div class="news_item layout_2"> <div class="img_block bg-dark"> <span class="spinner"></span> <a href="https://emrgo.com/news-insights/lee-adams-joins-md-product-custody-securities-services" target="_self" class="link_overlay"></a> <img class="cover lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/0b763d588599f59b93d0f69d36bbcde4.jpg" data-tab="https://emrgo.com/application/files/cache/thumbnails/ed4da4f698bec63ff7bcedeedef55193.jpg" data-mobile="https://emrgo.com/application/files/cache/thumbnails/4b667054c1ba8d096df47065da0dff02.jpg" alt="Lee Adams Joins As MD, Product (Custody & Securities Services)"> <p> We are pleased to welcome Lee Adams to the senior management of EMRGO Group as Head of Product (Custody & Securities Services). Lee has 25+ years of technology, product and business domain experience having worked across the front, middle and back offices for leading global custodians (J.P. Morgan and Citibank) and various Fintechs. He has extensive experience in product management, product development and client account management gained within the securities industry. Lee is joining a growing team developing custody and securities services for private banks, asset managers, family offices, and broker-dealers in the Emerging Markets. </p> </div> <div class="info"> <ul class="tags"> <li><a href="News">News</a></li> <li><a href="london">London</a></li> </ul> <div class="date"> 21/02/2023 </div> <a href="https://emrgo.com/news-insights/lee-adams-joins-md-product-custody-securities-services" target="_self" class="title"><h3>Lee Adams Joins As MD, Product (Custody & Securities Services)</h3></a> </div> </div> </div> <div class="swiper-slide"> <div class="news_item layout_2"> <div class="img_block bg-dark"> <span class="spinner"></span> <a href="https://emrgo.com/news-insights/henri-bergstrom-joins-board-advisor" target="_self" class="link_overlay"></a> <img class="cover lazy" data-src="https://emrgo.com/application/files/cache/thumbnails/625c24d3afa8d804540616982ea54c0c.jpg" data-tab="https://emrgo.com/application/files/cache/thumbnails/67b33a89b17566dc925acadae0c47027.jpg" data-mobile="https://emrgo.com/application/files/cache/thumbnails/3aa6f146ceff763485c548a9819072b2.jpg" alt="Henri Bergstrom joins as Board Advisor"> <p> A well-regarded professional, he has 30+ years of work experience in market infrastructure and post-trade, including with Nasdaq Technology and Exchanges where he was responsible for accounts, prospects and high-level relationships across emerging markets (GCC, Central and Southeast Asia, Africa and Latin America). His board experience includes Nasdaq OMX Armenia, Lithuanian CSD and Stock Exchange, and Latvian CSD. Henri also served as Advisor to the CEO and Head of Business Development at Abu Dhabi Securities Exchange (ADX). Henri will contribute with his valuable experience to our development of world-class market infrastructure solutions for the emerging markets. </p> </div> <div class="info"> <ul class="tags"> <li><a href="News">News</a></li> <li><a href="london">London</a></li> </ul> <div class="date"> 12/01/2023 </div> <a href="https://emrgo.com/news-insights/henri-bergstrom-joins-board-advisor" target="_self" class="title"><h3>Henri Bergstrom joins as Board Advisor</h3></a> </div> </div> </div> <div class="swiper-slide"></div> </div> </div> </section> <section id="locations_block_container" class="locations_block "> <span class="spinner"></span> <div class="inner"> <h2>From middle east <br> to the world.</h2> <div class="locations_list"> <div class="location_item" data-country="saudi-arabia" data-area="riyadh"> <a href="https://emrgo.com/offices" class="link_overlay"></a> <div class="img_block"> <span class="spinner"></span> <img class="icon icon_light lazy" width="88" height="63" data-src="/application/files/9516/5476/4835/riyad-light.svg" alt="Riyadh"> <img class="icon icon_dark lazy" width="88" height="63" data-src="/application/files/8016/5476/4837/riyad-dark.svg" alt="Riyadh"> </div> <div class="info"> <h3>Riyadh</h3> <div class="area">Financial District</div> </div> </div> <div class="location_item" data-country="united-arab-emirates" data-area="dubai"> <a href="https://emrgo.com/offices" class="link_overlay"></a> <div class="img_block"> <span class="spinner"></span> <img class="icon icon_light lazy" width="88" height="63" data-src="/application/files/8116/5476/4837/dubai-light.svg" alt="Dubai"> </div> <div class="info"> <h3>Dubai</h3> <div class="area"></div> </div> </div> <div class="location_item" data-country="united-arab-emirates" data-area="doha"> <a href="https://emrgo.com/offices" class="link_overlay"></a> <div class="img_block"> <span class="spinner"></span> <img class="icon icon_light lazy" width="88" height="63" data-src="/application/files/4917/0599/6737/qatar-light.svg" alt="Doha"> <img class="icon icon_dark lazy" width="88" height="63" data-src="/application/files/4817/0599/6748/qatar-dark.svg" alt="Doha"> </div> <div class="info"> <h3>Doha</h3> <div class="area">QFC</div> </div> </div> <div class="location_item" data-country="united-kingdom" data-area="london"> <a href="https://emrgo.com/offices" class="link_overlay"></a> <div class="img_block"> <span class="spinner"></span> <img class="icon icon_light lazy" width="88" height="63" data-src="/application/files/6516/5476/4836/london-light.svg" alt="London"> <img class="icon icon_dark lazy" width="88" height="63" data-src="/application/files/3316/5476/4834/london-dark.svg" alt="London"> </div> <div class="info"> <h3>London</h3> <div class="area">City of London</div> </div> </div> </div> <a href="https://emrgo.com/?cID=191" class="btn anim_btn with-arrow lite lite-hover">Learn More</a> </div> <div class="map_block"></div> <label class="location-label location-riyadh" for="saudi-arabia">Riyadh</label><label class="location-label location-dubai" for="united-arab-emirates">Dubai</label><label class="location-label location-doha" for="united-arab-emirates">Doha</label><label class="location-label location-london" for="united-kingdom">London</label></section> <div class="btn-cursor"></div> </main> </div> <footer id="footer_container" class="footer section_block"> <div class="footer_top"> <div class="col logo"> <a href="https://emrgo.com/"> <img src="/application/themes/wethaq/dist/images/logo.svg" alt="The Investment Banking Platform for the Emerging Markets" width="304" height="88"> </a> </div> <div class="col footer_nav"> <ul class="nav"><li class><a href="https://emrgo.com/the-group" target="_self" class>The Group</a></li><li class><a href="https://emrgo.com/solutions" target="_self" class>Solutions</a></li><li class><a href="https://emrgo.com/news-insights" target="_self" class>News & insights</a></li><li class><a href="https://emrgo.com/careers" target="_self" class>Careers</a></li><li class><a href="https://emrgo.com/?cID=191" target="_self" class>Offices</a></li></ul> <div class="social"> <a target="_blank" href="https://linkedin.com" aria-label="LinkedIn"> <svg width="27" height="27" viewbox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 27V0H27V27H0ZM5.625 21.375H9V9H5.625V21.375ZM7.30859 7.57447C6.22184 7.57447 5.33984 6.68572 5.33984 5.58997C5.33984 4.49422 6.22184 3.60547 7.30859 3.60547C8.39534 3.60547 9.27734 4.49422 9.27734 5.58997C9.27734 6.68572 8.39647 7.57447 7.30859 7.57447ZM19.1289 21.3753H22.5039V13.7715C22.5039 7.86184 16.2005 8.07671 14.6289 10.986V9.00034H11.2539V21.3753H14.6289V15.0708C14.6289 11.5687 19.1289 11.2818 19.1289 15.0708V21.3753Z" fill="#012A38"></path> </svg> </a> </div> </div> <div class="col know_more"> <h3>Want to know more?</h3> <p>We are keen to hear about your capital market needs and present our solutions.</p> <button class="btn">Speak to an expert</button> </div> </div> <div class="footer_notice"> <p>The solutions presented in this website are offered by the respective legal entities according to their terms of business. </p> </div> <div class="footer_bottom"> <div class="col copyright"> © 2025 Emrgo. All rights reserved. </div> <div class="col footer_bottom_links"> <ul> <li><a href="https://emrgo.com/terms-of-use">Terms & Conditions</a> </li> <li><a href="https://emrgo.com/privacy-policy">Privacy Policy</a></li> </ul> </div> <div class="col made_by"> </div> </div> </footer> <div id="dropMenu" class="gotoTop"> <span> <svg width="26" height="16" viewbox="0 0 26 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="26" height="2" fill="#2A2A2A"></rect> <rect y="7" width="26" height="2" fill="#2A2A2A"></rect> <rect y="14" width="26" height="2" fill="#2A2A2A"></rect> </svg> </span> </div> <div class="landscape-alert"> <p>For better web experience, please use the website in portrait mode</p> </div> <script defer type="text/javascript" src="/concrete/js/jquery-ui.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba"></script> <script defer type="text/javascript" src="/concrete/js/bootstrap/tooltip.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba"></script> <script defer type="text/javascript" src="https://emrgo.com/formidable/dialog/formidable/topjs"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/placeholder.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/dependson.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/mask.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/simplycountable.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/timepicker.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/dropzone.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/slider.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/plugins/rating.min.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/packages/formidable_full/js/formidable.js?ccm_nocache=5b39228ebc200cd4721408f50458eb36ff19552c"></script> <script defer type="text/javascript" src="/concrete/js/selectize.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba"></script> </body> </html><html><div class="init-overlay"></div> <div class="modal-overlay"></div> <div class="speak_to_an_expert"> <div class="overlay"></div> <div class="form_block"> <span class="reset_btn"> <span class="icon-close"></span> </span> <h3>Contact an expert for more information on the subject</h3> <p> </p> <div id="formidable_container_1" class="formidable "> <div id="formidable_message_1" class="formidable_message"> </div> <form id="ff_1" name="formidable_form" method="post" class action="https://emrgo.com/formidable/dialog/formidable"> <input type="hidden" name="formID" id="formID" value="1"> <input type="hidden" name="cID" id="cID" value="1"> <input type="hidden" name="bID" id="bID" value="184"> <input type="hidden" name="resolution" id="resolution" value> <input type="hidden" name="ccm_token" id="ccm_token" value="1745983050:33e2f03dbfc0c6e532011b3f265ff4f4"> <input type="hidden" name="locale" id="locale" value="en_AE"> <div class="formidable_row"> <div class="formidable_column width-12 last"> <div> <div class="element name-1"> <label for="name-1"> Name <span class="required">*</span> </label> <div class="input"> <input type="text" id="name-1" name="name-1" value class="form-control ccm-input-text"> </div> </div> </div> </div> </div> <div class="formidable_row"> <div class="formidable_column width-12 last"> <div> <div class="element email-address-2"> <label for="email-address-2"> Email Address <span class="required">*</span> </label> <div class="input"> <input type="email" id="email-address-2" name="email-address-2" value class="form-control ccm-input-email"> </div> </div> </div> </div> </div> <div class="formidable_row"> <div class="formidable_column width-12 last"> <div> <div class="element phone-3"> <label for="phone-3"> Phone <span class="required">*</span> </label> <div class="input"> <input type="tel" id="phone-3" name="phone-3" value class="form-control ccm-input-tel"> </div> </div> </div> </div> </div> <div class="formidable_row"> <div class="formidable_column width-12 last"> <div> <div class="element solutions-4"> <label for="solutions-4"> Solutions <span class="required">*</span> </label> <div class="input"> <select name="solutions-4[]" id="solutions-4" multiple class=" form-control"> <option value="Investment Banking & Markets">Investment Banking & Markets</option> <option value="Venture & Growth Banking">Venture & Growth Banking</option> <option value="Investment Opportunities">Investment Opportunities</option> <option value="Custody & Securities Services">Custody & Securities Services</option> <option value="Sales & Trading">Sales & Trading</option> <option value="Investment Advisory & Management">Investment Advisory & Management</option> <option value="Islamic Expertise">Islamic Expertise</option> <option value="Fintech & Market Infrastructure">Fintech & Market Infrastructure</option> </select> </div> </div> </div> </div> </div> <div class="formidable_row"> <div class="formidable_column width-12 last"> <div> <div class="element your-message-5"> <label for="your-message-5"> Your Message <span class="required">*</span> </label> <div class="input"> <textarea id="your-message-5" name="your-message-5" class="form-control"></textarea> </div> </div> <div class="captcha_holder "><div id="recaptcha-6" class="captcha_input"></div></div><div class="dummyFormidableClick" style="display: none;"></div> <script async defer> var head = document.getElementsByTagName('head')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.setAttribute("async", ""); js.setAttribute("defer", ""); js.src = "https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"; var initializedCaptcha = 0; /*$(window).on("scroll load", function() { setTimeout(function() { if($(".formidable").hasClass("formInview")) { if(!initializedCaptcha){ head.appendChild(js); initializedCaptcha = 1; } } },100); });*/ $(document).on("click", "header.header .cta_block .btn, .apply_now, .speak_to_an_expert_btn", function() { if(initializedCaptcha == 0){ head.appendChild(js); initializedCaptcha = 1; $(".formidable").addClass("formInview") } }); var widgetId = []; function onloadCallback() { var i=0; $(".captcha--buttons").each(function() { var object = $(this); widgetId[i] = grecaptcha.render(object.attr("id"), { "size" : "invisible", "sitekey" : "6LfQcIogAAAAAC-mkdz1K81LFzlRKnEaYDXujkbt", "callback" : function(token) { object.parents('form').find(".g-recaptcha-response").val(token); //console.log(object.parents('form').find('.dummyFormidableClick')); object.parents('form').find('.dummyFormidableClick').trigger('click'); } }); i++; }); } </script></div> </div> </div> <div class="formidable_row"> <div class="formidable_column width-12"> <div class="element"> <div class="label-hidden"></div> <div id="ff_buttons" class="buttons col-sm-9"> <button type="submit" id="btnSubmit_1" name="btnSubmit_1" value="Submit" class="btn submit-btn submit btn btn-success button button-violet-dark captcha--buttons"> Submit </button> </div> </div> </div> </div> </form> </div> <p class="recaptcha-msg">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.</p> <script> $(function() { $('form[id="ff_1"]').formidable({ 'error_messages_on_top': false, 'error_messages_on_top_class': 'error', 'warning_messages_class': 'warning', 'error_messages_beneath_field': true, 'error_messages_beneath_field_class': 'error', 'success_messages_class': 'success', 'remove_form_on_success': true, errorCallback: function() { //Uncomment for invisible recaptcha var c = $('.captcha--buttons').length; for (var i = 0; i < c; i++){ grecaptcha.reset(i); } }, successCallback: function() { } }); }); </script> </div> </div> <script> var baseUrl = "https://emrgo.com/application/themes/wethaq/dist/"; var baseUrlSRC = "https://emrgo.com/application/themes/wethaq/src/"; </script> <script src="/application/themes/wethaq/dist/js/app.min.js" defer></script> </html>