Merhabalar tekrardan yine ben 😃
İki Adımlı doğrulama sistemi yaptığımı artık forumda duymayan kalmamıştır sanırım 😀
Şimdi 6 farklı input'a sahibim ve bunların her biri tek bir veri alabiliyor
Kullanıcı bu inputlara 1 2 3 4 5 6 girdiğin de 6 farklı değere sahip oluyorum
ama ben bu değerleri tek bir değermiş gibi elde etmek istiyorum 123456 gibi
bunu nasıl yapabilirim acaba ?

<div class="form__group form__pincode">
<label>Lütfen Mail Adresinize Gönderilen 6 Karakterli Şifreyi Giriniz</label>
<input type="tel" name="pincode-1" maxlength="1" pattern="[\d]*" tabindex="1" placeholder="·" autocomplete="off">
<input type="tel" name="pincode-2" maxlength="1" pattern="[\d]*" tabindex="2" placeholder="·" autocomplete="off">
<input type="tel" name="pincode-3" maxlength="1" pattern="[\d]*" tabindex="3" placeholder="·" autocomplete="off">
<input type="tel" name="pincode-4" maxlength="1" pattern="[\d]*" tabindex="4" placeholder="·" autocomplete="off">
<input type="tel" name="pincode-5" maxlength="1" pattern="[\d]*" tabindex="5" placeholder="·" autocomplete="off">
<input type="tel" name="pincode-6" maxlength="1" pattern="[\d]*" tabindex="6" placeholder="·" autocomplete="off">
<input type="text" id="cat_slug" name="TwoFact" value="">
</div>