Forum Moderators: open

Message Too Old, No Replies

Need a form to post a text string

         

donok

2:08 am on Apr 14, 2005 (gmt 0)

10+ Year Member



I have a form for a product that has size, color and other options -- I want the form to gather these options and post them as a string -- like PROD-LG-RD or PROD-SM-BL depending on the choices made in drop-down menus.

Can HTML forms do that? Gather the results and string them together as a single item to post?

-- Thanks, Don

tedster

5:41 am on Apr 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums, donok.

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.