Hello, I found the help section about how to change the form field height but I have no idea where to put it? I have 4 forms running in my site and only want to effect one of them so how do I figure out the right ID of the form?
Hello, I found the help section about how to change the form field height but I have no idea where to put it? I have 4 forms running in my site and only want to effect one of them so how do I figure out the right ID of the form?
The easiest way to know the ID of the form is to look in the WP Admin under your Edit Forms - it will show the ID of each of your forms. You can always you Google Chrome Developer Tools or Firebug for Firefox to inspect the page and find IDs and classes in the code.
You will always want to place styles into your theme's stylesheet. Each theme is different - some have a custom.css, others just a single file. If you want to post a link to your form in question I can help you further if you get stuck.