Hello, Quest!
More
Chat
If you get an error during the chat, please Refresh the page!
User data collection through the registration form
PariazaInteligent · Published on 2023-11-04 21:42:21 (5 months ago )
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:
<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></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.
like comment
Forum Creator salamonvikkas · Published on 2024-03-16 02:36:17 (1 month ago )
Visit http://finewap.tk
views(0) comment
Random code salamonvikkas · Published on 2024-03-03 18:58:25 (2 months ago )
Visit http://finewap.tk
views(0) comment
what is wapka code RULE means?
salamonvikkas · Published on 2022-12-05 17:12:01 (1 year ago )
anytime i add code i see RULE under the code.... code rule is the easy way to detect and ban or command what will happen to the code when success not archeived.
like comment
how to inactivate user account.
salamonvikkas · Published on 2022-12-05 17:10:29 (1 year ago )
Go to admin panel and enter user profiles click default user and click edit type....
like comment
how to add comment count for newsfeed in homepage
salamonvikkas · Published on 2022-12-05 17:08:01 (1 year ago )
Newsfeed/Posts
<'comment id="count%id%"><'/comment> <'script src="/count/?id=%id%"><'/script>
page count.js
--Api data lister
---configuration
<'pid>:GET(id);<'/pid><'key1>comments<'/key1>
---code(header)
document.getElementById("count:GET(id);").innerHTML = "%total%";
---code
:NULL();
like comment
how to replace user avatar with thumbnail when pic is not uploaded
salamonvikkas · Published on 2022-12-05 17:06:26 (1 year ago )
if user have not upload avatar (picture) think of it.. his or her profile will look boring. suggest you code avatar <*img>:VALUE(%avatar%).IFEQ().THEN(/thumbnail.png).ELSE(%avatar%);<*/img>
like comment
how to styled user status using green icon for online and grey icon for offline.
salamonvikkas · Published on 2022-12-05 17:04:37 (1 year ago )
however it comprises of css like 100% and wapka tag like 65% <*style> #on {width:3px;height:3px;background:green;padding:3px;border-radius:50%;} #off {width:3px;height:3px;background:grey;padding:3px;border-radius:50%;} <*/style> :VALUE(Published).IFNE(online).THEN(<*span id="off"><*/span>).ELSE(<*span id="on"><*/span>);
like comment
how to direct guest from any page to login page
salamonvikkas · Published on 2022-12-05 17:01:53 (1 year ago )
Try to command :VAR(USER_ID).IFEQ().GOTO(/login.php).ELSE.NULL;
like comment
how to create smilies code in post
salamonvikkas · Published on 2022-12-05 16:58:34 (1 year ago )
Welcome all new wapka developer my name is mashionmario let learn how to create smilies code in wapka 2021 post creator Single replace is :POST(content).REPLACE(["hello","HELLO"]);
when content is hello then switch to HELLO. multiple is just easy when calm down and an create it :POST(content).REPLACE([["1","2","3"],["a","b","c"]]);
thats you can also create :POST(content).REPLACE([[":D",":)"],["['img]laugh photo['/img]","['img]smile photo['/img]"]]); hope all is well.?
like comment
how to make dynamic url easy
salamonvikkas · Published on 2022-12-05 16:56:09 (1 year ago )
you like dynamic url? /message/uid/1234 why out put 1234 ? then create page and input new page PATTERN (?<*uid>[0-9]+)/*/(?<*send>[0-9]+)/* remove * and output code is just :VAR(uid); why /index/?uid=1234 is just :GET(uid); remeber /index/1234 or any number is allowed only if not number its terminated try to use a letters n number dynamic url
like /message/1234/ or /message/admin/ when page is not index.
like comment
Wapka Tag codes
salamonvikkas · Published on 2022-12-05 16:53:29 (1 year ago )
<div class="bar1top">Tags</div> <div class="info">Tag code is useful for dynamic website. You can use this tag in any wapka function.</div> <div class="bar13"><b>:VAR(SITE_NAME);</b> - To get your website name.</div> <div class="bar14"><b>:VAR(PAGE_NAME);</b> - To get page name</div> <div class="bar13"><b>:VAR(PAGE_ID);</b> - To get page id</div> <div class="bar14"><b>:VAR(PAGE_TYPE);</b> - To get page content type (default = text/html)</div> <div class="bar13"><b>:VAR(USER_NAME);</b> - To get user name</div> <div class="bar14"><b>:VAR(USER_ROLE);</b> - To get user role</div> <div class="bar13"><b>:VAR(USER_ID);</b> - To get logged user id</div> <div class="bar14"><b>:VAR(USER_EMAIL);</b> - To get logged user email</div> <div class="bar13"><b>:VAR(USER_TYPE);</b> - To get user account type</div> <div class="bar14"><b>:VAR(IP);</b> - To get IP address</div> <div class="bar13"><b>:VAR(USER_AGENT);</b> - To get http user agent string</div> <div class="bar14"><b>:VAR(DEVICE);</b> - To get device type (Desktop or Mobile)</div> <div class="bar13"><b>:VAR(BROWSER);</b> - To get browser name</div> <div class="bar14"><b>:VAR(OS);</b> - To get user operating system name</div> <div class="bar13"><b>:VAR(PROTOCOL);</b> - To get url protocol e.g. http</div> <div class="bar14"><b>:VAR(HOST);</b> - To get http host</div> <div class="bar13"><b>:VAR(URL);</b> - To get full url or Uniform Resource Locator</div> <div class="bar14"><b>:VAR(URI);</b> - To get Uniform Resource Identifier</div> <div class="bar13"><b>:VAR(URL_PATH);</b> - To get path</div> <div class="bar14"><b>:VAR(URL_QUERY);</b> - To get query string</div> <div class="bar13"><b>:VAR(HTTP_METHOD);</b> - HTTP request method</div> <div class="bar14"><b>:VAR(HTTP_REFERER);</b> - To get http referer</div> </div>
like comment
News Feed
PostPost · Published on 2022-11-05 16:45:33 (1 year ago )
Noti chack
like comment
Update
Categorys
2024 merci.wapka.co
Version 1.0