valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 520
Questions & Answers
Q: I have got a secure site (https) now and created password entry into a secure folder (called secure). I have put the forms that were working into there but when they submit it does not work. It says: Method Not Allowed The requested method POST is not allowed for the URL
A: This is usually a server setup issue. Your secure server is not allowing post data (which is how the form is submitted). You should check adjust the server settings to allow post data. If you are only trying to make access to the form require a password then you are probably best off using the Access Password feature in the Form1 processing code and running the form in a normal http server. If you want to send the form data securely then running the form on a secure server ie https does not achieve this unless the form data is sent via a secure transmission, normal email is not secure. You would need to use a secure transmission for the email data or (preferably) submit the data directly to a secure database (ie MYSQL). However disregarding the transmission issue once your server is correctly configured you can run form1 processing on on both dedicated or shared secure https servers. You can see an example quickform running on a secure server at https://bizpep.c12.ixsecure.com/quickform.php . Hope this helps.
Question and Answer Item 520 - Browse All Question and Answer Items