Posted in random web code
1179
3:27 am, October 18, 2022
 

subscribe to mailchimp code also annoying

I was going to add a "subscribe to my newsletter" option to the widgets so i thought mail chimp might be a good option. 

They should have good embed code shouldnt they?

Well apparently they dont:

That was about as good as i could get it looking without fully rebuilding the form. 

Eh, no one will bother subscribing apart from bots anyway so may as well have the link open in a new window.. ;) They can catch the spam there if they want. 

Its been a bit of an excessive spam week this week. 

View Statistics
This Week
21
This Month
73
This Year
172

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in random web code
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Random CSS Property

:defined

The :defined CSS pseudo-class represents any element that has been defined. This includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method).
:defined css reference