« Return to Thread: Adding form elements to form tools

Adding form elements to form tools

by Gavin Stewart-3 :: Rate this Message:

Reply to Author | View in Thread


Hello there,

Can anyone please tell me if it is possible to add your own form
elements to form tools and have them render with all the other form
elements. Here is an example of what i am trying to do.

<ft:form>
        <ft:object  stObject="#stCustomer#" typename="Customer" format="edit"
lfields="title,firstName,lastName,emailAddress,phoneNumber"
intable="false" includefieldset="true" legend="Your Details"/>
        <ft:object stObject="#stBillingAddress#" typename="Address"
format="edit"
lfields="postcode,houseName,houseNumber,flatNumber,street,city,county"
intable="false" includefieldset="true" legend="Billing Address">
        <cfoutput>
                <div class="fieldAlign">
                        <input type="checkbox" name="bDelivery" class="formCheckbox "
id="bDelivery"/>
                </div>
                <br class="clearer" />
        </cfoutput>
        </ft:object>
        <ft:object stObject="#stDeliveryAddress#" typename="Address"
format="edit"
lfields="postcode,houseName,houseNumber,flatNumber,street,city,county"
intable="false" includefieldset="true" legend="Delivery Address"/>
        <ft:farcrybutton value="Cancel" />
        <ft:farcrybutton value="Next" />
</ft:form>


The problem here is that bDelivery doea not render nicely like all the
other form elements.

Thank you for any help in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Adding form elements to form tools