I want to make a custom variable that i can use in my mail also.
Is that the way it goes?
This seems not to work for me.
I want to find a way to use {greeting} in my email template.
Is that the way it goes?
$name = $form->data[name];
$form->data[greeting]; = 'Hello ' .$name;
This seems not to work for me.
I want to find a way to use {greeting} in my email template.
This topic is locked and no more replies can be posted.