• Hi,
    I have tried to modify the contact form, here the code HTML, but it does’t work

    <p class=”contact-text”>Mandateci la conferma della vostra presenza qui</p>
    <div class=”contact-area”>
    <form class=”contact-form” method=”post” action=””>
    <input type=”text” name=”Nome” id=”name” value=”” placeholder=”Name” size=”22″ tabindex=”1″ aria-required=”true”>
    <input type=”text” name=”email” id=”email” value=”” placeholder=”Email” size=”22″ tabindex=”2″ aria-required=”true”>
    <textarea name=”message” id=”Messaggio” cols=”39″ rows=”7″ tabindex=”4″ placeholder=”Numero partecipanti + varie”></textarea>

    <form action=”mailto:[email protected]” method=”post” enctype=”text/plain”>

    <input type=”hidden” name=”sendto” id=”sendto” value=”[email protected]”>
    <input type=”button” name=”submit” id=”submit” value=”Invia”>
    </form>
    </div>

    can you help me to find the error?
    here the website: https://www.chiaraepietro.it

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I have a similar issue : i can’t make the form send an email to the specified address (i’m only a beginner)

    Can someone help us ?

    here is the section code :

    <p class="contact-text" >[blablabla]</p>
    			<div class="contact-area">
    			  <form class="contact-form" method="post" action="">
    			   <input type="text" name="name" id="name" value="" placeholder="Name" size="22" tabindex="1" aria-required="true">
    			   <input type="text" name="email" id="email" value="" placeholder="Email" size="22" tabindex="2" aria-required="true">
    			   <textarea name="message" id="message" cols="39" rows="7" tabindex="4" placeholder="Message"></textarea>
    			   <p class="noticefailed"></p>
    			   <input type="hidden" name="sendto" id="sendto" value="[email protected]">
    			   <input type="button" name="submit" id="submit" value="Post">
    			  </form>
    			 </div>
    Theme Author MageeWP

    (@magictheme)

    Hello,

    thanks for your reply. I tried to follow the instructions mentionned in the other thread ut it didn’t solve anything.

    I tried to remove and reinstall the theme and … it all works perfectly now (don’t ask me why D:)

    Anyway, my problem is solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contanct form issue’ is closed to new replies.