Bug with email resend
-
Hello,
Using the functions to resend email (code below), everything works fine unless the form has a calculation field. I created a calculation field for width and length, and the initial email works fine. But if I click the “Resend” button, or manually call the email resend function within PHP, the email summary shows blank for the calculation field.// resend email
$form = Caldera_Forms_Forms::get_form( $form_id );
$resender = new Caldera_Forms_Email_Resend( $entry_id, $form );
$resender->resend();In the email it will look like this:
Width + Length Total: ”But the initial email works and looks like this:
Width + Length Total: 110″The form displays correctly in the backend when reviewing the entries, but if you click “Resend” .. the line in the email is blank.
The page I need help with: [log in to see the link]
The topic ‘Bug with email resend’ is closed to new replies.