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.

submit button gone in IE8

  1. Not sure what the problem is. Missing tag somewhere? How do I locate the files with the code for GF? I'm not a programmer (have limited programming background). Perhaps run through
    http://validator.w3.org ? But again , not sure where the files are?

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  2. David Peralty

    Can you link to your form please?

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  3. sorry:
    http://www.renttoownhotlist.com/ Again this is in IE8.

    I noticed it's just on the first page. The following pages have
    the submit button and is working.

    Update:
    I ran it thru adobe brower test and the submit button
    is to the far right of the screen.

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  4. David Peralty

    You are using images for your submit button, correct? If so, I just tried it in IE8 without any issue. Check for my test submission. You'll see my e-mail peralty@rocketgenius.com e-mail in the result.

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  5. I tried in in a windows xp machine running IE 8 and also tested it at
    browserlab.adobe.com and I'm coming with the same. The submit button
    is to the far right.

    See screenshot: http://renttoownhotlist.com/tmpform.png

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  6. David Peralty

    Try removing your 550px margin and instead using the relative positioning. Change your left positioning to move the element where you want and see if that fixes it.

    Posted 11 years ago on Monday June 11, 2012 | Permalink
  7. What if you replace this selector's styles with the following:

    [css]
    .custom #gform_wrapper_7 #gform_7 .gform_footer.top_label {
    float: right;
    margin: -120px 100px 0 0;
    }

    Then update your height declaration on .custom #gform_wrapper_7 #gform_7 .gform_body to be 364px instead of 400px.

    You could do this whole thing in alternate way as well. Instead of applying the background to .custom #gform_wrapper_7 #gform_7 .gform_body you could apply it to .custom #gform_wrapper_7

    This will allow for the submit button's distance from the form to be more natural. Right now you have the body set to be a height of 400px, which means the submit button (gform_footer) starts after the 400px height.

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  8. Rob, my programmer can't figure this out. I posted on the job board. I plan to look thru odesk again for another programmer. Any ideas on what kind of programmer I should hire, IE, CSS, HTML etc expertise? Thanks.

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink