Flash Forms Issue

View: New views
3 Messages — Rating Filter:   Alert me  

Flash Forms Issue

by DeaDCitY Skinhead :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, so heres my form (very basic):

<cfform name="loginForm" action="" format="flash" width="275" height="200" wmode="transparent">
                <cfformgroup type="panel" label="Login">
                        <cfformgroup type="vertical">
                                <cfformitem type="text" tooltip="User Name" style="text-align : center;">
                                        User Name
                                </cfformitem>
                                <cfinput type="text" size="23" name="user_id" required="true" message="You must enter a User Name to proceed.">
                                <cfformitem type="text" tooltip="Password" style="text-align : center;">
                                        Password
                                </cfformitem>
                                <cfinput type="password" size="23" name="password" required="true" message="You must enter a password to proceed.">
                        </cfformgroup>
                        <cfformgroup type="horizontal" style="horizontalAlign:center">
                                <cfinput type="button" label="Submit" name="submit" value="Submit">
                                <cfinput type="reset" name="reset" value="Reset">
                        </cfformgroup>
                </cfformgroup>
        </cfform>

Now, for some reason when I click directly on the form fields nothing happens.  It's seems to think that the fields are actually about an inch lower than they actually are.  Is there something wrong with the CF?

TIA.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/CF-Flash/message.cfm/messageid:154
Subscription: http://www.houseoffusion.com/groups/CF-Flash/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.30

Parent Message unknown RE: Flash Forms Issue

by Michael White-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I haven't see a form like that before... Take out wmode, remove
formitem, add user name as a label for user_id

-----Original Message-----
From: DeaDCitY Skinhead [mailto:deadcityskin@...]
Sent: Tuesday, August 01, 2006 12:51 PM
To: CF-Flash
Subject: Flash Forms Issue

Ok, so heres my form (very basic):

<cfform name="loginForm" action="" format="flash" width="275"
height="200" wmode="transparent">
                <cfformgroup type="panel" label="Login">
                        <cfformgroup type="vertical">
                                <cfformitem type="text" tooltip="User
Name" style="text-align : center;">
                                        User Name
                                </cfformitem>
                                <cfinput type="text" size="23"
name="user_id" required="true" message="You must enter a User Name to
proceed.">
                                <cfformitem type="text"
tooltip="Password" style="text-align : center;">
                                        Password
                                </cfformitem>
                                <cfinput type="password" size="23"
name="password" required="true" message="You must enter a password to
proceed.">
                        </cfformgroup>
                        <cfformgroup type="horizontal"
style="horizontalAlign:center">
                                <cfinput type="button" label="Submit"
name="submit" value="Submit">
                                <cfinput type="reset" name="reset"
value="Reset">
                        </cfformgroup>
                </cfformgroup>
        </cfform>

Now, for some reason when I click directly on the form fields nothing
happens.  It's seems to think that the fields are actually about an inch
lower than they actually are.  Is there something wrong with the CF?

TIA.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/CF-Flash/message.cfm/messageid:155
Subscription: http://www.houseoffusion.com/groups/CF-Flash/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.30

RE: Flash Forms Issue

by Timothy Heald-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Man sometimes I shouldn't write code in the middle of the night, cfformitem?
WTF was I thinking :)

> -----Original Message-----
> From: Michael White [mailto:mwhite007@...]
> Sent: Tuesday, August 01, 2006 9:42 PM
> To: CF-Flash
> Subject: RE: Flash Forms Issue
>
> I haven't see a form like that before... Take out wmode, remove
> formitem, add user name as a label for user_id
>
> -----Original Message-----
> From: DeaDCitY Skinhead [mailto:deadcityskin@...]
> Sent: Tuesday, August 01, 2006 12:51 PM
> To: CF-Flash
> Subject: Flash Forms Issue
>
> Ok, so heres my form (very basic):
>
> <cfform name="loginForm" action="" format="flash" width="275"
> height="200" wmode="transparent">
> <cfformgroup type="panel" label="Login">
> <cfformgroup type="vertical">
> <cfformitem type="text" tooltip="User
> Name" style="text-align : center;">
> User Name
> </cfformitem>
> <cfinput type="text" size="23"
> name="user_id" required="true" message="You must enter a User Name to
> proceed.">
> <cfformitem type="text"
> tooltip="Password" style="text-align : center;">
> Password
> </cfformitem>
> <cfinput type="password" size="23"
> name="password" required="true" message="You must enter a password to
> proceed.">
> </cfformgroup>
> <cfformgroup type="horizontal"
> style="horizontalAlign:center">
> <cfinput type="button" label="Submit"
> name="submit" value="Submit">
> <cfinput type="reset" name="reset"
> value="Reset">
> </cfformgroup>
> </cfformgroup>
> </cfform>
>
> Now, for some reason when I click directly on the form fields nothing
> happens.  It's seems to think that the fields are actually about an inch
> lower than they actually are.  Is there something wrong with the CF?
>
> TIA.
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/CF-Flash/message.cfm/messageid:156
Subscription: http://www.houseoffusion.com/groups/CF-Flash/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.30