Add the following codes, but it does not work. Can you help me? I do not have much knowledge in php.
<?php if(strpos($required_fields, 'Transaction') !== false) { ?>
Transaction: {
required: true
},
<?php } ?>
"Transaction[<?php echo osc_current_user_locale(); ?>]": {
required: "<?php echo osc_esc_js(__('Transaction: this field is required.', 'veronika')); ?>",
minlength: "<?php echo osc_esc_js(__('Transaction: select transaction from transaction field.', 'veronika')); ?>"
},