Hi🙂
Let's suppose I have a "pwd" text field in my form. I want to send the md5 hash of pwd by email
In Email template i wrote:
<?php echo (md5({pdw})); ?>
but it didn't work
neither
<?php echo (md5($pdw)); ?>
What am I doing wrong? :blush:
Thank you in advance :silly:
Let's suppose I have a "pwd" text field in my form. I want to send the md5 hash of pwd by email
In Email template i wrote:
<?php echo (md5({pdw})); ?>
but it didn't work
neither
<?php echo (md5($pdw)); ?>
What am I doing wrong? :blush:
Thank you in advance :silly: