Hi Bob and Max,
I want to replace a hardcoded PhpMailer that collects $_SESSION items <span>{$prod->name}</span>... with a chronoform.
the hardcoded mailer is quite straightforward and readable and is loaded when the user clicks a button.
im familiar with CF but never used the SESSION TO DATA.
what is the general concept of doing that replacement?
how do i call a form within this view.html.php file?
should i use a SESSION TO DATA and a custom code foreach($_SESSION["cart"] as $prod ) in CF to distribute the data into fields?
thanks.
I want to replace a hardcoded PhpMailer that collects $_SESSION items <span>{$prod->name}</span>... with a chronoform.
the hardcoded mailer is quite straightforward and readable and is loaded when the user clicks a button.
im familiar with CF but never used the SESSION TO DATA.
what is the general concept of doing that replacement?
how do i call a form within this view.html.php file?
should i use a SESSION TO DATA and a custom code foreach($_SESSION["cart"] as $prod ) in CF to distribute the data into fields?
thanks.