EE 2.5.2
Safecracker 2.1
Running locally on MAMP
index.php removed using officially supported method http://ellislab.com/expressionengine/user-guide/general/remove_index.php.html
I’m logged in as Superadmin.
There are no required fields in the field group.
When I submit the safecracker form a new entry is created with the Title given but the custom field doesn’t work. It is always blank in the created entry.
I’ve stripped the form back as much as I can to try and find the issue.
{exp:safecracker
channel="member_vehicles"
return="members/vehicles"
}
<fieldset class="f-section">
<div class="f-group">
<label for="title">Title *</label>
<input type="text" name="title" id="title" value="{title}">
</div>
<div class="f-group">
<label for="year">Year</label>
<input type="text" id="year" name="year" value="{cf_member_vehicle_year}">
</div>
</fieldset>
<div class="f-submit">
<input class="btn btn-primary" type="submit" value="Submit" />
</div>
{/exp:safecracker}Any ideas what I can try to troubleshoot this?