Hi thdoan,
The website I was using is a secured one. that needs login credentials to access that. I'm a software engineer, all that what I could see is, when a iFrame (Website inside another website) Form is embedded in a website and the IFrame hosted website has form fields, "Autofill" is not detecting those fields and not creating Autofill rules.
Structure of IFrame website, I am trying to access:
Actual Wesite [ IFrame (Another website URL is embedded (This has form fields and data to be entered)) ]
You can create a sample html for this condition and try debug your code.
When we take-out that iFrame embedded website URL and open the same in a different tap, Autofill rules detech fields and does work normally.
If you are the developer of this tool, could you please share me the code privately? I will also try to look into this code and can suggest you a fix for this.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
As an alternative,
Paste below code
"<!DOCTYPE html>
<html>
<body>
<h1>Sample website to showcase I-Frame</h1>
<p>Iframe end.</p>
</body>
</html>"
Click See Results:
Now you got a sample URL for this scenario
Form fields displayed on the right hand side (Your name, Your email, Your message:) are not considered while creating Autofill rules and they are neither filled from Autofill rules.
Thanks,
Dhanush M
But if you go to that Iframe URL, Autofill will work as expected. But when the Iframe url is embedded in another website it is not working.