<ul class="tabs-nav">
	<li id="listeo-logintab-btn" class=""><a href="#tab1">Log In</a></li>
	<li id="listeo-registration-btn"><a href="#tab2">Register</a></li>
</ul>

<div class="tabs-container alt">

	<!-- Login -->
	<div class="tab-content" id="tab1" style="display: none;">
						<form method="post" id="login" class="login" action="https://koshk.net/wp-login.php">
				
								<p class="form-row form-row-wide">
					<label for="user_login">
						<i class="sl sl-icon-user"></i>
						<input placeholder="Username/Email" type="text" class="input-text" name="log" id="user_login" value="" />
					</label>
				</p>


				<p class="form-row form-row-wide">
					<label for="user_pass">
						<i class="sl sl-icon-lock"></i>
						<input placeholder="Password" class="input-text" type="password" name="pwd" id="user_pass" />

					</label>
					<span class="lost_password">
						<a href="https://koshk.net/wp-login.php?action=lostpassword">Lost Your Password?</a>
					</span>
				</p>

				<div class="form-row">
					<input type="hidden" id="login_security" name="login_security" value="97139eed50" /><input type="hidden" name="_wp_http_referer" value="/en/wp-json/wp/v2/pages/1970" />					<input type="submit" class="button border margin-top-5" name="login" value="Login" />
					<div class="checkboxes margin-top-10">
						<input name="rememberme" type="checkbox" id="remember-me" value="forever" />
						<label for="remember-me">Remember Me</label>

					</div>
				</div>
				<div class="notification error closeable" style="display: none; margin-top: 20px; margin-bottom: 0px;">
					<p></p>
				</div>
				</form>
	</div>

	<!-- Register -->
	<div class="tab-content" id="tab2" style="display: none;">
							<form enctype="multipart/form-data" class="register listeo-registration-form" id="register" action="https://koshk.net/wp-login.php?action=register" method="post">
										<div class="listeo-register-form-fields-container" data-otp-type="email">
													<div class="account-type">
								<div>
									<input type="radio" name="user_role" id="freelancer-radio" value="guest" class="account-type-radio"  />
									<label for="freelancer-radio"><i class="sl sl-icon-user"></i> Guest</label>
								</div>
																	<div>
										<input type="radio" name="user_role" id="employer-radio" value="owner" class="account-type-radio"  checked />
										<label for="employer-radio"><i class="sl sl-icon-briefcase"></i> Owner</label>
									</div>
															</div>
							<div class="clearfix"></div>
												
						<p class="form-row form-row-wide">
							<label for="email">
								<i class="sl sl-icon-envelope-open"></i>
								<input required type="email" placeholder="Email Address" class="input-text" name="email" id="email" value="" />
							</label>
						</p>

													<div class="password-field-wrapper">
								<p class="form-row form-row-wide" id="password-row">
									<label for="password1">
										<i class="sl sl-icon-lock"></i>
										<input required placeholder="Password" class="input-text" type="password" name="password" id="password1" />
										<span class="pwstrength_viewport_progress"></span>
									</label>
								</p>
															</div>
						
													<p class="form-row form-row-wide">
								<label for="first-name">
									<i class="sl sl-icon-pencil"></i>
									<input required placeholder="First Name" type="text" name="first_name" id="first-name"></label>
							</p>

							<p class="form-row form-row-wide">
								<label for="last-name">
									<i class="sl sl-icon-pencil"></i>
									<input required placeholder="Last Name" type="text" name="last_name" id="last-name">
								</label>
							</p>
						
						

						<!-- //extra fields -->
						<div id="listeo-core-registration-fields">
													</div>


						<!-- eof custom fields -->

						
						
												
													<p class="form-row margin-top-10 checkboxes margin-bottom-10">
								<input type="checkbox" id="privacy_policy" name="privacy_policy">
								<label for="privacy_policy">I agree to the <a target="_blank" href="https://koshk.net/en/wp-json/wp/v2/pages/1970">Privacy Policy</a> </label>

							</p>

						
													<p class="form-row margin-top-10 checkboxes margin-bottom-10">
								<input type="checkbox" id="terms_and_conditions" name="terms_and_conditions">
								<label for="terms_and_conditions">I agree to the <a target="_blank" href="https://koshk.net/en/terms-conditions/">Terms and Conditions</a> </label>

							</p>
											</div>
											<div class="otp_registration-wrapper" style="display: none">
														<div class="otp_registration">
								<h4>Verification Code</h4>

								<p class="form-row margin-top-10 otp_code margin-bottom-10">

									Please enter the 4 digit code sent to your email.																		<span class="otp-countdown-valid-text">The code is valid for </span> <span class="otp-countdown"></span>
									<a id="resend_otp" class="hidden" href="#">Time has passed, click here to resend code</a>
								</p>



								<div id="listeo_otp-inputs">
									<input type=" tel" name="listeo_otp[token][code_1]" required="required" class="field__token" autocomplete="off" data-error="error_second_step_authentication_token" data-input-type="user">
									<input type="tel" name="listeo_otp[token][code_2]" required="required" class="field__token" autocomplete="off" data-error="error_second_step_authentication_token" data-input-type="user">
									<input type="tel" name="listeo_otp[token][code_3]" required="required" class="field__token" autocomplete="off" data-error="error_second_step_authentication_token" data-input-type="user">
									<input type="tel" name="listeo_otp[token][code_4]" required="required" class="field__token" autocomplete="off" data-error="error_second_step_authentication_token" data-input-type="user">

								</div>

								<span id="error_listeo_otp" class="hidden">Wrong authorization code. Try again later.</span>
								<span id="error_listeo_otp_time" class="hidden">The code has expired. Try again later.</span>
								<span id="error_listeo_otp_general" class="hidden">Something went wrong. Try again later.</span>


							</div>
							<input type="submit" class="button border fw margin-top-10" name="register" value="Register" />
													</div>
					
					<input type="hidden" id="register_security" name="register_security" value="97139eed50" /><input type="hidden" name="_wp_http_referer" value="/en/wp-json/wp/v2/pages/1970" />
											<a class="button fw margin-top-10" id="otp_submit" name="otp">Register</a>
										<div class="notification error closeable" style="display: none;margin-top: 20px; margin-bottom: 0px;">
						<p></p>
					</div>

					</form>

					<div class="listeo-custom-fields-wrapper">
																	</div>
					</div>

</div>


{"id":1970,"date":"2025-08-03T16:18:19","date_gmt":"2025-08-03T13:18:19","guid":{"rendered":"https:\/\/koshk.net\/?page_id=1970"},"modified":"2025-08-03T16:23:17","modified_gmt":"2025-08-03T13:23:17","slug":"registration","status":"publish","type":"page","link":"https:\/\/koshk.net\/en\/registration\/","title":{"rendered":"Registration"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1970","page","type-page","status-publish","hentry"],"acf":[],"pure_taxonomies":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Registration - KOSHK | Making Further Possible<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \>\n<link rel=\"canonical\" href=\"https:\/\/koshk.net\/en\/registration\/\" \>\n<meta property=\"og:locale\" content=\"en_US\" \>\n<meta property=\"og:type\" content=\"article\" \>\n<meta property=\"og:title\" content=\"Registration - koshk | making further possible\" \>\n<meta property=\"og:url\" content=\"https:\/\/koshk.net\/en\/registration\/\" \>\n<meta property=\"og:site_name\" content=\"KOSHK | making further possible\" \>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gokoshk\/\" \>\n<meta property=\"article:modified_time\" content=\"2025-08-03T13:23:17+00:00\" \>\n<meta property=\"og:image\" content=\"https:\/\/koshk.net\/wp-content\/uploads\/2025\/09\/Beige-Brown-Modern-Aesthetic-Elegant-Interior-Design-Facebook-Cover-1024x577.png\" \>\n\t<meta property=\"og:image:width\" content=\"1024\" \>\n\t<meta property=\"og:image:height\" content=\"577\" \>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/koshk.net\\\/registration\\\/\",\"url\":\"https:\\\/\\\/koshk.net\\\/registration\\\/\",\"name\":\"Registration - KOSHK | Making Further Possible\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/koshk.net\\\/#website\"},\"datePublished\":\"2025-08-03T13:18:19+00:00\",\"dateModified\":\"2025-08-03T13:23:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/koshk.net\\\/registration\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/koshk.net\\\/registration\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/koshk.net\\\/registration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/koshk.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Registration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/koshk.net\\\/#website\",\"url\":\"https:\\\/\\\/koshk.net\\\/\",\"name\":\"KOSHK | Making Further Possible\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/koshk.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/koshk.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/koshk.net\\\/#organization\",\"name\":\"KOSHK | Making Further Possible\",\"url\":\"https:\\\/\\\/koshk.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/koshk.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/koshk.net\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Koshk-logo-2-300x300-1.jpg\",\"contentUrl\":\"http:\\\/\\\/koshk.net\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Koshk-logo-2-300x300-1.jpg\",\"width\":300,\"height\":300,\"caption\":\"KOSHK | Making Further Possible\"},\"image\":{\"@id\":\"https:\\\/\\\/koshk.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/gokoshk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/gokoshk\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Registration - KOSHK | Making Further Possible","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/koshk.net\/en\/registration\/","og_locale":"en_US","og_type":"article","og_title":"Registration - KOSHK | Making Further Possible","og_url":"https:\/\/koshk.net\/en\/registration\/","og_site_name":"KOSHK | Making Further Possible","article_publisher":"https:\/\/www.facebook.com\/gokoshk\/","article_modified_time":"2025-08-03T13:23:17+00:00","og_image":[{"width":1024,"height":577,"url":"https:\/\/koshk.net\/wp-content\/uploads\/2025\/09\/Beige-Brown-Modern-Aesthetic-Elegant-Interior-Design-Facebook-Cover-1024x577.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/koshk.net\/registration\/","url":"https:\/\/koshk.net\/registration\/","name":"Registration - KOSHK | Making Further Possible","isPartOf":{"@id":"https:\/\/koshk.net\/#website"},"datePublished":"2025-08-03T13:18:19+00:00","dateModified":"2025-08-03T13:23:17+00:00","breadcrumb":{"@id":"https:\/\/koshk.net\/registration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/koshk.net\/registration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/koshk.net\/registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/koshk.net\/"},{"@type":"ListItem","position":2,"name":"Registration"}]},{"@type":"WebSite","@id":"https:\/\/koshk.net\/#website","url":"https:\/\/koshk.net\/","name":"KOSHK | Making Further Possible","description":"","publisher":{"@id":"https:\/\/koshk.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/koshk.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/koshk.net\/#organization","name":"KOSHK | Making Further Possible","url":"https:\/\/koshk.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/koshk.net\/#\/schema\/logo\/image\/","url":"http:\/\/koshk.net\/wp-content\/uploads\/2025\/07\/Koshk-logo-2-300x300-1.jpg","contentUrl":"http:\/\/koshk.net\/wp-content\/uploads\/2025\/07\/Koshk-logo-2-300x300-1.jpg","width":300,"height":300,"caption":"KOSHK | Making Further Possible"},"image":{"@id":"https:\/\/koshk.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/gokoshk\/","https:\/\/www.instagram.com\/gokoshk"]}]}},"_links":{"self":[{"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/pages\/1970","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/comments?post=1970"}],"version-history":[{"count":2,"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/pages\/1970\/revisions"}],"predecessor-version":[{"id":1972,"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/pages\/1970\/revisions\/1972"}],"wp:attachment":[{"href":"https:\/\/koshk.net\/en\/wp-json\/wp\/v2\/media?parent=1970"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}