Fast Form

Discussion in 'HTML / PHP / JavaScript / CSS' started by Bruce, Jun 20, 2006.

  1. Bruce

    Bruce DiscountASP.NET Staff

    I don't think you can get this form script to work on our server. All these settings are pertainent to UNIX environment.

    If you are looking for a formmail script, try http://www.brainjar.com/asp/formmail/




    Post Edited By Moderator (Joel Thoms) : 6/20/2006 8:21:12 PM GMT
     
  2. [​IMG]
    I am using the Fast Form 1.50 software to create form mail and I need your help to make the following changes to make it work with the discountasp.net HOSTING</o:p>
    </o:p>
    Perl Setup

    Perl Path = #!/usr/bin/perl
    Sendmail Path = /usr/sbin/sendmail -t
    cgi-bin directory = cgi-bin

    Kindly please make possible changes to have the correct seting.</o:p>
    Thank you;
    Ibrahim Khalifi</o:p>
    </o:p>
     
  3. Perl will work, and I believe that Perl path should be fine, but I don't believe sendmail will work.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. Please see the following link, this will help you to have better hosting and for me also to have my form working in your server.
    http://www.visualwin.com/Perl/
     
  5. [​IMG]What are you using for theperl to sendmail
     
  6. [​IMG]Would you please tel me the location of Perl 5 on your server
    like
    #!/usr/local/bin/perl
     
  7. Bruce

    Bruce DiscountASP.NET Staff

    This line

    #!/usr/local/bin/perl

    is meaningless in Windows environment.

    In windows world, the IIS server is configured to execute all .pl script with the perl interpretor. The line is only read by UNIX Apache server.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  8. [​IMG]Dear Bruce
    Please if you can halp me what to write in the Sendmail Path = ?
    every time I am asking for help I geta web link only WHAT A HELP
    I will be glad if you can do and give me the answer to use my form to send it by mail.

    Thank you very much, I am looking forward to hear from you.

    Best regards;
    Ibrahim Khalifi
     
  9. Bruce

    Bruce DiscountASP.NET Staff

    Well... there is no sendmail path because Sendmail is not installed on windows server.

    We do have the Mail::Sendmail Module installed (which is different from sendmail program).

    See http://kb.discountasp.net/article.aspx?id=10346 for more detail.

    To be honest, most Perl scripts are designed to run on UNIX/Apache environment and getting it to run on windows will definitely need some modification.




    Post Edited By Moderator (Joel Thoms) : 6/23/2006 11:37:37 PM GMT
     
  10. I believe the perl parser ignores that path since all .pl files are sent to the perl parser. You should be able to use the path you have shown.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  11. [​IMG]Thank you for the LINK
     

Share This Page