Title: ACF image Field
Last modified: March 4, 2019

---

# ACF image Field

 *  Resolved [cbmelo](https://wordpress.org/support/users/cbmelo/)
 * (@cbmelo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/acf-image-field/)
 * I create the ACF Form with 7 fields and one of them is the image field for the
   logo for example, at the contact form i mapping every field and it worked good
   for 6 fields except for the image upload one.
 * business_logo => business-logo(file from contact form) didnt upload the photo
   to the acf Post, any suggestion, did i do something wrong?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Facf-image-field%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/acf-image-field/#post-11270759)
 * How do you check your field? ACF expects fields to be filled with a specific 
   format…possibly the media id in this case.
 * Cf7 2 Post saves the url of the mapped file and therefore likely ACF isn’t able
   to read the saved value.
 * To get it to work with ACF you may need to map your field using a filter hook
   and programmatically save the submitted file in the right format.
 *  Thread Starter [cbmelo](https://wordpress.org/support/users/cbmelo/)
 * (@cbmelo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/acf-image-field/#post-11273268)
 * Here what i did so far:
    1) i created the form on CF7 link: [http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-cf7-form.jpg](http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-cf7-form.jpg)
   2) i Created the CTP UI and Custom Fields Link: [http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-cpt-fields.jpg](http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-cpt-fields.jpg)
   3) Mapped the custom fields with CF7 Link: [http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-cf7-mapping.jpg](http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-cf7-mapping.jpg)
   4) Listing results, everything was inserted in my post, except the logo. Link:
   [http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-listing.jpg](http://ckmelo.unicaleads.com/wp-content/uploads/sites/2/2019/03/cb-listing.jpg)
 * the files type on both are: jpg|jpeg|png
 * Thanks for your help
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/acf-image-field/#post-11617503)
 * > Listing results, everything was inserted in my post, except the logo.
 * as I said, likely ACF iamge field format does not expect a url…you’ll need to
   programmatically map that field using a hook (provided in the helper, the [screenshot](https://wordpress.org/plugins/post-my-contact-form-7/#screenshots)#
   8).
 * Alternatively, don’t use ACF to create your meta-fields… let the plugin do this
   for you. The downside of this is that you won’t see your field values in the 
   dashboard (unless you create metaboxes for them), but the data will be available
   for displaying in your page templates.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ACF image Field’ is closed to new replies.

 * ![](https://ps.w.org/post-my-contact-form-7/assets/icon-256x256.png?rev=1985682)
 * [Post My CF7 Form](https://wordpress.org/plugins/post-my-contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-my-contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-my-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/post-my-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-my-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-my-contact-form-7/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/acf-image-field/#post-11617503)
 * Status: resolved