The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Contact page - what code and where ?

    avatar
    THEM4VR1CKM00SE
    Forumember


    Posts : 51
    Reputation : 1
    Language : English

    Solved Contact page - what code and where ?

    Post by THEM4VR1CKM00SE Thu Jul 19, 2012 2:02 pm

    Hey im currently looking on updating my site so that it has a contact page, so if there are any problems they can contact us, i currently have these codes

    HTML

    <div id="respond">

    <h3>Leave a Comment</h3>

    <form action="post_comment.php" method="post" id="commentform">

    <label for="comment_author" class="required">Your name</label>
    <input type="text" name="comment_author" id="comment_author" value="" tabindex="1" required="required">

    <label for="email" class="required">Your email;</label>
    <input type="email" name="email" id="email" value="" tabindex="2" required="required">

    <label for="comment" class="required">Your message</label>
    <textarea name="comment" id="comment" rows="10" tabindex="4" required="required"></textarea>

    <-- comment_post_ID value hard-coded as 1 -->
    <input type="hidden" name="comment_post_ID" value="1" id="comment_post_ID" />
    <input name="submit" type="submit" value="Submit comment" />

    </form>

    </div>


    CSS

    #respond {
    margin-top: 40px;
    }

    #respond input[type='text'],
    #respond input[type='email'],
    #respond textarea {
    margin-bottom: 10px;
    display: block;
    width: 100%;

    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    line-height: 1.4em;
    }


    But where do i add my email adress so it goes straight to me ? and can somebody supply me with the code to add Smile
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Contact page - what code and where ?

    Post by Ape Thu Jul 19, 2012 9:48 pm

    Hi we have this already set on the forum ACP
    It will show up at the footer of your forum.

    To set this do the following step.

    ACP>> General Tab


    Contact page - what code and where ? Boite_email Messages and e-mails >> e-mails and contact form

    To the bottom of the page to >> Contact form
    change the settings there and set it to Email or PM.

    SAVE

    Then you can copy the link at the bottom of your forum and place it where ever you wish.

    Hope this is a better way for you to deal wih this problem..

    Your Friendly Helper Ape Contact page - what code and where ? Ascaso

    EDIT: or have a look here this may help with a bit >> http://www.emailmeform.com/
    avatar
    THEM4VR1CKM00SE
    Forumember


    Posts : 51
    Reputation : 1
    Language : English

    Solved Re: Contact page - what code and where ?

    Post by THEM4VR1CKM00SE Thu Jul 19, 2012 10:53 pm

    is there any way i can edit it tho ? as it doesnt look very good and i wannt to change the input bits
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Contact page - what code and where ?

    Post by Ape Thu Jul 19, 2012 11:29 pm

    THEM4VR1CKM00SE wrote:is there any way i can edit it tho ? as it doesnt look very good and i want to change the input bits
    No sorry there is not any way to edit the forum but the link i gave you will help a lot i have the form on my forum and you can place what you want on it Wink

    it's a really good site Wink
    avatar
    THEM4VR1CKM00SE
    Forumember


    Posts : 51
    Reputation : 1
    Language : English

    Solved Re: Contact page - what code and where ?

    Post by THEM4VR1CKM00SE Thu Jul 19, 2012 11:53 pm

    hey mate, you linked me with that, how do i get my email on it so it goes straight to it ? Smile
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Contact page - what code and where ?

    Post by Ape Fri Jul 20, 2012 12:33 am

    when you make the account it will ask you to place your Email address to get your account When you do that it will Always Email you to that account and you may also add more then one Email account in the settings when you made the account Wink



    Contact page - what code and where ? Left1212Contact page - what code and where ? Center11Contact page - what code and where ? Right112
    Contact page - what code and where ? Ape_b110
    Contact page - what code and where ? Ape1010
    avatar
    THEM4VR1CKM00SE
    Forumember


    Posts : 51
    Reputation : 1
    Language : English

    Solved Re: Contact page - what code and where ?

    Post by THEM4VR1CKM00SE Fri Jul 20, 2012 12:45 am

    done it, thanks Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Contact page - what code and where ?

    Post by Sanket Fri Jul 20, 2012 2:40 am

    Topic Solved & Locked

      Current date/time is Sun Sep 22, 2024 9:37 pm