Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

How to add fields validation before Printing - HTML5 Forms

Avatar

Level 1

Hi there,

I am quite new to HTML5 Design and I am wondering if anyone has run into this issue before.

I have a HTML5 form with some required fields which need to be validated after I click the Print button. I came up with the script below; however, it kept going to the loop even though I have entered the required data.  Using the HTTP Submit Button will go through all required fields but it does not bring up the Print Dialog.

FormsCal

if(xfa.host.appType == "HTML 5" or emplid.rawValue == null) then

xfa.host.messageBox("You must enter the required data to be able to print this form")

else

window.print()

endif

Thanks,

Calvin

7 Replies

Avatar

Community Advisor

Understand your question is more about HTML5 and not AEM. May be this questions needs to be moved to the correct forum.

Avatar

Level 1

Hi,

Isn't HTML5 part of the AEM Designer? I can't seem to find a forum for AEM HTML5.

Avatar

Administrator

Moving this question to AEM forms!!



Kautuk Sahni