Skip Navigation

[Resolved] How to show a notification bar after user registers?

This support ticket is created 5 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 4 replies, has 2 voices.

Last updated by StanleyT8485 5 years, 3 months ago.

Assisted by: Waqar.

Author
Posts
#1327783

Tell us what you are trying to do? I want to show a notification bar after user successfully registers.

#1327803

Hi Stanley,

As discussed, here is how the conditional code block will look like:


[wpv-conditional if="( '[wpv-search-term param='cred_referrer_form_id']' eq '1234' )"]
Custom success message!!!
[/wpv-conditional]

Please replace "1234" with the actual ID of your registration form and the content of this block will show when the form has been submitted successfully.

Note: Be careful with where you place this message since on the page reload, the page will scroll to the specified section.

regards,
Waqar

#1329155

Thanks for this Waqar!

Very quickly to understand how this works.

When the URL includes "&cred_referrer_form_id=2039", then the notification message will show up, yes?

stan

#1329161

Hi Stan,

Thanks for writing back and yes, your understanding is correct.

regards,
Waqar

#1329163

My issue is resolved now. Thank you!