Hi, how do you call the function in the columns views in CF7?
CF6 used to have special field for that and it was fairly easy.
How its done now? e.g.:
in CF6
I need to combine two fields in one table column, e.g. Name Surname.
1) I write the php_combine funciton:
echo $this->get('submission_list.row.Submission.name')."".$this->get('submission_list.row.Submission.surname');
2) Then I call thet php function in table_list Columns view:
Submission.combined:{fn:php_combine}
What about CF7? I found text node that is used for this I believe but then i lost....
CF6 used to have special field for that and it was fairly easy.
How its done now? e.g.:
in CF6
I need to combine two fields in one table column, e.g. Name Surname.
1) I write the php_combine funciton:
echo $this->get('submission_list.row.Submission.name')."".$this->get('submission_list.row.Submission.surname');
2) Then I call thet php function in table_list Columns view:
Submission.combined:{fn:php_combine}
What about CF7? I found text node that is used for this I believe but then i lost....