Hi,
the notification e-mail lacks all the data input from the ACF form.
You can customize the Notification Templates in Settings > WP Customer Area > Notifications.
Scroll down to the bottom of the page and click on the tab Available Placeholders. You want to use the {{post_meta,my_meta}} placeholder.
Let’s say you created an ACF post text field with ID file_notes:
- {{post_meta,file_notes}} should display the files notes related to the post from which the notification is being sent.
Let’s say you created an ACF user number field with ID tva_number:
- {{to_meta,tva_number}} should display the TVA number of the user who is actually receiving the notification.
- {{user_meta,tva_number}} should display the TVA number of the user who is actually sending the notification.
Regards.