Exploring the Enhanced Capabilities of Glide's Native Form

Update: Cross-language Form Submit Button Control

If your application uses multiple languages, you can use the selector below:

/* Prevent-Submit for All LANGUAGES */
#page-root:not(:has(.mobile-layer)):has(.prevent-submit)   #overlay-root > div:last-child  button:nth-child(1), 
#page-root:has(.mobile-layer):has(.prevent-submit)   #overlay-root > div:last-child  button:nth-child(2) {
    pointer-events: none;
    opacity: 0.4;
}

3 Likes