How can I make opening hours required

I want to make opening hours required in the listing submission form , kindly help

I have tried this code but it doesn’t working correctly

(add_filter(
	'hivepress/v1/forms/listing_update',
	function( $form ) {
		$form['fields']['opening_hours']['required'] = true;

		return $form;
	},
	1000
); )

here is my website form(Sign In – List Of Local Australia)

Hi,

Please check the solution in this topic Make opening hours required - #2 by andrii

​I hope this is helpful to you.

P.S. If you purchased a theme or extension, please enter the license key in the forum profile settings, this will enable the Premium Support badge and ensure a 24-hour turnaround time.

I have applied this code but even after user fill in opening hours the form still not submitting and showing required alerts

Hi,

If you purchased a theme or extension, please enter the license key in the forum profile settings, this will enable the Premium Support badge and ensure a 24-hour turnaround time.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.