• Resolved mukape

    (@mukape)


    we need to create a section with multiple questions.
    we’re need to hide this full section based on visibility condition.

    e.g. – this is a radio question:
    1st answer – 2nd answer – 3rd answer

    if user choose 1st answer show full section with it’s questions.

    how to do that ?

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

    (@wpmudevsupport12)

    Hi @mukape

    I hope you are doing well.

    You can use the new Group feature for this: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#field-group

    However, note, there is a reported issue that in case any field is required on that group the visibility conditional is not allowing the submission, so you will need to apply to required fields the same visibility of your group condition.

    We are already working to fix it.

    Best Regards
    Patrick Freitas

    Thread Starter mukape

    (@mukape)

    I tested it already, We hope you can fix it soon.
    There is also another small thing related to CSS:
    When I check radio, the bullet in radio not showing when it’s checked!
    I tried to change between themes to see if it’s a theme problem, but it’s looks like a CSS problem in the plugin
    I fixed it with css, you can fix it also.

    
    	.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet:before {
    		background-color: orangered;
    	}
    
    

    Kindly, Let us know when you fix the field group required submission issue.

    Regards

    • This reply was modified 2 years, 4 months ago by mukape.
    • This reply was modified 2 years, 4 months ago by mukape.
    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @mukape

    There is also another small thing related to CSS:
    When I check radio, the bullet in radio not showing when it’s checked!
    I tried to change between themes to see if it’s a theme problem, but it’s looks like a CSS problem in the plugin

    I just tested it on my own test site with no other plugins active and default Twenty Twenty Two theme and I wasn’t able to replicate such issue. I’m not aware of any other reports of this too so we’d need to take a closer look.

    I understand that you’ve already applied CSS to fix that but perhaps you could put a form without this CSS on some temporary test page of your site and share a link to that page so we could check it there? It might help a lot!

    Kind regards,
    Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to hide full section based on “one” visibility condition’ is closed to new replies.