Error 6: No method specified. Any ideas?

Options

Hey,

I'm getting Error 6: No method specified... however, I've included all the necessary fields from what I have read.

Is there something else I can check?

Here's the page... https://secure.cfan.org/mobilecfan/Donate.cfm

I gave up on AJAX submission, since I can't even get a valid donation to go through by itself. I've also tried it on a Convio page, so I'm at a loss.

Thanks for any help,

kennon

Tagged:

Comments

  • You have type="post" on your form tag -- it should be method="post".

  • Noah Cooper:

    You have type="post" on your form tag -- it should be method="post".

    Thanks, I feel like an idiot for missing that, but it's still throwing the error.. even after that change.

    I even scrapped the whole form and started over just to see, and nothing is working.

    I'm at a loss here.. nothing else would cause this?

  • Kennon Bickhart:

    Thanks, I feel like an idiot for missing that, but it's still throwing the error.. even after that change.

    I even scrapped the whole form and started over just to see, and nothing is working.

    I'm at a loss here.. nothing else would cause this?

    Ok.. well apparently you have to pass the strings in URL variables. I tried passing them with hidden form fields and that kept giving me errors. However, as soon as I switched to URL variables on the API URL, it passes straight through and gives me the proper information.

    Thanks to all who helped!

Categories