Hi,
When I use the safecracker file field my other customs fields and title field are frozen, meaning I can’t get my cursor into the inputs. I have applied the July 5 hotfix and I have the latest safecracker files uploaded. This is happening in both safari and FF.
Here is my template:
{exp:safecracker channel="portal-shared" return="research-portal/register-success" }
<fieldset>
<ul>
<li>
<label for="categories">Categories</label>
<select name="category[]" id="categories" size="4" multiple="multiple">
{categories}
<option value="{category_id}"{selected}>{category_name}</option>
{/categories}
</select>
</li>
<li>
<label for="title">Document Title</label>
<input type="text" name="title" id="title" value="{title}" maxlength="100" />
</li>
<li>
<label for="resources-desc">Document Description</label>
<input type="text" name="resources-desc" id="resources-desc" value="{resources-desc}" />
</li>
{custom_fields}
{if safecracker_file}
{display_field}
{/if}
{/custom_fields}
<input type="submit" value="Submit" />
{/exp:safecracker}Here is the link:
http://www.pedsresearch.org/research-portal/upload-file
Running 2.2.1