« Return to Thread: Adding form elements to form tools
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
« Return to Thread: Adding form elements to form tools
| Free Forum Powered by Nabble | Forum Help |