I thought so, but do you have an other documentation for this custom function.
I’m lost !
Thanks,
Actually in the select of post I have :
<option value="(post slug)">(post title)</option>
I would like a structure like that :
<option value="<?php get_field('acf_email'); ?>">(post title)</option>
In fact, when the user select a dealer (post) I want send an email to the dealer (get_field(‘acf_email’)).
I am sorry for my bad english !