I'm creating a website for visitors to send us inquiries. They don't need to be logged in when they do this. Because they are some selections other fields are based on those selections. So I have to get data from models based on those selections.
So I cannot use self._rpc, because the user is not logged in! Is there a way to get the data? I don't want to call controllers for data in json format I need objects so I don't need to change all the templates.