I paid for an AMP Joomla extension which turned out to be a complete waste of money as it doesn't revert to canonical pages when clicking on the contact form by Chronoforms6, so it basically gives a blank page instead of the Chronoforms form. Any of you has any hint on how to fix this either by redirecting or creating an easier form or a different menu especially for the AMP pages?
That sounds like a "talk to the people making the broken plugin" kind of problem.
AMP strips out all styles and javascript from the body of the page. The contact form that comes with Joomla works on AMP pages so long as you have included https://cdn.ampproject.org/v0/amp-form-0.1.js and your plugin can "amplify" Joomla Contact Form. I used wbAMP but if you want to learn more about AMP - you can go here: https://www.ampproject.org/docs/reference/components/amp-form , understanding future web apps/PWA's must use CORS.
This topic is locked and no more replies can be posted.