Hello,
You need form popup link into page, using Developer tool get
data-popup
add menu item with Link CSS Style :
forms-trigger
and at the your themplate custom JS file add code:
jQuery(document).ready(function(){
jQuery(".forms-trigger").on('click', function(){
jQuery('[data-popup="popup-form-30"]').trigger('click');
})
})
form link you can hide using custom css and display: none;
Regards,
Vyacheslav, Balbooa.com