Hi the code below is suposse to show up after pressing the send button,
but it doesn’t work for me. Is there something i’m missing thank .
:puzzle:
$sendresult = "Thank you for visiting <a href = “$siteaddress” target = “_blank”><u>$sitename</u></a>. You will receive a confirmation email shortly. ";
$send_answer = “answer=”;
$send_answer .= rawurlencode($sendresult);
echo “$send_answer”;