hola que tal, agregue un codigo HTML el cual ayuda a que al momento de poner en mi funnel un codigo postal se llene en automatico el apartado de ciudad, estado etc etc
pero al momento de verificarlo no se activa
This usually requires more than just HTML alone ..
For the city/state fields to auto-fill based on the postal code, the code normally also needs to connect to an external API or postal code database (Google Places API, ZIP/postal lookup service, etc).
If the snippet is added correctly but nothing happens, it could be that:
the API connection is missing/invalid
the JavaScript is not loading properly
the field selectors don’t match your funnel inputs
Can you share:
the code snippet you added
where exactly you inserted it in the funnel
Once you share that, I can take a closer look for you