Neofix
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Calculated Fields Form] “required” is useless on date fieldsThank you for the important hint 🙂 I wasn’t aware of this GOTOPAGE() behaviour.
It’s working fine now.
- This reply was modified 3 years, 6 months ago by Neofix.
Forum: Plugins
In reply to: [Calculated Fields Form] “required” is useless on date fieldsEdit: It’s working if you press Next button, but not with GOTOPAGE()
You are able to set the field as empty, if you set a predefined value and check Use value as placeholder. However, if you use GOTOPAGE() function, the empty value isn’t checked and therefore no “required” warning is showing.
As a workaroud, it’s possible to set the predefined value to empty, use it as placeholder and use a equation as follows:
if(fieldnameXX != 0){ GOTOPAGE(); }Forum: Plugins
In reply to: [Calculated Fields Form] Bug: “field required” warning isn’t disabledForum: Plugins
In reply to: [LiteSpeed Cache] Issues with ElementorI think I had similar problems recently. Fixed it with either enabling “Guest Mode” in LS settings or disabling Nginx cache within the server settings (not LS settings).
My problems appeared every time after purging CSS/JS Cache.
Viewing 4 replies - 1 through 4 (of 4 total)