Hi, I'm trying to create a new sign up form in my website;
I modified the layout and added new fields, then I created a radio button to select the user type (if it is a private or a company user) and the script in JS in its path (custom_addon/static/src/js/...) but when I upgrade the module, it return this error: "External ID not found in the system: web.assets_backend".
I leave my code for further information:
- manifest: https://pastebin.com/Tkru2d3t
- xml (sign up form): https://pastebin.com/CcVQAZvp
- js: https://pastebin.com/6iEXR3y8
every help is appreciated, thanks in advance!