• Resolved ejaganece

    (@ejaganece)


    Hi, i created a form with ACF for frontend post submission, all are working fine but choose file option displaying double time for Featured Image.

    Thanks,
    Jagan

    • This topic was modified 2 years, 2 months ago by ejaganece.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ejaganece

    Sorry to hear you are having this issue.

    I was able to replicate this problem and it seems some CSS is missing in the latest version, we will report to our developers, a workaround is using this:

    #postdata-1 .forminator-file-upload > input{
        display: none;
    }
    
    #postdata-1 .forminator-file-upload .forminator-button-delete{
        border: none;
    }

    In your Form > Appearance > Custom CSS.

    Best Regards
    Patrick Freitas

    Thread Starter ejaganece

    (@ejaganece)

    Thanks a lot, it’s working fine now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double Choose File Option Displaying’ is closed to new replies.