Hi,
While developing this form:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tell a friend</title>
{base_css}
{exp:jquery:script_tag}
[removed]
$(document).ready(function () {
var windowHash = [removed].hash;
if(windowHash == "#passed")
{
parent.$.fancybox.close();
}
});
[removed]
<style type="text/css">
#tell_a_friend_container {
border:#999 1px solid;
padding:20px;
}
</style>
</head>
<body>
<div id="tell_a_friend_container">
<h1>Stuur door naar vriend</h1>
{exp:email:tell_a_friend charset="utf-8" allow_html="yes" return="user_input/tell_a_friend/#passed"}
<label for="from">Je email adres: </label>
<input type="text" id="from" name="from" size="40" maxlength="35" value="{member_email}" /></p>
<label for="name">Je naam: </label>
<input type="text" id="name" name="name" size="40" maxlength="35" value="{member_name}" /></p>
<label for="to">Naar email adres: </label>
<input type="text" id="to" name="to" size="40" maxlength="35" /></p>
<label for="subject">Onderwerp: </label>
<input type="text" id="subject" name="subject" size="40" value="Kersouwe: {title}" /></p>
<label for="message">Bericht: </label>
<textarea id="message" name="message" readonly="readonly" rows="8" cols="62">{summary}
\n\n <a href="http://kersouwe.apsbb.com/site/voorstelling/{url_title}</textarea></p>">http://kersouwe.apsbb.com/site/voorstelling/{url_title}</textarea></p></a>;
<input name="submit" type='submit' value='Submit Form' /></p>
{/exp:email:tell_a_friend}
</div><!-- #input_container -->
</body>
</html>Everything was working well. But now it stopped working. Any clues on what this might be?
EE v2.1.3.
Link to tell a friend page: http://kersouwe.apsbb.com/user_input/tell_a_friend/41
Help me out please, site is going live tomorrow.