I am trying to dynamically set the title of the entry based on the entry’s data. I have the parameter in there: title=”[your_custom_field] Submission” But when it’s submitted, it says I have not entered a title or url_title.
I am probably missing something, see anything glaring? Thanks.
{exp:safecracker
channel="case_evaluations"
return="case-evaluation/form/ENTRY_ID"
class="standard"
title="[first_name] [last_name] Case Evaluation Form"
}
<label class="desc required" for="first_name">Name</label>
<span>
<input name="first_name" type="text" class="field text fn" value="" size="8" tabindex="1" />
<label for="first_name">First</label>
</span>
<span>
<input name="last_name" type="text" class="field text ln" value="" size="14" tabindex="2" />
<label for="last_name">Last</label>
</span>
<input class="submit-btn" type="submit" value="Begin" />
{/exp:safecracker}