Hi.
I have this img inside the page where the form is. This is a random image which is posted in my theme using an ACF custom field.
The image while displayed in the browser gets a regular URL, but it's called throught ACF using this: <?php the_field('image_to_sell'); ?>
I need to place this image under the mail submition automatically.
So how do I get that particular image to be called to my mail body?
Can I connect ACF code to WPC7 forms? How?
Thank you for you help.
B.