Website Optional

Discussion in 'ClassiCraft WordPress Theme' started by colinmcgerty88, Sep 6, 2013.

  1. colinmcgerty88

    colinmcgerty88 New Member

    Joined:
    Aug 29, 2013
    Messages:
    20
    Likes Received:
    1
    Hey - how do i remove this field from the contact form?

    Thanks, col
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    2013-09-06_1551.png



    This will solve your issue.
     

Share This Page