Arjen Klamer
Results 1 - 1 of 1
We are enthusiastic users of CK Forms and we have implemented an extra feature which we would like to share with you.
This feature has been made by me and my boss and we had it implemented in our CK Forms (1.3.5) to fit our purpose.
It’s basically a search and replace function which makes it able to replace field names by values in the recipient mail layout, by tagging the fieldnames.
Here is a small example of what I’m explaining:
Hello [{[Name]}],
Your registration has been made on [{[Date]}]
Etc..
It replaces the [{[Name]}] with the field value where the value is Name, and date as in the date which has been given.
I think this function becomes rather handy in creating your own template for your costumers/site visitors which make use of the CK Forms,
This gives the ability for site administrators to create their own house style email.
Code can be obtained here: pastebin.com/TWtqHyGd
(components/com_ckforms/models/ckforms.php)
Changes/Additions are made in lines: 514 to 550.
With kind regards,
Arjen Klamer & Martin Visser
This feature has been made by me and my boss and we had it implemented in our CK Forms (1.3.5) to fit our purpose.
It’s basically a search and replace function which makes it able to replace field names by values in the recipient mail layout, by tagging the fieldnames.
Here is a small example of what I’m explaining:
Hello [{[Name]}],
Your registration has been made on [{[Date]}]
Etc..
It replaces the [{[Name]}] with the field value where the value is Name, and date as in the date which has been given.
I think this function becomes rather handy in creating your own template for your costumers/site visitors which make use of the CK Forms,
This gives the ability for site administrators to create their own house style email.
Code can be obtained here: pastebin.com/TWtqHyGd
(components/com_ckforms/models/ckforms.php)
Changes/Additions are made in lines: 514 to 550.
With kind regards,
Arjen Klamer & Martin Visser

