i use the cars attribute plugin and i want the make, model, car type, year, fuel and mileage fields to be required
i i have set the required fields in item-post.php
make: {
required: "<?php echo osc_esc_js(__('Make: this field is required.', 'veronika')); ?>",
},
etc....
but when i click on next step button i get the message
i want the message to be prompted on Step 3, where are the required fields.
Can you help me with this issue?
Thanks