Announcement

Collapse
No announcement yet.

Help with Login Form

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with Login Form



    ------=_NextPart_000_002B_01C554A2.5952C940
    Content-Type: text/plain;
    charset="us-ascii"
    Content-Transfer-Encoding: 7bit

    I entered the login form to the following domain
    <A HREF ="http://www.nologodivewear.com. It works fine when I use the exact">http://www.nologodivewear.com. It works fine when I use the exact</A>
    format as on the main web site. The customer has requested that I
    remove the radio button options and for recover password the link point
    to the main websites login screen. When I remove the radio buttons as
    it appears here <A HREF ="http://www.nologodivewear.com/form1.html the form does">http://www.nologodivewear.com/form1.html the form does</A>
    not work.

    I would really appreciate it if someone can take a look and let me know
    what it is that I'm doing wrong.

    Thanks in advance,
    Cynthia Hernandez

    ------=_NextPart_000_002B_01C554A2.5952C940--

    #2
    Help with Login Form



    On 5/9/05, CH <[email protected]> wrote:
    > I entered the login form to the following domain
    > <A HREF ="http://www.nologodivewear.com. It works fine when I use the exact">http://www.nologodivewear.com. It works fine when I use the exact</A>
    > format as on the main web site. The customer has requested that I
    > remove the radio button options and for recover password the link point
    > to the main websites login screen. When I remove the radio buttons as
    > it appears here <A HREF ="http://www.nologodivewear.com/form1.html the form does">http://www.nologodivewear.com/form1.html the form does</A>
    > not work.
    >=20
    > I would really appreciate it if someone can take a look and let me know
    > what it is that I'm doing wrong.

    The radio button sets the 'action', you need to fake that in your form...
    <INPUT TYPE=3D"hidden" NAME=3D"Action" VALUE=3D"LOGN">
    =20
    > Thanks in advance,
    > Cynthia Hernandez
    >=20
    >=20


    --=20
    Bill Guindon (aka aGorilla)


    Comment

    Working...
    X