• Hi,
    I have created some conditional fields in the frontend with a javascript logic.

    Some of these fields are hidden by CSS with the display:none property.

    These hidden fields are actually marked as required fields on PDb so they return an error when submitting the form…

    Is there any way, a workaround, to bypass the server side checking on PDb if the fields are hidden in this way?

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    There’s no easy way to do this…but why include them if there is no data to submit?

    Thread Starter ranone

    (@ranone)

    The fields are included because they are shown according to user choices on select with conditional logic..

    Do you think there is a possible way?

    Plugin Author xnau webdesign

    (@xnau)

    Not easily done, the plugin isn’t set up to override the validation like that. You may need to think af another way to do this.

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

The topic ‘Bypass required fields if hidden on frontend form by css’ is closed to new replies.