• Resolved yberges

    (@yberges)


    Hello i have an important isue in a form

    i add a radio field and after adding require forme doesn’t want to be submitted if user doesn’t select first value. it works only for with first i don’t undersant why

    https://fromsmash.com/forminator-export

    thanks for any help

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

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

    (@wpmudevsupport15)

    Hello @yberges

    Thanks for sharing the form. And I was able to identify what’s the issue. At the bottom of the form, you can see that the Submit button has a conditional.

    The conditional specifies that the Submit button should only appear if the Radio field is set to the first option. In that case, if you select any other option, the Submit button should not load.

    The reason why the Submit button appears anyway, is because you have custom CSS code that “forces” the button to be visible. This code is located in the Appearance section of the form. The CSS code makes the button to appear, but only in appearance, the code that makes the button work depends on the conditional you have in the settings I mentioned previously.

    So, to fix this, simply remove the conditional. You may also want to check that the CSS code of your form is correct.

    Kind regards,
    Jair.

    Thread Starter yberges

    (@yberges)

    thanks for quick support that it !

    have a good day

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

You must be logged in to reply to this topic.