• Resolved admpt1

    (@admpt1)


    Hello,

    The elementor form does not require use the selection field, even with the “required” box checked.

    The required text fields are normal. I tested disable plugin one by one and even created a new form, but the problem continued. I used an old version of elementor, I upgraded to the latest version and it didn’t work.

    The user is able to submit the form without using the floating list field (select field). I did not get information on the elementor pro website, I believe it is a simple problem, although I was unable to solve it.

    Wait reply, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ArielK

    (@arielk-1)

    Thread Starter admpt1

    (@admpt1)

    I didn’t understand your answer. I don’t know if the problem was well described, but the link you sent me is unrelated.

    I checked and tested content link, but the problem persisted.

    To clarify: there is a required select field, the user CANNOT send the form without making a selection, but the problem is that he can send it. Even the “required” option checked. I didn’t understand why this topic was marked as resolved …

    Plugin Author ArielK

    (@arielk-1)

    Select is a field with multiple values, for example:

    First option
    Second option
    Third option

    So when the user choose the “first option”, the field is filled with something, so the form is always submitted.

    When you want to send the form if the user selects the second or third option only, you must add a value with the pipe separator (|) to each option except the first, for example:

    Select|
    Option Two|Value1
    Option Three|value2

    In this way, the form will be sent only if the user choose the second or third options.

    • This reply was modified 4 years, 5 months ago by ArielK.
    Thread Starter admpt1

    (@admpt1)

    Now I understood the relation, I believed that this was just a facilitating resource for the backend. It’s an interesting detail.

    Thanks for clarifying, this solved the problem.=)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Select form field’ is closed to new replies.