Download FeedBack Form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew

    Download FeedBack Form

    Where can i find a free feedback form in javascript to download it and
    put it in my website?

    thanks in advance
    andreas
  • David Dorward

    #2
    Re: Download FeedBack Form

    Andrew wrote:
    [color=blue]
    > Where can i find a free feedback form in javascript to download it and
    > put it in my website?[/color]

    Forms are written in HTML (very simple HTML for that matter), not
    JavaScript.

    The tricky part is the part that handles the conversion of the submitted
    data to the format (often email) that you want it in. JavaScript (except
    possible ASP JScript) is not suited to this.

    See http://www.cs.tut.fi/~jkorpela/forms/

    --
    David Dorward http://dorward.me.uk/

    Comment

    Working...