I have already perfect working forms for user input.
But when using the latest forms version (2.3.4) my forms are always opened in non Expert Mode.
When switiching to Expert Mode my custom code in the forms is gone.
Or in other words - I cannot get my working forms to show in the backend, the way they did befor the new
forms editor was introduced.
When switching to Expert Mode - my code is also gone - so I cannot even show it to you.
When copying my working forms they also do not respect the settings from before - dropdown lists are now "select" fields.
This is a new feature to provide new GUI to users. The default mode for forms is non-Expert mode.
When switiching to Expert Mode my custom code in the forms is gone.
Or in other words - I cannot get my working forms to show in the backend, the way they did befor the new forms editor was introduced.
==> Can you tell me what exactly not working. Please make a compatibility test as well by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
When switching to Expert Mode - my code is also gone - so I cannot even show it to you.
=> Can you share the code and few screenshots? is it possible?
dropdown lists are now "select" fields.
=> Well - with new GUI we also apply select2 with the fields that lists the parent field etc..
If you do not want the select to, you can add the attribute use_select2="never" to your field.
For example:
[cred_field field='@student-student-reivew.parent' class='form-control' output='bootstrap' use_select2="never" select_text='--- not set ---']
This is a new feature to provide new GUI to users. The default mode for forms is non-Expert mode.
I know - so is it possible to change that?
When switiching to Expert Mode my custom code in the forms is gone.
Or in other words - I cannot get my working forms to show in the backend, the way they did befor the new forms editor was introduced.
==> Can you tell me what exactly not working. Please make a compatibility test as well by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
I already did - my custom code is stripped, my field selections are reset - from dropdown to select.
I cannot deactivate the other plugins, as everything is working perfectly in the frontend - it came with the newer Forms version and is only happening in the backend.
When switching to Expert Mode - my code is also gone - so I cannot even show it to you.
=> Can you share the code and few screenshots? is it possible?
No - as my custom code is being stripped - as soon as I want do display it in the backend.
dropdown lists are now "select" fields.
=> Well - with new GUI we also apply select2 with the fields that lists the parent field etc..
I don't get it - why is it chaninging my settings in the first place?
I know - so is it possible to change that?
=> No, there is no option but you can submit a feature request using the following link as couple of other clients demanded such feature so your voice should be added:
- https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
I already did - my custom code is stripped, my field selections are reset - from dropdown to select.
I cannot deactivate the other plugins, as everything is working perfectly in the frontend - it came with the newer Forms version and is only happening in the backend.
=> OK
No - as my custom code is being stripped - as soon as I want do display it in the backend.
=> What custom code you are adding - can you please share that code and the exact steps you follow to reproduce the issue?
I don't get it - why is it chaninging my settings in the first place?
=> All dropdown with the parent will be replaced with select2 with the latest forms version. I already shared workaround if you want to change it to normal drop-down select, you need to add the attribute use_select2="never" .
And in the image you see what other customisation has been done.
This is one part of the custom code that is gone in the backend:
<div class="col-sm-6" id='shortcodeWysiwygWrapper'>
<label>Wysiwyg - b0c8f931 - Hier kommt der Code rein</label>
[cred_field field='wysiwyg-b0c8f931' force_type='field' class='form-control' output='bootstrap']</div>
<div class="col-sm-6" id='shortcodeButtons'>Hier steht dann mal der Code</div>
</div>
Everything else - the styling the labels, the images you can see in the screenshot.