Search the Community
Showing results for tags 'signup.php'.
-
May someone help me with my signup form page? I get error " Security code does not match" <code> <div class="signup form-peice"> <form class="signup-form" action="//ifastnet.com/register2.php" method="post"> <div class="form-group"> <label for="name">Username</label> <input type="text" name="username" id="name" class="name"> <span class="error"></span> </div> <div class="form-group"> <label for="email">Email Adderss</label> <input type="email" name="email" id="email" class="email"> <span class="error"></span><br> </div> <div class="form-group"> <select size="1" name="website_category" id="website_category" class="form-select col-auto"> <option>Site Category...</option> <option>Personal</option> <option>Business</option> <option>Hobby</option> <option>Forum</option> <option>Software / Download</option> </select> </div> <div class="form-group"> <select size="1" name="website_language"> <option>Select Language</option> <option>English</option> <option>Non-English</option> </select> </div> <input type="hidden" name="id" value="<?PHP echo $id; ?>"> <div class="form-group"> <label for="password">Password</label> <input type="password" name="password" id="password" class="pass"> <span class="error"></span> </div> <img src="https://ifastnet.com/image.php?id=<?php echo $id ?>"> <div class="form-group"> <label for="number">Enter Captcha</label> <input type="text" name="number" id="number" class=""> <span class="error"></span> </div> <div class="CTA"> <input type="submit" value="Register" name="submit"> <a href="#" class="switch">I have an account</a> </div> </form> </div> </code>
- 3 replies
-
- signup.php
- html
-
(and 1 more)
Tagged with:
-
Hi there - is it possible to add a honeypot in the signup.php form of resellers? If yes how to do it? Despite the security code, I'm still having spamers.