Hello, Go to template_contact.php present in your theme directory and remove the code given below Code: <br/> <label for="website"><?php echo C_WEBSITE; ?><span><?php echo OPTIONAL; ?></span></label> <br/> <input class="text" type="text" id="website" name="website" value="<?php if (isset($_POST['website'])) echo $_POST['website']; ?>"/> Sending image for reference This will solve your issue.