I would like to display/hide some fields depending on MEMBERINFO->Group
It seems to me possible in table view using QueryFieldsTV property of Datalist object but I have no idea how to achieve that in details view?
How do display some fields for specific group of users?
Re: How do display some fields for specific group of users?
You can use the tablename_dv hook for that purpose ... It allows you to edit the html of the detail view form before displaying it.
http://bigprof.com/appgini/help/advance ... blename_dv
http://bigprof.com/appgini/help/advance ... blename_dv

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: How do display some fields for specific group of users?
i have the some usecase and find no example to change the type of 'form-control' to 'form-control-static'