• Resolved matliva

    (@matliva)


    I’ve created a contact form, but when I click submit I receive the message
    File not found
    This is my code, someone kknow what’s the problem? Thanks

    <div style=”background-color: papayawhip; padding: 10px; border: 5px solid gold;” >

    <p>
    <label>Il tuo nome</label>
    <input type=”text” name=”NAME” placeholder=”” style=”width:400px” required />
    </p>
    <p>
    <label>La tua eMail</label>
    <input type=”email” name=”EMAIL” placeholder=”” style=”width:500px” required />
    </p>
    <p>
    <label>Oggetto</label>
    <input type=”text” name=”SUBJECT” placeholder=”” style=”width:500px” required />
    </p>
    <p>
    <label>Messaggio</label>
    <textarea name=”MESSAGE” placeholder=”” style=”width:500px” required></textarea>
    </p>
    <p>
    <input type=”Submit” value=”Invio” />
    </p>
    </div>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter matliva

    (@matliva)

    PS It seems missing connect.php

    Lap

    (@lapzor)

    Can you share a link to where I can test this form?

    Thanks!

    Thread Starter matliva

    (@matliva)

    Lap

    (@lapzor)

    I can’t see the form on this page, did you remove it?

    Maybe you can make a testing page for us with a HTML Form on it for us to test / look into this problem without it being on your normal menu choices?

    Thanks.

    Since there have been no replies for awhile I will now mark this ticket as “resolved”. If you are still experiencing this issue or you have a similar problem, please create a NEW ticket. Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘File not found’ is closed to new replies.