Multiple CGI scripts

I have one CGI script which is for the information request form. I can't appear to have more than one. I would like a second form elsewhere on the site. Would I just extend the script with all the other fields I may use in the second form, or does anyone have any good ideas?

Comments

  • PythonPython Forum Leader The Royal RAM
    You could just copy the script and call it for example script2.cgi

    Then call to that script with your second form. Or do you mean you want to add extra fields into the script?

    The Royal Ram

Sign In or Register to comment.