ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Form not showing up in Windows browsers

March 15, 2010 5:04pm

Subscribe [2]
  • #1 / Mar 15, 2010 5:04pm

    Gary Chapman

    107 posts

    The following code works fine in OS X Firefox and Safari, but not in Windows Firefox or IE:

    {exp:weblog:entry_form weblog="locations" return="test_pages/location_thanks_test" show_fields="address1|address2||city|state|zip"}
    
    <input type="hidden" name="title" id="title" value="Address Entry" />
    {custom_fields}
          {if required}* {/if}{field_label}:
        
        {field_instructions}
          {if textarea}
      <textarea id="{field_name}" name="{field_name}" dir="{text_direction}" cols="50" rows="{rows}">{field_data}</textarea>
      
    
          {/if}
          
          {if textinput}
      <input type="text" dir="{text_direction}" id="{field_name}" name="{field_name}" value="{field_data}" maxlength="{maxlength}" size="50">
      
    
          {/if}
          
          {if pulldown}
      <select id="{field_name}" name="{field_name}">
    {options}<option value="{option_value}"{selected}>{option_name}</option>{/options}
    
      </select>
          {/if}
          
          {if date}
      <input type="text" id="{field_name}" name="{field_name}" value="{field_data}" maxlength="{maxlength}" size="50">
      
    
          {/if}
          
          {if relationship}
      <select id="{field_name}" name="{field_name}">
    {options}<option value="{option_value}"{selected}>{option_name}</option>{/options}
      </select>
          {/if}      
     {/custom_fields}<input type="image" src="/graphics/submit_button.jpg" value="Submit" /></align> 
          {/exp:weblog:entry_form}    

    I can’t see anything in it that would break the Windows browsers.

    Can anyone see what’s wrong here?

    Thanks.

  • #2 / Mar 15, 2010 5:09pm

    Ingmar

    29245 posts

    I find that hard to believe, to be honest. Does it validate? Do you’ve got a link? Also, what version and build of EE are you on?

  • #3 / Mar 15, 2010 5:19pm

    Gary Chapman

    107 posts

    The link is here: http://www.biggigaustin.org/index.php/test_pages/location_form_test/

    ExpressionEngine 1.6.8
    Build:  20100121

  • #4 / Mar 15, 2010 5:23pm

    Gary Chapman

    107 posts

    If you open the page in OS X Firefox or Safari, you get the full source. In Windows XP IE, you get nothing on the source, just this:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
    <html >
    <head>
    </head>
    <body>
     
    </body>
    </html>

    Something weirdly wrong. . . .

  • #5 / Mar 15, 2010 5:29pm

    Ingmar

    29245 posts

    Are you sure it might not have to do with you being logged in, or not? The SAEF will only show for logged-in users with the required permissions to post.

  • #6 / Mar 15, 2010 6:31pm

    Gary Chapman

    107 posts

    It was calling the logmein plugin.

    I reinstalled the plugin and it’s working now.

    Sorry to be a bother. . . .

    I’ll be at the EE party tonight, but looking embarrassed. . . .

    —Gary

  • #7 / Mar 15, 2010 6:36pm

    Ingmar

    29245 posts

    Well, the important thing is you’re all set 😊 Please post again as needed.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases