|
Today, I have been trying to put a sign up form on my site, you guys are probably familiar with Icontact sign up forms, I want to upload the manual one so that I can edit later on since the automatic one can not be edited but everytime I upload it here is the error it displays on the site.
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/mandela1/public_html/templates/default/boxes/custom.php on line 94
When I go back to the site to see what line 94 says, I don't see any problem with it, here is line 94 below
<script type="text/javascript">
var icpForm1116 = document.getElementById('icpsignup1116'); line 94
if (document.location.protocol === "https:")
I also include what is surrounding line 94, please anyone who have an idea on how i can fix this, please help.
Also when I look at the source of the web page, the code is almost totally absent.
Your suggestion is appreciated.
|