Jayel Villamin wrote:
> I have a need to dynamically add form tags in a form. Like if I pressed an 
> "Add more" button, next tags would appear. I've done this successfully using 
> normal html tags.
>
> Can this be done of cf form tags (e.g. cfinput and etc)?

Look at the page built with "cf form tags"  Do you see tags named 
<cfinput...> or <cfselect...>. 

You won't because what these tags do is to build "normal html tags" with 
associated JavaScript to achieve the desire results.

There is nothing preventing you from building similar "normal html tags" 
that tie into the same JavaScipt.  It would take some deconstruction and 
analysis to figure out all the ins and outs, but is should not be too 
difficult.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323393
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