Title: automatic adding sku code to form field
Last modified: July 26, 2023

---

# automatic adding sku code to form field

 *  Resolved [Eray Bektaş](https://wordpress.org/support/users/baykanun/)
 * (@baykanun)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/automatic-adding-sku-code-to-form-field/)
 * <script> jQuery( document ).ready(function() { let sku = jQuery(“.sku”).text();
   jQuery(“.ff-el-input–label label”).eq(2).text(‘Product ID’) jQuery(“#ff_3_numeric-
   field”).attr(‘type’, ‘text’); jQuery(“#ff_3_numeric-field”).attr(‘disabled’, ‘
   disabled’); jQuery(“#ff_3_numeric-field”).val(sku); }); </script>
   hello, with
   the help of this code, I can automatically extract the sku code information of
   the products. However, if the price is not entered for the product, the stock
   code cannot be withdrawn.example: [https://turkishfolkart.com/product/istanbul-ottoman-imperial-ceremonial-saddle-cover/](https://turkishfolkart.com/product/istanbul-ottoman-imperial-ceremonial-saddle-cover/)
   hello, with the help of this code, I can automatically extract the sku code information
   of the products. However, if the price is not entered for the product, the stock
   code cannot be withdrawn. how can i fix this problem?

The topic ‘automatic adding sku code to form field’ is closed to new replies.

 * ![](https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580)
 * [Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder](https://wordpress.org/plugins/fluentform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluentform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluentform/)
 * [Active Topics](https://wordpress.org/support/plugin/fluentform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluentform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluentform/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Eray Bektaş](https://wordpress.org/support/users/baykanun/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/automatic-adding-sku-code-to-form-field/)
 * Status: resolved