Title: Move Input box
Last modified: September 18, 2018

---

# Move Input box

 *  Resolved [chicsmart](https://wordpress.org/support/users/chicsmart/)
 * (@chicsmart)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/move-input-box/)
 * Hi,
 * how i can locate the email input box (plugin content) before the product description.
 * Thx!
 * Regards.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmove-input-box%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [DualCube](https://wordpress.org/support/users/dualcube/)
 * (@dualcube)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/move-input-box/#post-10705757)
 * Hi [@chicsmart](https://wordpress.org/support/users/chicsmart/), thanks for reaching
   our SUpport.
 * In order to change the form position, add the following code to the function.
   php of the current active theme and chnage the position as per your need :
 *     ```
       add_action('init', 'test_function');
       function test_function() {
          global $WOO_Product_Stock_Alert;
          remove_action('woocommerce_single_product_summary', array($WOO_Product_Stock_Alert->frontend, 'get_alert_form'), 30);
          add_action('woocommerce_single_product_summary', array($WOO_Product_Stock_Alert->frontend, 'get_alert_form'), 10);
       }
       ```
   
 *  Thread Starter [chicsmart](https://wordpress.org/support/users/chicsmart/)
 * (@chicsmart)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/move-input-box/#post-10705973)
 * Thanks a lot!!!
 *  [DualCube](https://wordpress.org/support/users/dualcube/)
 * (@dualcube)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/move-input-box/#post-10706628)
 * You are welcome [@chicsmart](https://wordpress.org/support/users/chicsmart/)

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

The topic ‘Move Input box’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-product-stock-alert/assets/icon-256x256.gif?
   rev=3323952)
 * [Notifima – WooCommerce Stock Manager, Inventory Management, Waitlist](https://wordpress.org/plugins/woocommerce-product-stock-alert/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-stock-alert/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [DualCube](https://wordpress.org/support/users/dualcube/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/move-input-box/#post-10706628)
 * Status: resolved