• Resolved pervasiveconcierge

    (@pervasiveconcierge)


    The conditonal field options are not working, all fields are showing. The required fields are not validating. It’s allowing the user to continue without filling out the required field.The JQuery date picker isn’t showing.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Then you probably have a JavaScript error and PPOM scripts can’t run properly. What’s the URL of the page with the problem?

    Thread Starter pervasiveconcierge

    (@pervasiveconcierge)

    Thank you for your response. The link is my.pervasiveconcierge.com/task/notarize-documents .

    There is a JavaScript error on your page. The jQuery datepicker is failing.

    From what I can see you set the Disable Past Dates to +365 and then set the Year Range to 2020. By that logic, no dates will be available and the script may fail.

    An entry in Disable Past Dates will disable all dates based on what you entered. So by entering +365 will disable all dates between today and 9 June 2021.

    An entry in Year Range will limit the number of years that are available for the calendar. By setting it only for 2020 there is absolutely no date available to show.

    By using these settings I was able to reproduce your issue.

    If you only want people to be able to select this year, then just set the Disable Past Dates to nothing and the year to c.

    CORRECTION: set Year range to c:c.

    Additionally, there is a known problem with Ajax based error validation. If you have it enabled, turn off Ajax based error validation for this PPOM meta group.

    Thread Starter pervasiveconcierge

    (@pervasiveconcierge)

    Thank you so much. It solved the Validation by turning off the ajax and I fixed the dates with your advice however the all the fields are still showing with my conditions. Name of Building field & below is only supposed to show will they select “Choose Location”.

    Thread Starter pervasiveconcierge

    (@pervasiveconcierge)

    Nevermind somehow the settings changed after I made the corrections. I’m updating the conditonal settings for each field again.

    Thread Starter pervasiveconcierge

    (@pervasiveconcierge)

    Thank you again for all of your help. It’s fixed!

    Great! Glad to help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Conditions, Date Picker, Validation not working’ is closed to new replies.