Title: Field placement
Last modified: March 8, 2019

---

# Field placement

 *  Resolved [caro72](https://wordpress.org/support/users/caro72/)
 * (@caro72)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/field-placement/)
 * Is it possible with the free version to decide the placement of the custom fields?
   If not, is it possible to do it with the paid version? At the moment the customs
   fields are below the price and not with the regular fields. Also I created 2 
   fields and the wrong one is on top.
 * Thanks.

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

 *  [acowebssupport](https://wordpress.org/support/users/acowebssupport/)
 * (@acowebssupport)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/field-placement/#post-11289120)
 * Hi there,
 * You can change the position of price for both the free-version and paid-version
   as well. You just need to paste the below code to the function.php file of your
   currently active theme folder.
 * remove_action(‘woocommerce_single_product_summary’,’woocommerce_template_single_price’,
   10);
    add_action(‘woocommerce_before_add_to_cart_button’,’woocommerce_template_single_price’,
   11);
 * And we have a confusion that in the 2nd question. If you are talking about fields,
   you can change the position of fields by dragging and dropping one field on top
   of another.
 * If you are talking about forms that if two forms included in one product page
   and the page shows it in the wrong order. Then, you just change the published
   date of each form in ascending order of which form you want to show first. It
   will change the order of the forms.
 * If you have more doubts don’t hesitate to contact us.
    Thank you.
 *  Thread Starter [caro72](https://wordpress.org/support/users/caro72/)
 * (@caro72)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/field-placement/#post-11301465)
 * Hi,
 * I added it but it doesn’t change anything. See attached. I need the price to 
   either be on the top (instead of the price range) or at the bottom of the custom
   fields.
 * [Screen shot](https://ibb.co/2WwPGcj)
 * Also I have no idea how to drag the field on top of the other. There is no option
   to drag and drop in the back end. At least I don’t see the option. I need the
   color field to be on top of the notes field.
    -  This reply was modified 7 years, 2 months ago by [caro72](https://wordpress.org/support/users/caro72/).

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

The topic ‘Field placement’ is closed to new replies.

 * ![](https://ps.w.org/woo-custom-product-addons/assets/icon-256x256.gif?rev=3328656)
 * [Product Addons for Woocommerce - Product Options with Custom Fields](https://wordpress.org/plugins/woo-custom-product-addons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-custom-product-addons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-custom-product-addons/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-custom-product-addons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-custom-product-addons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-custom-product-addons/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [caro72](https://wordpress.org/support/users/caro72/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/field-placement/#post-11301465)
 * Status: resolved