Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help Modifying a CSS Tricks Contact Form

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26549

    Have spent the last few days trying to figure out how to modify a sample form from CSS Tricks… the demo is here:
    https://css-tricks.com/examples/ContactForm/

    All I want to do is format the input fields so that they are next to the text… like this:
    https://css-tricks.com/examples/NiceSimpleContactForm/

    I’ve tried to separate the text from the input fields using different div id’s and then classes but run into problems with the jQuery validation not working properly…

    I’m not sure how difficult this is but if it requires a lot of work, I’m willing to pay someone who can help me out…

    #65903
    dcp3450
    Participant

    in the first link he has his labels set to block which will push the input field to the next line. In the second link the labels are set to float:left allowing the input fields to display next to the text.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.