In Chronoforms8, is it possible to save to session after submit (similar to "Save to session" in CF6)? Then, when the form is reloaded, automatically fill the fields from the session data if it is present.
use this PHP code inside a PHP action for now:
and to get that back:
ChronoSession::set("var_name", "value");
and to get that back:
ChronoSession::get("var_name", "default_value");
This topic is locked and no more replies can be posted.
