Contact Form Logo Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Contact Form Logo

    Shelby™
    Shelby™
    Forumember


    Male Posts : 185
    Reputation : 6
    Language : Hungarian(native), English
    Location : Hungary

    Solved Contact Form Logo

    Post by Shelby™ June 10th 2013, 7:34 pm

    Hello,

    I created my own Contact Form with this tutorial: https://help.forumotion.com/t37709-contact-form and I'm interested to know that I can put a logo at the top of the contact page, or it is not possible?

    There's a quick picture about this... (Paint work)
    Contact Form Logo Quick_pic_www.kepfeltoltes.hu_
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Contact Form Logo

    Post by Sanket June 10th 2013, 7:45 pm

    What is the html code you are using?
    Shelby™
    Shelby™
    Forumember


    Male Posts : 185
    Reputation : 6
    Language : Hungarian(native), English
    Location : Hungary

    Solved Re: Contact Form Logo

    Post by Shelby™ June 10th 2013, 7:47 pm

    Sanket wrote:What is the html code you are using?

    Code:
    <form action="mailto:your_e-mail_address@domain.com" method="post" enctype="text/plain">

    <legend>Personal info</legend>
    Name:<br>
    <input type="text" name="name">
    <br>
    Mail:<br>
    <input type="text" name="mail">
    <br><br>
    Which is your favorite color?<br>
    I like red<input type="checkbox" name="color" value="Red"><br>
    I like blue<input type="checkbox" name="color" value="Blue"><br>
    I like yellow<input type="checkbox" name="color" value="Yellow"><br>
    I like green<input type="checkbox" name="color" value="Green">
    <br><br>Comments:<br><textarea name="comments" rows="6"
    cols="65"></textarea>
    </form>

    I use the full code that I seen in the tutorial at moment.^
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Contact Form Logo

    Post by Sanket June 10th 2013, 7:51 pm

    Can use such a code at the beginning.
    Code:
    <img src="http://r29.imgfast.net/users/3412/19/22/63/avatars/82316-72.png">
    Shelby™
    Shelby™
    Forumember


    Male Posts : 185
    Reputation : 6
    Language : Hungarian(native), English
    Location : Hungary

    Solved Re: Contact Form Logo

    Post by Shelby™ June 10th 2013, 7:53 pm

    Sanket wrote:Can use such a code at the beginning.
    Code:
    <img src="http://r29.imgfast.net/users/3412/19/22/63/avatars/82316-72.png">

    Thanks, it works perfectly! Wink Solved!
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Contact Form Logo

    Post by Sanket June 10th 2013, 7:55 pm

    Topic Solved & Locked