Hello 🙂
Thank you for your interest in our products. 2 pages you give: post-a-job/#jform and member/?action=login, the purpose is to create an account and log into the website. However, the page #jform is the process for the user to register and to create a post, and page ?action=login for user can register and buy the service.
If you want to edit, you can change line 218 in file: noo-jobmonster/framework/admin/noo-theme.phpÂ
from
$login_url = esc_url_raw( add_query_arg('action','login',$manage_page_url) );
to
$login_url = Noo_Member::get_post_job_url();
Good luck !
Thank you 🙂