I was wondering if there was a way to show the entry_id field in the publish page. I’ve tried to customize it in every possible way but there seems to be no way of showing and entry’s id on that page - I want to use this as unique product identifies as well (every product has an unique entry so why not use the entry ID as an product ID).
If this is not possible, is there a way to dynamically change the parsing order of safecracker to allow this code to work
{exp:safecracker channel="the_channel"}
<input type="hidden" name="custom_field_1" value="{entry_id}" /><label for="custom_field_1">
<input type="hidden" name="custom_field_1" value="ENTRY_ID" /><label for="custom_field_1">
<input type="submit" class="medium radius button dark-blue" value="Submit »" id="submit_button">
{/exp:safecracker}I’ve tried both instances and the entry ID upon checking the backend comes up not as the entry’s unique id but as “{entry_id}” or “ENTRY_ID”
Thanks!