I’m still having trouble getting anything to render. Blank screen. Would you mind checking this fragment and telling me what’s wrong with it?
{exp:safecracker id="edit_profile" channel="golfers" return="signup/step3" preserve_checkboxes="yes" require_entry="yes" entry_id="{segment_3}" author_only="yes" safecracker_head="yes" datepicker="no" error_handling="inline"}
<input type="hidden" name="title" value="{title}" />
<input type="hidden" name="url_title" value="{url_title}" />
{custom_fields}
{if safecracker_file}
{error:g_photo}
<p>
<label for="{field_name}">{field_label}:</label><br />
{display_field}
</p>
{/if}
{/custom_fields}
<p><input type="submit" value="Submit" class="submit" /></p>
{if no_results}
<p>Message goes here.</p>
{/if}
{/exp:safecracker}
Thanks!