Jump to content

AlexeiiKozachuk

Members
  • Posts

    3
  • Joined

  • Last visited

About AlexeiiKozachuk

  • Birthday 10/29/1989

Contact Methods

  • Website URL
    http://booworld.science
  • Skype
    alexeiikozachuk

AlexeiiKozachuk's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi for all! :crazy:I have such form on my website for my visitors , what script do I need to complete it work. Sorry if I head post topic wrong way and thanks for help ,)<form id="contact-form"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label for="name"> Name</label> <input type="text" class="form-control" id="name" placeholder="Enter name" required="required" /> </div> <div class="form-group"> <label for="email"> Email Address</label> <div class="input-group"> <span class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span> </span> <input type="email" class="form-control" id="email" placeholder="Enter email" required="required" /></div> </div> <div class="form-group"> <label for="subject"> Subject</label> <select id="subject" name="subject" class="form-control" required="required"> <option value="na" selected="">Choose One:</option> <option value="service">General Customer Service</option> <option value="suggestions">Suggestions</option> <option value="product">Product Support</option> </select> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="name"> Message</label> <textarea name="message" id="message" class="form-control" rows="9" cols="25" required="required" placeholder="Message"></textarea> </div> </div> <div class="col-md-12"> <button type="submit" class="btn btn-skin pull-right" id="btnContactUs"> Send Message</button> </div> </div> </form>
  2. I didn't understand how to do this , my skills so low in JQ. http://alexeiikozachuk.github.io/books.html - this page that i want work with Infinite AJAX Scroll.May be some one help me with more information that would be easy to me ?
  3. Hi for all ) Sorry for my topic , but I couldn't find the answer here for my question http://zona.mobi/movies - this is web page with scroll i need for my site ) so how can I learn to do similar to it , what script do I need ? Thanks for help )
×
×
  • Create New...