Home › Forums › Panda HTML Theme › Reply to Hansolgo's question about Contact page on TF
- This topic has 7 replies, 2 voices, and was last updated 7 years, 2 months ago by
hansolgo.
- AuthorPosts
- October 25, 2013 at 7:16 am #1274
Johnny
Participanthi, please using attached file update you html theme file with same name and make sure the theme hosting on a server with smtp service and has set properly,
BestNovember 2, 2013 at 4:21 pm #1333hansolgo
ParticipantHello, thank you for the reply.
I still don’t understand. Am I supposed to replace the code in my contact.html with your code in the attached file?November 3, 2013 at 12:27 am #1334Johnny
Participantyes, please using files in package replace two same name file and remember change email address to your own in file contact.php,
Thank youNovember 4, 2013 at 4:20 pm #1350hansolgo
ParticipantHello,
The contact.php was never included in the original zip download of the theme.
Could you attach the original contact.php please?Thank you.
November 5, 2013 at 12:43 am #1357Johnny
Participanthi, download here please http://d.pr/f/9OG8,
Thank youNovember 7, 2013 at 1:54 am #1390hansolgo
ParticipantThanks.
Now the form says the email is sent but it didn’t come to my email inbox. I am using just a gmail account.
contact.php is uploaded on my server and this is what I have in my contact.html:<div class=”contactform”>
<h2>Contact</h2>
<form action=”contact.php” id=”contact-form” class=”contact_form” method=”POST”>
<p>
<input type=”text” id=”idi_name” name=”idi_name” class=”requiredField” value=”Name*” onblur=”if (this.value ==” ) {this.value = ‘Name*’;}” onfocus=”if (this.value == ‘Name*’ || this.value == ‘Required’ ) { this.value = ”; }”>
</p>
<p>
<input type=”text” id=”idi_mail” name=”idi_name” class=”requiredField email” value=”Email*” onblur=”if (this.value ==” ) {this.value = ‘Email*’;}” onfocus=”if (this.value == ‘Email*’ || this.value == ‘Required’ || this.value == ‘Invalid email’ ) {this.value = ”;}”>
</p>
<p>
<textarea rows=”4″ name=”idi_text” id=”idi_text” cols=”4″ class=”requiredField inputError” onfocus=”if (this.value == ‘Required’) {this.value = ”;}”></textarea>
</p>
<input type=”hidden” value=”send” name=”idi_form”>
<p class=”btnarea”>
<input type=”submit” id=”idi_send” name=”idi_send” class=”idi_send” value=”SEND”>
</p>
</form>
</div>November 7, 2013 at 5:45 am #1394Johnny
Participanthi, your contact.html error here: second input tag should be
<input type=”text” id=”idi_mail” name=”idi_mail”
… not<input type=”text” id=”idi_mail” name=”idi_name”
…
Thank youNovember 10, 2013 at 5:32 am #1411hansolgo
ParticipantIt worked! Thank you so much!!!!!!
- AuthorPosts
- You must be logged in to reply to this topic.