This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

F.slovak32759
F.slovak32759

Hi, there are no "OK" and "Cancel" buttons in the component settings popup. If I inspect the textarea, I can see modal footer (with buttons) inside the textarea.

My case is related to component martin.forms. There should be textarea to input multiple email addresses (one per line). But I can't save the modifications, because of missing buttons. How can I fix it?

F.slovak32759
F.slovak32759

For example: Admin > CMS > Layouts > anylayout.htm > component Generic AJAX Form > Notification Settings > Recipients

mjauvin
mjauvin

This has been fixed in build #469 of October CMS.

Please set edgeUpdates => true in your config/cms.php to use this version

F.slovak32759
F.slovak32759

I already have build #469. Form plugin is version 1.5.0. The problem remains.

mjauvin
mjauvin

Try running the following command:

php artisan october:util compile js

Then clear browser cache and reload the page.

mjauvin
mjauvin

Please see this resolved issue, this looks exactly like the issue you're having:

https://github.com/skydiver/october-plugin-forms/issues/203

F.slovak32759
F.slovak32759

I can't use the CLI on public webhosting... I see the ticket and it should be fixed, but the problem remains on my many websites placed on public shared webhosting.

JeffGoldblum
JeffGoldblum

Check your local filesystem to make sure that the fix (https://github.com/octobercms/october/commit/d49266ad90246fcf90565de8ccdcdbad492de0fe & https://github.com/octobercms/october/commit/df2b8b5817419caefe7f8fc3124ed3081da4a125#diff-409591fd5d73b14804bd1057f4d89658) is actually present, and then check the storm-min.js file your browser is loading. If they're different, then you need to clear your browser cache and if you're using a CDN like CloudFlare you'll need to clear that cache too.

F.slovak32759
F.slovak32759

Thank you Luke, I found it. It was in storm-min.js. The other one (inspector.editor.text.js) was ok.

How is it possible? Could it be a problem with updates? As I wrote, each of my websites has the problem.

Thank you

1-9 of 9

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.