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.

specific element id editing

  1. http://www.skywordsadvertising.com/create-banner/ this is my form
    this is my old form not using gravity form
    http://skywordsadvertising.com/create2.php

    1. how and where do you identify actual element ID?
    2. How do i make my new form look like my old form...

    This is the custom css code that i used:

    [css]
    .planefield {
    	background-image: url(http://www.skywordsadvertising.com/wp-content/uploads/2011/12/logo_skywords_back.png);
    	background-repeat: no-repeat;
    	background-position: 0% 0%;
    	height: 40px;
    }
    
    body .gform_wrapper .gform_body .gform_fields #field_1_1.gfield select {
    
    	border: 1px solid green;
    	text-transform: uppercase;
    	color: #719430;
    	height: 40px;
    
    }
    Posted 11 years ago on Sunday November 25, 2012 | Permalink
  2. You can get the ID of the actual fields by looking at the source of the page the form is embedded in or with a debugging tool like Chrome developer tools (built in to the Chrome browser) or the Web Developer Toolbar for Firefox, or Firebug.

    Have you already tried looking at the source and made some progress?

    Posted 11 years ago on Monday November 26, 2012 | Permalink