Block form submission edit

Permalink
Hi,
I am trying to customize the block form submission to delete the part with the link "To view all of this form's submissions, visit ..."
So I tried changing this

To view all of this form's submissions, visit %s

", $formName, $submittedData, $formDisplayUrl);

TO

To view all of this form's submissions, visit %s

", $formName, $submittedData);

But it does not seem to be what I need to do as the email does not return any data anymore.
How can I delete this please ?
Many thanks

 
mhawke replied on at Permalink Best Answer Reply
mhawke
Try removing this line as well:

To view all of this form's submissions, visit %s
ptityop replied on at Permalink Reply
That worked ! I thought the % was for the breaking line !
Many thanks !
mhawke replied on at Permalink Reply
mhawke
%s is a 'placeholder'. The 3 variables at the end replace each %s in turn.
ptityop replied on at Permalink Reply
Thanks for the explanation ! Very much appreciated !
BPSIndy replied on at Permalink Reply
What file did you find these lines in, please?
potys replied on at Permalink Reply
concrete/mail/block_form_submission.php