Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Form for IT project submission

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,332

    Form for IT project submission

    Doin a favour for a friend here.....

    She needs a form to create an electronic form for IT projects that can be submitted online. At moment she uses a cgi one, but she isn't sure if her clients server supports cgi...so she wants to know what else there may be available. (and it cant be a difficult one)

    It is an educational facility in the US, so it might have to be 508 compliant.


    Thanks guys :-)


    Cindy
    [url returns 404 - removed by mod 07/11]
    It' time for Progressive Web & IT Development!

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Posts
    519
    The accessibility things not a problem but if a server doesn't support cgi scripts it's not likely to support any serverside scripting. Try http://www.hotscripts.com which is where I get my scripts from when I don't want to bully Sean into making me one.

  3. #3
    Senior Member Narasinha's Avatar
    Join Date
    Aug 2003
    Posts
    230

    Re: Form for IT project submission

    Quote Originally Posted by Matauri
    It is an educational facility in the US, so it might have to be 508 compliant.
    Like carbonize mentioned, 508 compliance is very simple. The requirements are almost nothing compared to WAI level AAA standards.

    Does she want to email the contents of the form to an address, or does she want to store them on the server for later retrieval? What level of server-side support will be the deciding factor. Most admins don't like people making their own CGI scripts, and they supply canned scripts for contact forms, etc. Either emailing or storage of the submitted info wouldn't be a problem.
    - [url=http://unrelated.dexterityunlimited.com/Relatively Unrelated[/url]

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,332
    She wants the info so that what is submitted to come in a form that can be eaisly dumped into a data base.



    Cindy
    [url returns 404 - removed by mod 07/11]
    It' time for Progressive Web & IT Development!

  5. #5
    Senior Member Narasinha's Avatar
    Join Date
    Aug 2003
    Posts
    230
    Quote Originally Posted by Matauri
    She wants the info so that what is submitted to come in a form that can be eaisly dumped into a data base.
    That shouldn't be too hard. You can use CGI to put the information into a flat-file database, or I'm sure you could do it with PHP and mySQL (if they're available on the server). My stats program keeps its log files as flat-file data. Each record is one line in a text file. It's usually not too hard to put the data in a character-delimited text file, each field separated by a "~", for instance. You can import text files like this into MS Excel or MS Access quite easily.
    - [url=http://unrelated.dexterityunlimited.com/Relatively Unrelated[/url]

  6. #6
    Junior Member
    Join Date
    Dec 2003
    Posts
    7
    Thanks for posting this question for me Mat!

    I've used a CGI script for a forms processor from this site before:
    http://www.bignosebird.com/

    It's easy to configure, and according to the readme file, it will send the data to a file for import into a database program.

    I'm about to see if I can get it to work.

    Thanks again!

  7. #7
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,332
    Glad to see you joined our community Elleth :-)

    There's some pretty smart minds here at work, who are always helpful with advice.

    Thanks for the above info guys! As you can see Elleth is the friend I was enquiring for.


    Cindy
    [url returns 404 - removed by mod 07/11]
    It' time for Progressive Web & IT Development!

  8. #8
    Junior Member
    Join Date
    Dec 2003
    Posts
    7
    New Problem...

    This script requires a Perl.exe file on the server and the server admin has no idea how to install one!

    Any suggestions?

  9. #9
    Senior Member Narasinha's Avatar
    Join Date
    Aug 2003
    Posts
    230

    Perl for CGI Files

    Hello Elleth, welcome aboard!
    Quote Originally Posted by Elleth
    This script requires a Perl.exe file on the server and the server admin has no idea how to install one!
    Yes, Perl definitely needs to be available on the webserver. What type of server is it? If it's a Unix/Linux operating system, it will probably be running the Apache webserver. If it's a Windows NT or Windows 2000 operating system, it's probably running IIS (Internet Information Server) from Microsoft. The server admin should take a look at The Perl Directory to find the version needed for the server and download the proper files.

    Best Regards,
    Narasinha
    - [url=http://unrelated.dexterityunlimited.com/Relatively Unrelated[/url]

  10. #10
    Senior Member carju1's Avatar
    Join Date
    Jul 2003
    Posts
    653
    Does the server have front page extensions on it? If so I find it really easy to use FP to build the form (easier than hand coding in this case), dump the results into a text file comma seperated (OK I always dump it into 2 files to have a backup). Grab the flat file as needed and import locally into Access.

    I've run loads of competitions for Nissan that way where users predict finishing positions etc and internally most of the employee surveys were done that way.

    The decieding factor will be what is the server, what's it running and what can it run?

    Julian

Page 1 of 2 12 LastLast

Similar Threads

  1. Possible to use PHP validation prior to form submission?
    By Les N00bian in forum Web Programming Discussion Forum
    Replies: 13
    Last Post: 08-10-2009, 08:41 PM
  2. Combining Values before form submission
    By ackerley1 in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 09-20-2007, 03:25 PM
  3. Problems with a PHP submission form..
    By leopard in forum Web Programming Discussion Forum
    Replies: 4
    Last Post: 10-18-2004, 01:58 AM
  4. php form submission
    By wclew in forum Web Programming Discussion Forum
    Replies: 12
    Last Post: 11-12-2003, 04:11 PM
  5. How do I create a submission form?
    By TheDoctor in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 11-10-2003, 04:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •