Title: Creating Posts -&gt; Custom Fields
Last modified: February 7, 2019

---

# Creating Posts -> Custom Fields

 *  Resolved [joshwhite](https://wordpress.org/support/users/joshwhite/)
 * (@joshwhite)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/creating-posts-custom-fields/)
 * We purchased the PRO version from you guys a few weeks ago.
 * I’m trying to figure out how exactly custom fields are mapped to a post.
 * We have a basic form for customers to leave reviews. The form has:
 * 1. Shoutout! (mapped to the post title)
    2. Review (mapped to the post content)
   3. Rating of 1-5 with radio buttons.
 * How exactly do we get the radio button rating set as part of the custom post 
   type for our reviews so we can display this along side the rest of the data on
   the front end?
    -  This topic was modified 7 years, 4 months ago by [joshwhite](https://wordpress.org/support/users/joshwhite/).

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

 *  [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/creating-posts-custom-fields/#post-11178396)
 * Hi,
 * You have to use an ACF function to save the value entered by the user in the 
   form and link it to the custom post type needed : update_field() -> [https://www.advancedcustomfields.com/resources/update_field/](https://www.advancedcustomfields.com/resources/update_field/)
 * Basically, it is used like this : update_field($field_name_or_key, $value_to_save,
   $post_ID).
 *  Plugin Author [fabianlindfors](https://wordpress.org/support/users/fabianlindfors/)
 * (@fabianlindfors)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/creating-posts-custom-fields/#post-11203676)
 * Hi! With the Pro version you don’t need to use `update_field` as the plugin will
   handle the mapping automatically.
 * There are a few things that need to be done for the mapping to work though. First
   of all, both the post and form need to share the same fields. This is most easily
   accomplished by setting the ACF field group location to both the post and form.
 * Next you also need to configure post editing in your form settings. Go to “Editing”-
   >”Custom fields” and check the custom fields you want to map.
 * Hope this helps clear things up. The documentation also has a guide that might
   be helpful: [https://advancedforms.github.io/pro/editing/creating-and-editing-posts/](https://advancedforms.github.io/pro/editing/creating-and-editing-posts/)
   🙂

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

The topic ‘Creating Posts -> Custom Fields’ is closed to new replies.

 * ![](https://ps.w.org/advanced-forms/assets/icon-256x256.png?rev=1894254)
 * [Advanced Forms for ACF](https://wordpress.org/plugins/advanced-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-forms/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [fabianlindfors](https://wordpress.org/support/users/fabianlindfors/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/creating-posts-custom-fields/#post-11203676)
 * Status: resolved