This question has been flagged
2 Replies
3112 Views

Greetings,

If I want to show for example selections to the user that are not part of the model shown by the view, how can I save the user's selection and send it back to the server upon saving?


Is there a way to do it without using computed fields?


Thank you

Avatar
Discard

can you please more explain, what you want to do?

Author Best Answer

Hi,

I have a list of courses that I want the user to mark as either ALEAEDY STUDIED, NEED TO STUDY or CAN TEACH using for example radio buttons or a drop down list. However, I do not need to store the user selection in each course model. Rather, I need to take different course of actions in the server side depending on the value selected for each course when submitted. In other words, the selections are not related to the model but rather to the form but I will take action in the server based on them without really storing them in the database.

Any clue how I can achieve this? maybe through context?

Avatar
Discard