<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AEM forms - check form validation status in Adobe Experience Manager Forms Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451463#M2331</link>
    <description>&lt;P&gt;In my use case I wanted to add a submit button that is:&lt;/P&gt;&lt;P&gt;1. Visible on the last panel of the form&lt;/P&gt;&lt;P&gt;2. Visible on the other panels only if the form is filled and can be actually submitted&lt;/P&gt;&lt;P&gt;This is just a demo scenario that I wanted to implement to learn more about this features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's why I wonder whether there is a function that can return the information about the fields without changing the form status. For example if user just opened the form it's not valid (because all fields are empty) and in that case I would like to hide the submit button - but calling validate will highlight all of the fields which is not acceptable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I understand the answer for my question is: no, at the moment there is no API that allows to check form validation status without actually validating the form which changes all invalid fiends.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 09:09:26 GMT</pubDate>
    <dc:creator>bartek_887</dc:creator>
    <dc:date>2022-05-11T09:09:26Z</dc:date>
    <item>
      <title>AEM forms - check form validation status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451408#M2329</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning features available in the AEM forms. I am building a form that consist of multiple panels and I would like to show the submit button only if all required fields are valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see that there is an API that allows to validate form using `guideBridge.validate()` which will return true/false but this also changes the form (invalid fields are marked as invalid). Is there a function that can check if form is valid without actually changing form fields? I wonder how I could dynamically show/hide submit button based on the status of the for.&lt;/P&gt;&lt;P&gt;API:&amp;nbsp;&lt;A href="https://developer.adobe.com/experience-manager/reference-materials/6-5/forms/javascript-api/GuideBridge.html#validate__anchor" target="_blank"&gt;https://developer.adobe.com/experience-manager/reference-materials/6-5/forms/javascript-api/GuideBridge.html#validate__anchor&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 21:23:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451408#M2329</guid>
      <dc:creator>bartek_887</dc:creator>
      <dc:date>2022-05-10T21:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: AEM forms - check form validation status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451431#M2330</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17468940"&gt;&lt;/LI-USER&gt;&amp;nbsp; Your understanding is correct if you call validate then the validation will run on the fields and the fields that fail the check will be highlighted. "&lt;SPAN&gt;&amp;nbsp;check if the form is valid without actually changing form fields"- This doesn't fit the general use case, any fields that fail validation need to be highlighted before the next action can take place.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 05:06:43 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451431#M2330</guid>
      <dc:creator>Mayank_Gandhi</dc:creator>
      <dc:date>2022-05-11T05:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: AEM forms - check form validation status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451463#M2331</link>
      <description>&lt;P&gt;In my use case I wanted to add a submit button that is:&lt;/P&gt;&lt;P&gt;1. Visible on the last panel of the form&lt;/P&gt;&lt;P&gt;2. Visible on the other panels only if the form is filled and can be actually submitted&lt;/P&gt;&lt;P&gt;This is just a demo scenario that I wanted to implement to learn more about this features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's why I wonder whether there is a function that can return the information about the fields without changing the form status. For example if user just opened the form it's not valid (because all fields are empty) and in that case I would like to hide the submit button - but calling validate will highlight all of the fields which is not acceptable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I understand the answer for my question is: no, at the moment there is no API that allows to check form validation status without actually validating the form which changes all invalid fiends.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:09:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451463#M2331</guid>
      <dc:creator>bartek_887</dc:creator>
      <dc:date>2022-05-11T09:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: AEM forms - check form validation status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451467#M2332</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17468940"&gt;&lt;/LI-USER&gt;&amp;nbsp;That's fairly doable. Let me send you a sample. so basically if all the fields are filled then only submit is shown.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:21:40 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/451467#M2332</guid>
      <dc:creator>Mayank_Gandhi</dc:creator>
      <dc:date>2022-05-11T09:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: AEM forms - check form validation status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/452011#M2333</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;LI-USER uid="6150932"&gt;&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any updates? Could you share the sample?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! &lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@31B4D6D7B3510763F3CBB2AAB7997408/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 09:27:57 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/452011#M2333</guid>
      <dc:creator>bartek_887</dc:creator>
      <dc:date>2022-05-16T09:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: AEM forms - check form validation status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/452166#M2334</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17468940"&gt;&lt;/LI-USER&gt;&amp;nbsp;sent pkg on personal msg&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 07:37:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-check-form-validation-status/m-p/452166#M2334</guid>
      <dc:creator>Mayank_Gandhi</dc:creator>
      <dc:date>2022-05-17T07:37:26Z</dc:date>
    </item>
  </channel>
</rss>

