Hi,
I want to use your plugin with exec-php plugin like that:
<?php
if ( is_user_logged_in() ) {
[contact-form 1 "Support Form"] //I know that's contact 7 form and support-tickets based that so can i use?
} else {
//go to login page
};
?>
How can i do that? Do you want to add a new specification like that in new version? I want to give support only my registered members.
Thanks!