Greetings all
This is my first time posting here and I really need help ASAP. I used a tutorail to create a local storage and used the ready PHP form wufoo, however, I am unable to get it to work
I think the problem is with post action. Can someone help me to direct me what do I need to put please?
What does “work” mean? As in not submitting? As in no form is shown? As in there is a fatal error? You need to be more specific than “not working” or “unable to get it to work”.
Hi Spaceshiptrooper. Thanks for your reply. I posted the link within my question but it looks like it is not visible.
The problem is when I click on submit, I get this message
Your submission is missing the secure POST key. and in another form “Internal Server Error”
Not sure what is going on.
I appreciate your help
thank you
I am assuming that the “secure POST key” is supposed to be some sort of input field. Which probably wasn’t present within the $_POST array as many amateurs rely heavily on checking if a certain element exists within the $_POST array instead of actually doing a proper form submission check. But this isn’t to say that it’s a correct assumption unless more code is provided.
Internal Errors (500) are caused by a lot of factors. Most common one is messing with Apache’s .htaccess file and screwing it up. Again, I need you to provide more code so that people can assist you better. 1 line of code that has nothing to do with the problem doesn’t help find a solution to your problem.
As @spaceshiptrooper says we need to see your complete code. The one line of code helps not a jot I’m afraid. It’s no good linking to another site - we need to see your code.