I’m running SAEF on a live site currently and the form isn’t appearing in Chrome, Safari or IE. I can see the SAEF fine in Firefox though. I’ve even created a new template and stripped it down to it’s the most basic code SAEF and it still won’t work. I’m using some of Pixel and Tonic’s Fieldtypes so I even tried creating a new test weblog with default ee fields thinking that may be the issue but still no luck. I’m on 1.7.0 Build: 20101018. Thanks!
{embed='global/_doctype'}
<head>
<title></title>
</head>
<body>
{exp:weblog:entry_form weblog="misc" return="site/index" preview="site/entry"}
{preview}
<h1>{title}</h1>
{display_custom_fields}
{/preview}
<table>
<tr>
<td>
Title
<input type="text" name="title" id="title" value="{title}" size="50" maxlength="100"></p>
URL Title
<input type="text" name="url_title" id='url_title' value="{url_title}" maxlength="75" size="50" /></p>
</td>
<td valign="top">
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" />
{status_menu}
Status
<select name="status">
{select_options}
</select>
{/status_menu}
Date
<input type="text" name="entry_date" value="{entry_date}" maxlength="23" size="25" /></p>
Expiration Date
<input type="text" name="expiration_date" value="{expiration_date}" maxlength="23" size="25" /></p>
Comment Expiration Date
<input type="text" name="comment_expiration_date" value="{comment_expiration_date}" maxlength="23" size="25" /></p>
<input type="checkbox" name="sticky" value="y" {sticky} /> Make Entry Sticky
<input type="checkbox" name="allow_comments" value="y" {allow_comments} /> Allow Comments
<input type='checkbox' name='dst_enabled' value='y' {dst_enabled} />DST Active on Date of Entry
{ping_servers}
Ping Servers
{ping_row}
<input type="checkbox" name="ping[]" value="{ping_value}" {ping_checked} /> {ping_server_name}
{/ping_row}
{/ping_servers}
{category_menu}
Categories
<select name="category[]" size="4" multiple="multiple">
{select_options}
</select>
{/category_menu}
</td>
</tr>
</table>
{/exp:weblog:entry_form}
</body>
</html>