NooTheme Premium WordPress Theme › Forums › JobMonster › success page after registration
- This topic has 13 replies, 3 voices, and was last updated 5 years, 7 months ago by Anonymous.
-
AuthorPosts
-
5 years, 8 months ago #1070706
Hi, is it possible to create a link to a success page once a new person has created an account? I want them to go here https://dynamic-boards-staging.onyx-sites.io/success/
5 years, 8 months ago #1070740Hi.
Thank you for contacting us.
Sorry, we don't have that option as you want. But if you want, we can help you change the code and redirect the registration success to a static page.
You also can change the code at file wp-content/themes/noo-jobmonster/layouts/forms/register-form.php
set the $redirect_to to your link.
Please check it again.
Thanks.
5 years, 8 months ago #1070777This reply has been marked as private.5 years, 8 months ago #1070814Hi again.
The issue from your source code.
$redirect_to = 'https://dynamic-boards-staging.onyx-sites.io/success'; if( 'page-post-job.php' == $page_tempate || 'page-post-resume.php' == $page_tempate ) { $redirect_to = get_permalink() . '#jform'; } $redirect_to = isset($_GET['redirect_to']) && !empty($_GET['redirect_to']) ? $_GET['redirect_to'] : $redirect_to;
Change to
if( 'page-post-job.php' == $page_tempate || 'page-post-resume.php' == $page_tempate ) { $redirect_to = get_permalink() . '#jform'; } $redirect_to = isset($_GET['redirect_to']) && !empty($_GET['redirect_to']) ? $_GET['redirect_to'] : $redirect_to; $redirect_to = 'https://dynamic-boards-staging.onyx-sites.io/success';
Please check it again.
Thanks.5 years, 8 months ago #1070954This reply has been marked as private.5 years, 8 months ago #1071285Hi, please can you help as I haven't heard back. Thank you!
5 years, 8 months ago #1071406Hi again.
Sorry for the late response.
We have checked your source code and helped you add the code to your site.
Please check it again.
Thanks.
Attachments:
You must be logged in to view attached files.5 years, 7 months ago #1071457This reply has been marked as private.5 years, 7 months ago #1071515Hi.
We have checked your site "https://dynamic-boards-staging.onyx-sites.io/" again. If you enable the option "Require Email Confirmation" it will not redirect to the success page. Please disable that option and try it again.
The custom code still works fine.
Thanks.
5 years, 7 months ago #1071517I need to keep the email confirmation setting though. I just want a landing page that tells people they need to verify their email to check in
5 years, 7 months ago #1071545This reply has been marked as private.5 years, 7 months ago #1071550This reply has been marked as private.5 years, 7 months ago #1071921This reply has been marked as private.5 years, 7 months ago #1071938
AnonymousInactiveTopics: 0
Posts: 3295This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.