You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 layout
template (best one considering that we could load forms in different languages and also different forms for purposes other than the Contact page)/contact
without the language differentiation.The text was updated successfully, but these errors were encountered: