If I don't specify a form action, the action is assumed to the current path + ?index, eg: /join?index, but the form submission works and the correct action is called.
If I do specify the form action as the current path, eg: /join, and submit, I get 405 Method Not Allowed..
What am I missing here?
If I don't specify a form action, the action is assumed to the current path +
?index, eg:/join?index, but the form submission works and the correct action is called.If I do specify the form action as the current path, eg:
/join, and submit, I get405 Method Not Allowed..What am I missing here?