Receipt form plugin does not work if no record is saved

Status
Not open for further replies.

jfquestiaux

Well-Known Member
I use the receipt plugin on a contact form that does not save the messages sent (it's a requirement for that form), so the email placeholder is "___email", which the plugin does not seem to like because
Code:
$to = $w->parseMessageForPlaceHolder($params->get('receipt_to'), $aData, false);

returns "___email" instead of the actual email address (which is in the $aData though), so of coursse no mail is sent.

This is tested on fabrik 3.1b + GitHub 32
 
hi
I cant replicate - I have :

Send Confirmation Receipt to: {___email}

and when the email is sent thats replaced with the email i enter in the field
 
Status
Not open for further replies.

Members online

No members online now.
Back
Top