I am using order tracking form, which has two field order id and billing email and you have specified input type="text" for both the field but i want two change the order id field's type as number and billing email field's type as email
Woocommerce template "order/form-tracking.php" isn't include to TheGem theme but you can take it from woocommerce plugin templates directory and include it in child theme to "woocommerce/order" folder. Then you can change it.
hii,
could you please tell me the file name for order tracking form where i can do the changes
Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?
I am using order tracking form, which has two field order id and billing email and you have specified input type="text" for both the field but i want two change the order id field's type as number and billing email field's type as email
could you please look into our issue
What do you use for order tracking?
we just want to change its type attribute so could you please tell us the file so we can edit it. please tell us at the earliest
1. Where is the form? (link, screenshot)
2. What you want to change?
This is the link http://brijdesignstudio.com/jbr/track-your-package/
I have used shortcode order tracking form. i want to change the order id's and billing email's input type to number and email respectively
Woocommerce template "order/form-tracking.php" isn't include to TheGem theme but you can take it from woocommerce plugin templates directory and include it in child theme to "woocommerce/order" folder. Then you can change it.