Hola amigos
Tengo un problema con un formulario. Seguramente es algo muy sencillo para quien lo sabe, pero yo no lo sé.
En el server donde tengo hospedado mi sitio me ayudaron, pero la explciación está en inglés y no la entiendo bien -usé un traductor on line-.
El formulario que abrieron para mi está aquí:
http://hebraicadigital.com/alex.html
Este es:
<form
action="http://hebraicadigital.com/cgi-bin/FormMail.pl" method="post">
<input
type="hidden" name="subject" value="Form
Submission" />
<input
type="hidden" name="redirect" value="index.php"
/>
<p><font
size="2" face="Arial, Helvetica,
sans-serif">Nombre</font>:
<input
type="text" name="LastName" /></p>
<p><font
size="2" face="Arial, Helvetica, sans-serif">E -
Mail</font>:
<input
type="text" name="email" /></p>
<p><font
size="2" face="Arial, Helvetica, sans-serif">Asunto:
<textarea
name="comments" cols="29" rows="4">
</textarea>
</font></p>
<input
type="submit" name="submit" value="Enviar"/>
</form>
Esto es lo que me escribieron y deberia cambiar:
I have just created this form at
http://hebraicadigital.com/alex.html and linked it to the correct script that processes sending of email, but you should add additional strings into the file alex.html for defining recipient of the contact email and few other settings, here are the strings to be configured and added to alex.html:
<input type="hidden" name="recipient" value="REAL EMAIL ADDRESS WHERE EMAIL SHOULD COME">
<input type="hidden" name="subject" value="Web Site Response Form">
<input type="hidden" name="title" value="Web Site Response Form">
<input type="hidden" name="redirect" value="ANY URL">
<input type="hidden" name="redirect" value="ANY URL">
Me gustaria saber, si no es molestia, donde debo poner el mail adonde quiero que me llegue la informacion, y qué más debo completar.
Gracias por la ayuda