PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Modify The Visuals

  1. I'm a noob when it comes to coding. I would like to ask if someone can direct me to a resource that would give examples and explain how to change the look of the forms I build.

    Such as color, size of fields, dimentions ect...

    Thank you in advance,

    David

    Posted 14 years ago on Wednesday February 3, 2010 | Permalink
  2. David, I'll be working on a styling guide of some sort in the near future but for now, there's no resource specifically devoted to that.

    All of the fields are wrapped in classes and have unique id's so you can style them globally via the class name or individually using the specific field id (you can view the source code to find the unique field id's)

    If you're new to CSS, W3Schools is a great place to get a start.

    http://www.w3schools.com/css/

    If you get hung up and need some help, you're welcome to post the form URL back here and we'll try to help you out.

    Posted 14 years ago on Wednesday February 3, 2010 | Permalink
  3. Kevin,

    Thank you, I'll plug along...

    David

    Posted 14 years ago on Wednesday February 3, 2010 | Permalink