Home » Wapka Codes 2023 » User data collection through the registration form
Hello! Through the registration form, I want to collect user information, which they provide, of course. For example, I have added 2 radio buttons that the user can use to choose whether they are male or female.
CODE IN USER REGISTRATION:
CONFIG:
CODE IN USER LISTER:
CONFIG:
From what I understand, the "uid" variable should be valid, but I'm not exactly sure how to make that work. But the result is not displayed. Only the text is displayed without the result that should have been collected from the registration form.
CODE IN USER REGISTRATION:
<div class="rmenu">
%notify%
</div>
<div class="menu">
<form action="/registration" method="post"><br>
Gender: Female <input type="radio" name="gender" value="female"/> Male <input type="radio" name="gender" value="male"/>
<input type="text" placeholder="NUME INVESTITOR" name="username" class="w3-input" id="username" required><br>
<input type="email" placeholder="EMAIL" class="w3-input" name="email" id="email" required><br>
<input type="password" placeholder="PAROLA - MINIM 8 CARACTERE" class="w3-input" name="password" id="password" required>
<center>
<script src="https://cdn.wapka.io/00793n/499347da3361f418f8463efd1bf2851e/doomcaptcha.js?1" countdown="on" label="Captcha" enemies="3"></script>
</center>
<div style="text-align:center; margin-top:10px">
<button style="border: 4px solid red; padding: 8px 20px; width: auto;" id="submit" disabled type="submit" class="register">Înregistrare</button>
</div>
</form>
</div>
CONFIG:
<USERNAME></USERNAME>
<EMAIL></EMAIL>
<PASSWORD></PASSWORD>
<TYPE>Active</TYPE>
<ROLE>Subscriber</ROLE>
<url>/client/?psw=&email=</url>
<var_gender></var_gender>
<var_psw></var_psw>
CODE IN USER LISTER:
Gender (%var(gender)%)
CONFIG:
<id>61165</id>
From what I understand, the "uid" variable should be valid, but I'm not exactly sure how to make that work. But the result is not displayed. Only the text is displayed without the result that should have been collected from the registration form.
comment |
Recent Comments