Fondend where it should connect with the New Width and height
Admin data tabs to control and set a begin size
If i change the placeholder to the value and set it to 8 or something it doesnt work, and if it works i need it to get the value from a id
woocommerce_form_field('custom_field1', array(
'id' => 'Hwidth',
'label' => __( 'Width', 'woocommerce' ),
'placeholder' => 'id=Hwidth',
'css' => 'width: 20px;',
'type' => 'number',
'required' => true, // Or false
'custom_attributes' => array(
'step' => '0.1',
'min' => '3'
)
)
);
question from:https://stackoverflow.com/questions/65848431/how-do-i-get-the-value-from-a-id-php