Hey there – Im just using to translate a form.
I use add_action( ‘transition_post_status’, ‘send_mails_on_publish’, 10, 3 );
To send mails when post is published.
In the German Version everything works.
But in the translated version i don’t get fields back like
$customer_mail = get_field( ‘e-mail_adresse’, $post->ID );
get_field( ‘firma’, $post->ID )
I also tried the normal wp get post meta function.
As i told you in my german version everything works as it should if i use the form on EN i just get the ID of the post but nothing else.