Does it need to be an input type?
Sorry I feel like this might have been done before and I don’t have much coding skills so getting lost as to how best to:
– Display this field to a user
– Have them update the field
– That field be saved against that event
Would love some help.
Thanks
So I think I got somewhere.
I was able to add the filed to my edit-event.php within EM and it displays on the front end.
However when I click on submit event it does not do anything and therefore the event is not saving.
I added:
<?php acf_form_head(); ?>
<?php the_field(‘sponsors’); ?>
<?php acf_form(); ?>
Do I need to add something else to save the field? Or is there is a conflict between ACF and EM when I use this approach?