-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] FreeLists form is deprecated #412
Comments
@ashwinvis you added this feature in 2bbfb0f. Let me know what can we do to fix it. New form has a Captcha field. Possible solutions
|
Thanks for checking. I wasn't aware of it. I don't think option 1 is feasible now according to the docs:
We can have something very simple like like: <form action=""https://www.freelists.org/list/{{ FREELISTS_NAME }}">
<input type="submit" value="Subscribe" />
</form> Ref: https://stackoverflow.com/questions/2906582/how-to-create-an-html-button-that-acts-like-a-link |
Cool. Can you open a PR for it? |
Fixes deprecation reported in Pelican-Elegant#412
# [3.2.0](V3.1.0...V3.2.0) (2019-07-30) ### Bug Fixes * **freelists:** open FreeLists subscription form in a new tab ([f81657c](f81657c)) * **freelists:** replace deprecated subscription form with button ([9bfe3c1](9bfe3c1)), closes [#412](#412) * **freelists:** rm unused include ([27f0831](27f0831)) ### Features * **comments:** reduce transition duration from 500 to 200 ([b86e13d](b86e13d)) * **favicon:** add 180x180 dimension shortcut icon support ([dd2ed24](dd2ed24)) * **filter:** add black list, white list feature for Disqus ([4887aec](4887aec)) * **filter:** add black list, white list feature for FreeLists ([2407cc8](2407cc8)) * **filter:** add black list, white list feature for Mailchimp ([b96122d](b96122d))
Mandatory Step
Description
Describe the bug
Using FreeLists subscription form does not work. Instead it redirects user to a new page which says the form has been deprecated.
Screenshots
https://www.freelists.org/cgi-bin/subscription.cgi
The text was updated successfully, but these errors were encountered: