I have an issue on the home screen where the last drop down is formatted incorrectly. do you know where i fix this?
Home Screen Formatting
Re: Home Screen Formatting
I thought some people might need this, I found the issue in the admin/incFunctions.php file.
Re: Home Screen Formatting
Thanks for sharing @bescott53 ... Would you kindly share the details please? If it's a bug, I could fix it in future releases.

- 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: Home Screen Formatting
I think what happened was, I updated a table in the appgini app. rather than overwrite all files i only updated the admin page rebuildfields, updatedb.php, incfunctions.php and the table dml,view files. and so because i did not copy over the admin/incfunctions too it caused the issue (think from memory this was not one of the files that was advised to copy over (i remember from an old post on the forum that there were only certain files that needed copied over and the admin/incfunctions wasnt one of them)
Re: Home Screen Formatting
Aha .. thanks for the clarification. I'd recommend using Git to keep track of code changes .. Please check this screencast: https://bigprof.com/appgini/screencasts ... de-changes

- 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.