I have a form that I created that has groups of elements. Problem is, unlike
a table I cannot align the items so that the form looks nice. Is this a
limitation to using Flash Forms? Below is a snipped of code:

<cfform action="AddCandidate.cfm" method="post" name="makeCouncilMemberForm"
format="flash" skin="halosilver" height="900" timeout="1000">
    <cfformgroup type="panel" label="Make Candidate Council Member">
        <cfformgroup type="horizontal">
        <cfinput type="text" name="Fname" size="20" label="First Name">
        <cfinput type="text" name="Lname" size="20" label="Last Name">
        </cfformgroup>
        <cfformgroup type="horizontal">
        <cfinput type="text" name="Address" size="40" label="Address">
        </cfformgroup>
        <cfformgroup type="horizontal">
        <cfinput type="text" name="City" size="20" label="City">
        <cfinput type="text" name="State" size="4" label="State">
        <cfinput type="text" name="Zip" size="15" maxlength="10"
label="Zip">
        </cfformgroup>
        <cfformgroup type="horizontal">
        <cfinput type="text" name="Phone" size="20" label="Home Phone">
        <cfinput type="text" name="CellPhone" size="20" label="Cell Phone"
validate="telephone">
        <cfinput type="text" name="Email" size="30" required="no"
label="Email Address">
        </cfformgroup>
        <cfformgroup type="horizontal">
        <cfinput type="text" height="100" width="300" name="IssuesOfConcern"
label="Issues of Concern">
        </cfformgroup>
        <cfformgroup type="horizontal">
        <cfinput type="datefield" name="DateElected" label="Date Elected"
width="100" required="yes" message="Please enter the date that the council
members term begins">
        <cfinput type="datefield" name="ResignDate" label="Term Ends"
width="100" required="yes" message="Please the the date that the council
members term ends">
        <cfinput type="text" name="TermLength" label="Term Length" size="10"
required="yes" message="Please enter the council members term length">
        <cfinput type="submit" value="Make Candidate Member"
name="btnSubmit">
        <cfinput type="hidden" name="Action" value="MakeCouncilMember">
        </cfformgroup>
        </cfformgroup>


Thanks,
-- 
Bruce Sorge

"I'm a mawg: half man, half dog. I'm my own best friend!"


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274039
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to