Forum Replies Created
-
Thanks – everythings works.
in reply to: Logic not workHello,
Thanks – now is everythings OK.
Maybe a little thing.
In received emails it would be good to have items that are only filled – now they are all there.Thanks
Janin reply to: Logic not workThis reply has been marked as private.in reply to: Logic not workThis reply has been marked as private.in reply to: Logic not workOK Thanks.
Time picker is OK.But email content is not – font already is BOLD – but still Black.
This code I added to function.php – in child theme.
add_filter(‘dhvc_form_email_line’, function($line, $label, $value, $field, $context, $html){
$newline = dhvc_form_email_newline();
if($html){
$line = ‘‘.$label.’: ‘.$value.’‘.$newline;
}
return $line;
},10,6);Attachments:
You must be logged in to view attached files.in reply to: Logic not workin reply to: Logic not workEverything works. Form items must have been in a different row.
Thanks.I would still need two things:
1. at 08:10 and not just at 08:002. In Notifications email settings – when I receive a confirmation email –
that the filled-in form fields are e.g. in bold and redThanks Jan
Attachments:
You must be logged in to view attached files.in reply to: Logic not work