Jump to content
[MUST READ] Forum Rules ×

Signup form


Ankskv1

Recommended Posts

 

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>

Link to comment
Share on other sites

@Ankskv1 I don't see any problem with the code. For confirmation I copied the code and put it on my website and it worked. There may be any other issue.

Look for the below code in your page at starting (before html code begins) if it isn't present there, just add it there.

<?PHP
$id = md5(rand(6000,PHP_INT_MAX));
?>

I think that will solve your problem.

Edited by Pro Hostinga
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...