I am trying to add a link in confirmation message, however my confirmation message is generated by the functions.php file, based on the selection made in input_1
(based on this: http://www.gravityhelp.com/forums/topic/mathematics-to-gravity-forms)
but the link won't work - based on the " after href=, I presume.
Any directions on how to add a URL into this:
case 1: $_POST['input_23'] = nl2br("Product Name\r\nBuy them here");
break;
so that the words "Buy them here" have a link around them? When I simply add a around it, I get the evil blank page. I'm no PHP whiz, but I know it has something to do with the quotes in the href conflicting with the (" "); quotes.
Thoughts?
Thx
CT