Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Tutorials about secure contact forms

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41214

    Hi

    I was wondering if anyone knows a good tutorial about how to create secure contact form that shows hints, errors and thank you message on the same place.

    Thanks

    #116583
    M_a_r_c
    Member

    In which language and what means secure?
    For the hints, errors or status messages I currently do the following.

    Jquery there I’ll serialize the form fields and send it over to a php file. Where you can parse for errors or validate the form fields if there is an error you can return e.g. in json back those messages to the Jquery script. This can update a div, span or whatever with those messages…

    The following link might help:

    [Click…](http://net.tutsplus.com/tutorials/html-css-techniques/build-a-neat-html5-powered-contact-form/ “Nettuts Contact Form”)

    Ps. But it might not be best practise for a start it can be enough…

    regards,
    Marc

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.