CF8: How read {var.pr:}

How to read session variables in ChronoForms 8 message elements.

Overview

The problem is that ChronoForms 8 no longer returns the entire session data when the variable name is left empty, unlike in version 7.
Specify the exact session variable name within the placeholder, such as providing the variable key after the colon, to retrieve the specific value.

Answered
ChronoForms v8
Co Colnem 4h ago

Hi

Just how I can do this:

Message Element: {session.pr:}

It doesn't work like in CF7 !!! Why???

Thanks

Max_admin Max_admin 2h ago
Answer

Hi Colnem

in v8 you need to provide the session variable name, it does not return the whole session data when you leave the variable name empty

So you can try:

{session.pr:username}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Post a Reply