• Resolved Rogier

    (@rogierlegit)


    Hello,

    I noticed the select field now has a ‘modern’ view option when using a multiple select, or I just never noticed it before.

    The problem is that it doesn’t do anything. I tried adjusting the other related options that appear and also the appearance styles of the whole form, but all of that doesn’t work.

    Can you help me with this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @rogierlegit

    Hope you are doing well today.

    As I checked your site noticed the custom form styles are not showing on your site and are showing a 403 error.

    I believe that is why the appearance is not changing, its using your theme’s available styles.

    View post on imgur.com

    This issue is related to .htaccess added to /wp-content/uploads/forminator/ path, you need to adjust or remove the auto-generated file to fix this. Please go to the mentioned path and try first downloading a copy of .htaccess file, then removing it.

    Please share the .htaccess file here using Google Drive so we can inspect the code.
    https://support.google.com/drive/answer/2494822?hl=en&co=GENIE.Platform%3DDesktop

    Best Regards
    Amin

    Thread Starter Rogier

    (@rogierlegit)

    Hi,

    We fixed the error with the loading file, but that didn’t help with the issue.

    htaccess is the default WordPress:

    BEGIN WordPress The directives (lines) between “BEGIN WordPress” and “END WordPress” are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten.


    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index.php$ – [L] add a trailing slash to /wp-admin

    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).) $1 [L] RewriteRule ^(..php)$ $1 [L]
    RewriteRule . index.php [L]
    END WordPress

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @rogierlegit,

    I checked the issue again and still observed the 403 error on the form stylesheet.

    It seems you checked the default .htaccess file from the WordPress root directory. Can you please check /wp-content/uploads/forminator/ path and share the .htaccess file using Google Drive or Pastebin.com so that we can take a look at the existing rules and help you further?

    Looking forward to hearing back from you.

    Best Regards,
    Nebu John

    Thread Starter Rogier

    (@rogierlegit)

    Hi,

    Thanks for the reply. Sorry, I misinterpreted the message I got from the site admin.

    They won’t allow that resource to be loaded because it’s a hardened site and they are outside of the allowed locations.

    I changed the form to use checkboxes instead.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @rogierlegit

    That’s quite odd, Forminator will use standard WordPress functions and regular practices to load the style, it shouldn’t be an issue loading the form CSS from uploads folder.

    Best Regards
    Patrick Freitas

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Multiple select ‘modern’ view not working’ is closed to new replies.