I'm hoping to launch my site in January, so I'm debugging like crazy, but my coding skills are self-taught through reverse-engineering, but if this is a javascript thing, I haven't begun to understand how to code it (html and css only).
Anyway, I have successfully created a form that sends the contents to me the way I want them. It also sends a "thank you" e-mail to the form user. However, I would like that message to contain links to my social media pages and my e-mail business card. The text goes through fine, but the html code shows up as text, as well.
I'm hoping it's just an error in the syntax (like I'm missing an apostrophe or something) and not a limitation of the code in the php file.
I don't want to post the entire code here, so I've truncated the html using [brackets], but every other character is the same:
===========
{
$form_user_msg = parseMessage('Thank you for e-mailing [my company]! We will be in touch with you soon! Please take a moment to [insert html links to social media pages] !
[Below begins the code for my e-mail business card]
<html lang="en">
<body><br/> [REST OF OF HTML CODING HERE] </style></body></html>', $preferences);
$form_user_subject = parseMessage(CC_FB_AUTO_REPLY_SUBJECT, $preferences);
=========================================
I pretty much have to figure this out, eliminate dead links and create and FAQ page, so the site is almost complete. This is the monster I can't figure out without help from the masters.
Thanks,
Mike
WHOOMP! Dayt is! I think...