We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 87
    • 51 Posts
    i’m having problems with FormSignup. When I put in the information requested (I’ve not changed the template except for css styling) and hit submit, it promts me that there is no user name, then deleted everyone on the forum except for full name.

    Anything like this happen before?

    <div id="login"><!-- #declare:separator <hr> --> 
    <!-- login form section-->
    <form method="post" name="websignupfrm" action="[+action+]">
        <fieldset>
            <legend>User Details</legend>
            <p class="gray">Items marked by * are required</p>
    		<p><label for="wsu_username">User name:* </label><input type="text" name="wsu_username" id="wsu_username" class="inputBox" size="20" maxlength="30" value="[+username+]" /></p>
           <p> <label for="fullname">Full name: </label><input type="text" name="fullname" id="fullname" class="inputBox" size="20" maxlength="100" value="[+fullname+]" /></p>
    		<p><label for="wsu_email">Email address:* </label><input type="text" name="wsu_email" id="wsu_email" class="inputBox" size="20" value="[+email+]" /></p>
    	</fieldset>
    	<br><br>
    	<fieldset>
    	    <legend>Password</legend>
    	    <p><label for="wsu_password">Password:* </label><input type="password" name="wsu_password" id="wsu_password" class="inputBox" size="20" /></p>
    	    <p><label for="confirmpassword">Confirm password:* </label><input type="password" name="confirmpassword" id="confirmpassword" class="inputBox" size="20" /></p>
    	</fieldset>
            <br><br>
            <fieldset>
                <legend>Bot-Patrol</legend>
                <p class="gray">Enter the word/number combination shown in the image below.</p>
                <p><label>Form code:* </label>
                <input type="text" name="formcode" class="inputBox" size="20" /></p>
                <span class="box"><a href="[+action+]"><img align="top" src="manager/includes/veriword.php" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #039" /></a></span><br>
            </fieldset><br><br>
     
               <center><p><input type="submit" value="Submit" name="cmdwebsignup" /></p></center>
    </form>
    
    
    <hr>
    <!-- notification section -->
    <p class="message">Signup completed successfully!<br />
    Your account was created. A copy of your signup information was sent to your email address.</p>
    </div>