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
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
That worked ! I thought the % was for the breaking line !
Many thanks !
Many thanks !
%s is a 'placeholder'. The 3 variables at the end replace each %s in turn.
Thanks for the explanation ! Very much appreciated !
What file did you find these lines in, please?
concrete/mail/block_form_submission.php
To view all of this form's submissions, visit %s