Home › Toolset Professional Support › [Resolved] Hide CRED Form Expert Mode Slider ?
Problem:
Hide CRED Form Expert Mode Slider ?
Solution:
You should use the custom CSS to hide such HTML element.
You can find the proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/hide-cred-form-expert-mode-slider/#post-1201666
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Kolkata (GMT+05:30)
Tagged: Content-submission forms, Toolset Forms
Related documentation:
This topic contains 6 replies, has 2 voices.
Last updated by julieP 5 years, 9 months ago.
Assisted by: Minesh.
Whilst I appreciate the benefits of the new drag & drop feature for form design, on existing sites or when I want to achieve something this feature doesn't facilitate, is there a way of either disabling the slider (have it showing but ineffective) or hiding it from view? The reason? It is simply far too easy to accidentally do a mouse click just as you're moving across the slider and all the work in the expert mode window is completely lost.
Might I suggest a global setting for this under Toolset settings where we could choose to enable drag & drop for all forms, disable drag & drop for all forms or choose on a per form basis?
Hello. Thank you for contacting the Toolset support.
Well - Thank you for your suggestion. We have a new way to submit the feature requests.
Can you please use the following form to submit your feature request:
=> https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
Hi Minesh
I'm happy to submit the feature request but how do I hide the slider in the meantime please?
Do you mean the "Expert Mode" slider button?
yes
Well - you need to add the CSS that will be applied on admin section.
Please try to install and activate following plugin.
=> https://wordpress.org/plugins/add-admin-css/
Add following CSS to that plugin settings:
.cred-editor-expert-mode-container {display:none !important;}
OK thank you for that