I’m able to duplicate entries using the following:
//Empty Entry ID
<input type="hidden" name="entry_id" value="" />and I’m attempting to include Safecracker file inside a Matrix via:
<?php $_GET['clone'] = 'y' ?>
{field:matrix_field_name}However, I have not been successful. Any help would be appreciated.
Thanks.