Hello all,
My query is as follows :
I have a form for taking the feedback from the users.
In this form there are 7 fields.
The first field is a drop-down list. This list contains various topics submitted by the users. If a user wants to give his/her feedback on already submitted topics, then (s)he will select the topic from this list.
The remaining six fields are to take the inputs for other fields. There are two text boxes and four textareas.
Before the user, writes his/her comments for any OR all the above six fields, (s)he wants to "View" the contents submitted by other members for that topic.
I want to provide button OR a link against each fields. So that by clicking it the user may "view" the contents of the topic "fieldwise". For this case, field name will be hardcoded against each corresponding textbox or textarea. BUT I should be able to pass the topic ID I have selected from the drop-down list box.
To explain this, consider this :
1) drop-down list contains the topic --> "The most exciting F1 race tracks"
It has ID -- 1
Following fields are input for users to give comments. ( user may enter any OR all of the fields as per their choice).
2) first field ---> TEXTBOX ---> "button" OR "link" to show entries made by other members for THIS FIELD.
3) second field --> TEXTAREA ---> "button" OR "link" to show entires made by other members for THIS FIELD.
Can this be done? If yes, can anybody help me?