I was wondering if there is a way to show a custom popup that shows a sand timer or an animation when the user clicks on the submit button and disappears when the user gets directed to the new page?
Solution:
There isn't such kind of built-in feature within Toolset Forms plugin, as you mentioned above, it needs custom codes.
Problem: I have a View that displays results in 4 different styles. I would like to repeat the pattern of style 1, style 2, style 3, and style 4 in the results. Another ticket discusses a solution for repeating 2 styles: @https://toolset.com/forums/topic/changing-row-colors-in-a-view/
How can I extend this solution to work with 4 styles in a repeating pattern?
Solution: Use wrap="4" to indicate you want to repeat the pattern every 4 items in the results, and use the wpv-item shortcode to define each iteration of the 4-item loop.
Problem:
Multiple conditions - Cant add using Toolset conditional block
Solution:
When you edit your conditional block in GUI mode, at bottom of that block after your 2nd condition when you move mouse you will see a + sign that will allow you to add new condition.