contact form like djtheme

Hi, I want to know how  can I do the form like http://themes.muffingroup.com/be/dj/
thanks

Comments

  • edited November 2014
    Hey,

    for this form we used simple contact form shortcode and also we added below css for styling:
    #contact p, 
    #contact input[type="email"],
    #contact input[type="text"],
    #contact textarea { color: #fff200; }

    #contact input[type="submit"] { color: #000; }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact textarea { background: none !important; border: 1px solid #fff200; }
    But if you want to know more about this demo, then please import whole demo and this will be the easiest and fastest way to learn how we created those things.
Sign In or Register to comment.