Quote:
|
Originally Posted by Dream Lady Naval: I installed and have been using your advanced form processor for a month or more without a problem. I just had someone call me and said they could not use my form as they kept getting errors. So I checked it out and I am getting the same error mentioned above, Illegal Form Submission. I am not using this form for any other purpose except as a contact form on my website. I did recently change all my pages to php. Would that have made a difference? I have been through everything I know and cannot figure out why. Can you help me? Thanks |
If you have changed the form page in php, but you have left the script as it was, it is expecting the submission from the page
http://www.yourdomaun.com/formpage.html but now it is receiving the submission from
http://www.yourdomain.com/formpage.php so it is considering it an illegal submission. You need to run again the "nd.admin.php" page, and give it the correct form URL (with the php extension).