> How would one go about adding another text input field to a form when a > user > clicks a "more" button? I'm open to anything - Javascript, cfform, Flash > forms. If you say "Ajax" please try and be a bit specific as I've never > used > it.
This is the kind of thing jQuery makes very easy - you don't need ajax unless you are getting data from the server for some reason. You can do it with about three lines of code using the jQuery library. Of course you can also do it with custom JS, it will just take more coding to do it. As Jochem noted you'll need to take care to make sure your form works correctly without JS enabled as well, if you are in an environment where having JS disabled is a possibility. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276061 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

