Our contact page URL is https://okfn.org/contact – this is the only page with the contact form enabled. Most pages in the website (including the footer) link directly to this URL.
After the multilingual implementation, sometimes the system automatically adds the /en/ to the URL, leading to a blank page https://okfn.org/en/contact. That also happens when users access the correct URL directly (by copying and pasting to the browser).
There are two possible solutions:
- Develop a contact form plugin to be added to a Contact page using the
Default layout template (best one considering that we could load forms in different languages and also different forms for purposes other than the Contact page)
- Prevent the system from auto redirecting for this specific page, making a kind of "hard URL" that always loads
/contact without the language differentiation.
Our contact page URL is https://okfn.org/contact – this is the only page with the contact form enabled. Most pages in the website (including the footer) link directly to this URL.
After the multilingual implementation, sometimes the system automatically adds the
/en/to the URL, leading to a blank page https://okfn.org/en/contact. That also happens when users access the correct URL directly (by copying and pasting to the browser).There are two possible solutions:
Default layouttemplate (best one considering that we could load forms in different languages and also different forms for purposes other than the Contact page)/contactwithout the language differentiation.