Hi Geoff
Your solution sounds very rational, but I can’t seem to actually perform the last part of it. We’ve created a cutome filed, but I’m trying to insert the custome fields code into email.php, in order to present field value – but it doesn’t work. It seems to require some kind of change in the code itself – can you please review and let me know if it’s ok?
I’ve tried:
<?php echo the_field(‘link_to_video’); ?>
and also:
<?php echo $event->the_field(‘link_to_video’); ?>
Thanks again. Much appreciated!