Hi Bob,
I'm puzzled... Trying to get a previes form working (V5), but it seems it does not send out the confirmation messages any more..
In the designer I have Fieldname "email" and Field ID "email" (and this is captured in the DB!!)
In the set-up, in the On-Submit area I have a Custom code with the following in it
<?php
$form->data['subject'] = 'Betreft uw inschrijving P&P Bussloo dd '.$form->data['datum'];
?>
In the email area advanced tab I have :
Dynamic to : email
Dynamic subject: subject
However it does not send out an email anymore
Pls advise
I'm puzzled... Trying to get a previes form working (V5), but it seems it does not send out the confirmation messages any more..
In the designer I have Fieldname "email" and Field ID "email" (and this is captured in the DB!!)
In the set-up, in the On-Submit area I have a Custom code with the following in it
<?php
$form->data['subject'] = 'Betreft uw inschrijving P&P Bussloo dd '.$form->data['datum'];
?>
In the email area advanced tab I have :
Dynamic to : email
Dynamic subject: subject
However it does not send out an email anymore
Pls advise
This topic is locked and no more replies can be posted.