I noticed that the sign up form doesn’t allow email autocomplete, forcing the user to type the full email (and possibly add a typo)
This is true for the dedicated page as well as embedded iframe and HTML.
This is because the input element uses attribute autocomplete=« off » (explicitly) so it seems intended.
However, I cannot customize this except when using embedded HTML (and right now I’m using the iframe).
I don’t see any option to change this behavior.
Is there any way to force the sign up form to use autocomplete=« on »?