/    Sign up×
Community /Pin to ProfileBookmark

Mail form doesn’t work on GoDaddy.com

This form used to work on Hypermart.net, did work on GoDaddy’s server for one day and then… now it doesn’t work. Does anyone have any solutions?

It’s a e-mail form. The e-mail gets delivered and is opened OK, but there is no content for the e-mail and no content for the message. Why?

[code=php]<HTML>
<head>
<script language=”javascript”>

<!– Set timeOut to the time to wait before redirecting –>
<!– Set newSite to the page you want to be redirected to –>

<!–

timeOut = “0001”;

newSite = “http://www.MikesFolkArt.com/thank_you.html”;

function timer() { self.setTimeout(“self.location.href = newSite;”,timeOut); }

//–>

</script>
</head>
<BODY bgcolor=white>
<body onload=”timer()”>
<?php

$Text .= “E-mail: $Emailrnrn”;
$Text .= “Contact Text: $ContactTextrnrn”;

mail( “[email protected]”, “Contact from Mike’s Folk Art Website”, $Text );

?>
</BODY>
</HTML>[/code]

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@jamesx521authorApr 13.2006 — They said it's the PHP code... it's not them. But, as I said, it DID work the first day I uploaded it. And it does work on Hypermart.net as well.
Copy linkTweet thisAlerts:
@jamesx521authorApr 13.2006 — Page: [URL=http://www.mikesfolkart.com/contact.html]http://www.mikesfolkart.com/contact.html[/URL]
[code=php]<form action="contact.php" name="ContactMe" method="post" target="_top">
<input type="hidden" name="recipient" value="[email protected]"/>
<input name="Email" type="text" id="email" form size="25" style="font-family: Verdana, sans-serif; color: gray; border:1px dashed #00FFFF;"
value="Type e-mail address" size="25" onfocus="if (this.value=='Type e-mail address'){this.value='';};return false;"
onblur="if (this.value==''){this.value='Type e-mail address';return false;}">
<br><br>
<textarea name="ContactText" cols="38" maxlength="3" rows="3" form="form" style="font-family: Verdana, sans-serif; color: gray; border:1px dashed #00FFFF;"
value="" size="25" onfocus="if (this.value=='Type message for Mike'){this.value='';};return false;"
onblur="if (this.value==''){this.value='Type message for Mike';return false;}">
Type message for Mike</textarea>
<input name="Contact" type="submit" id="Submit2" value="Contact">
</form>[/code]
×

Success!

Help @jamesx521 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...