I have a form that I had previously set up onSuccess actions. But when I open it now to add more actions there is nothing available. This is only happening on one project. The only difference between this project and the rest of them is this one is a SPA.
So I don’t think this is a bug. I think it’s project related but am lost on how to troubleshoot it.
I’ve had that very very often on v3… I just didn’t have the time or patience to work out what the consistency was with when it happened, which is part of why I type in almost all of my actions by hand.
(Much to Teodor’s disappointment )
You mean that you don't see any available actions on the left side of the dialog?
Is this form on the SPA content page or on the main page? If on the content page - is a main page linked to it?
What is the form code?
How does the first line of the content page code look like?
If you think it is the same issue, then report all the details so it’s a proper bug report.
“It doesn’t work for me” is not a proper bug report and lacks details.
That is correct. Only thing that shows up in the left side is two modals that are part of the layout page.
Yes, it's a content page. I assumed everything is linked as it used to work as I had previously added onSuccess actions. to it when it was first developed about six months ago.
<form id="formRegistration" method="post" is="dmx-serverconnect-form" action="dmxConnect/api/canfor/register.php" dmx-on:success="formRegistration.reset();btn1.disable(btn1.disabled);toastsConfirm.show({message: 'Thank you for registering. We will be in touch with you to confirm your appointment.', delay: 10000, title: 'Kopar Administration Ltd.', subtitle: 'Canfor Job Fair Registration'})">
<!-- Wappler include head-page="index.php" appconnect="local" is="dmx-app" bootstrap4="solar" fontawesome_5pro="local" jquery_slim_33="local" components="{dmxAnimateCSS:{},dmxSwiper:{},dmxValidator:{},dmxBootstrap4Toasts:{},dmxBootstrap4Alert:{}}"-->
The properties are usually blank when the component is not found in the app structure hierarchy. Maybe it was renamed or moved without changing the expressions.