Ok RESOLVED.
I use button ID and add on custom JS
jQuery(function ($) { $(‘#show-form-paypal’).click(function (e) { e.preventDefault(); $(‘.quform-popup-link-5’).click(); }); });
Bye