import issue with required field in new importform process

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

import issue with required field in new importform process

Post by swiftinitpvtltd »

I have a sample registration form it works fine when imported in aware IM but validation does not work at all...
https://codepen.io/afirulaf/pen/djAen

Can someone try this and let me know if "Name is required" or Email is required" shows up by importing this html in new form html import process.

After import the field becomes like below in chrome inspect but on submit it only shows "form data invalid" and not html5 message on that box."This field is required"

<input name="name" class="aw-mapped k-textbox k-invalid" id="firstname" required="required" type="text" placeholder="First Name" aw_attr_id="101" data-required-msg="This field is required" aria-invalid="true">
Post Reply