Home › Forums › Panda HTML Theme › contact form
- This topic has 5 replies, 2 voices, and was last updated 7 years, 3 months ago by
Johnny.
- AuthorPosts
- October 13, 2013 at 8:10 pm #1159
chrisipa
ParticipantHow to enable and edit the contact form?
<form action=”mailto:test@test.com” id=”contact-form-f” class=”contact_form” method=”POST”>
…
dont work.Do I need php?
October 14, 2013 at 6:11 am #1160Johnny
Participanthi, using contact page or contact widget you only need to setting your receive email address in backend, no need php,
Thank youOctober 17, 2013 at 9:15 pm #1192chrisipa
ParticipantThank you for your answer.
I cant find what am I doing wrong. it does not send. continuously sending…<li class=”widget-container contactform”>
<h3 class=”widget-title”>Contact </h3>
<form action=”mailto:myemail@hotmail.com” 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 = ”;}” />
</p>
<p>
<input type=”text” id=”idi_mail” name=”idi_mail” class=”requiredField email” value=”Email*” onblur=”if (this.value == ”) {this.value = ‘Email*’;}” onfocus=”if (this.value == ‘Email*’) {this.value = ”;}” />
</p>
<p>
<textarea rows=”4″ name=”idi_text” id=”idi_text” cols=”4″ class=”requiredField inputError”></textarea>
</p>
<input type=”hidden” value=”send” name=”idi_form” />
<p class=”btnarea”>
<input type=”submit” id=”idi_send” name=”idi_send” value=”Send” />
</p>
</form>October 18, 2013 at 12:40 am #1193Johnny
Participanthi, please paste your site url here with such code, I will check it for you later,
Thank youOctober 19, 2013 at 7:12 pm #1231chrisipa
ParticipantThis reply has been marked as private.October 20, 2013 at 8:16 am #1239Johnny
Participanthi, please reset you contact form widget like this:
1. click menu appearance/widgets
2. drag ‘contact form’ widget from available widgets section and drop to rightside ‘footbar’
3. enter value to ‘title’, ‘your email’ and ‘button name’ fields, click save
Best - AuthorPosts
- You must be logged in to reply to this topic.