Re: Error Submitting Form

2012-05-31 Thread Paul Smith
>So where is your "process the form" code? > >On Thu, May 31, 2012 at 10:54 AM, Paul Smith wrote: >> Thanks! My error was in the third template in the "process code," not in the first one where I was looking. I failed to pass along the valid email (actually, its User ID). best, paul ~

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
So where is your "process the form" code? On Thu, May 31, 2012 at 10:54 AM, Paul Smith wrote: > >>On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: >>> Any ideas? >> >>Yes. Test your code on Firefox. ;) >> >>Besides that, can you post both the form code and the code that runs >>when you submi

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
Oops. Sorry about that. Didn't notice the submit button. :) On Thu, May 31, 2012 at 10:54 AM, Phillip Vector wrote: > You aren't submitting the form.. You are going to a new link and it's > expecting form fields. :) > > Using as your "submit button" is your problem. Put in some > javascript tha

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
You aren't submitting the form.. You are going to a new link and it's expecting form fields. :) Using as your "submit button" is your problem. Put in some javascript that says when you click the link, submit the form. On Thu, May 31, 2012 at 10:50 AM, Paul Smith wrote: > >>On Thu, May 31, 2012

Re: Error Submitting Form

2012-05-31 Thread Paul Smith
>On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: >> Any ideas? > >Yes. Test your code on Firefox. ;) > >Besides that, can you post both the form code and the code that runs >when you submit it? Without that, it's kind of hard to see where the >mistake lies. Same result with Firefox ;o) best

Re: Error Submitting Form

2012-05-31 Thread Paul Smith
>On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: >> Any ideas? > >Yes. Test your code on Firefox. ;) > >Besides that, can you post both the form code and the code that runs >when you submit it? Without that, it's kind of hard to see where the >mistake lies. Here's the Form: http://SFbay.Sma

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: > Any ideas? Yes. Test your code on Firefox. ;) Besides that, can you post both the form code and the code that runs when you submit it? Without that, it's kind of hard to see where the mistake lies. ~~

Error Submitting Form

2012-05-31 Thread Paul Smith
I have a simple Form with 2 fields: 1. Email address "email" 2. Password "password" If I submit a valid Email AND Password the Form works correctly. Submitting a valid Email only is supposed to send the Password to the email address. Even though the email (AND Form) is the SAME ONE that works