Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Quick HTML application form Question

  • 06-05-2005 11:50AM
    #1
    Registered Users, Registered Users 2, Paid Member Posts: 34,888 ✭✭✭✭


    Hey could anyone point me to where i can find out how to make an application form like this one http://www.sceb.ie/training/training_app.html which will allow users to input their information and the form will then be sent to an email address or something for sorting by employees?

    thanks :) have copies of dreamweaver and frontpage if this is any help for people explaining?

    Subscribe to save Boards.ie from closing down: The Bad News

    https://subscriptions.boards.ie/



Comments

  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    You need a script at the backend (i.e. a script that the form gets sent to). This script (usually a cgi script...google cgi) takes the information from the form and emails it to you.

    You should be able to get a mailer script like that for free download somewhere. I think there's a webmaster forum somewhere. You may want to check there.

    edit: the page you linked to has the line:

    <form method="post" name="this_form" action="/cgi-bin/sendit.cgi"> this means that the form is handled by a script called sendit.cgi that's in the cgi-bin subfolder of the web server root.

    Clear? As mud?


  • Registered Users, Registered Users 2 Posts: 2,243 ✭✭✭zoro


    topic <

    > this post


    bloody hell that's a horrible website!


  • Closed Accounts Posts: 154 ✭✭smorton


    get a book on cgi and perl. i got one that explained the basics in easons. fairly simple stuff


Advertisement