Forum Moderators: open
Can HTML forms do that? Gather the results and string them together as a single item to post?
-- Thanks, Don
HTML alone cannot do it - but concatenating the chosen fields would be easy with server-side scripting (of many different flavors). We've got both a Perl forum [webmasterworld.com], a PHP Forum [webmasterworld.com], and an ASP forum [webmasterworld.com] where you can probably get some quick help on whichever one you want to use.