I run two servers, one for development the other live. Both are at the same version and I keep both Joomla and the extensions all up to date. So Joomla is on 10.0.1 and Modules Anywhere is on 7.13.5.
A few months ago I tried the setting of parameter in the modules for the first time. I found that it worked even if the parameter wasn't defined in the module - just what I was looking for.
Now I find that while this is still working on the test server it is not on the live server. I have checked the setup for the System Modules Anywhere and made sure that they are the same across both servers and overriding parameters has been enabled on both. The relevant module is set up as content for a modal and looks like this:
The parameters have stopped working. I have checked that all of your extensions are top of the plugin system list and I have cleared the cache, but no difference. I am using Modules Anywhere 7.13.5 and Modals 11.9.3.
This is the image half way down the article showing computers and with the button 'Download Now' on it. Clicking on this brings up a form with hidden items, which you can see in web developer tools. One of these items is 'notify' which should have a value ”Gain the Graduate Scheme of your Dreams" but is has the value ''.
The code to set the value is:
echo '<input id="notify" type="hidden" name="notify" value="' . $params->get('notify') . '"/>';
I am not sure why it isn't working on your setup like expected. I have tested it here on my setups and works fine.
So probably some other extension is causing a conflict.
Can you give me (super) admin and (s)ftp access so I can take a look?
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
I would need ftp access to be able to see what is going on under the hood.
If you can reproduce this issue on a setup to which I can get FTP access, I am happy to look into this further.