How to change “Submit Vehicle” link to any other?

mceclip0.png

 

add this code below to your Child Theme functions.php file and change https://google.com link to any other link e.g. your contact us page

 

add_filter('vehica/menu/submitButtonUrl', function() {
return 'https://google.com';
});