I don't think I was clear enough. i want the information to display on the form so the user sees it like all the other options they are choosing as well as show up on the form output so the user is able to see all the details for the product including the options they chose.
Example:
Product Size: (drop down with Large, Medium, Small)
Product Color: Black (read only since no other choices)
Product Style: (drop down with Style-X, Style-Y, Style-Z)
Form Output -
Product Size: Medium
Product Color: Black
Product Style: Style-Y
If I make the Product Color an HTML field, it does not show up in the output. I guess I could make the field a drop down with only one choice, but that is somewhat silly.
Posted 12 years ago on Monday October 1, 2012 |
Permalink