CGBetterForms - handler flat file
Posted: Wed Apr 17, 2019 10:15 am
Hello,
when I add handler "Save results to a flat file", there is in the Entry Template:
The submission does not work, when I open the handler again, there is this in the Entry Template:
The handler "Store results in a unique file" looks fine. The version of module is 1.9.2
when I add handler "Save results to a flat file", there is in the Entry Template:
Code: Select all
{strip}
"{$name|default:''}"
,"{$email|default:''}"
,"{$comments|default:''}"
{$EOL}{/strip}Code: Select all
{strip} "{$name|default:''}" ,"{$email|default:''}" ,"{$comments|default:''}" {$EOL}{/strip}