A checkbox promotion list for music releases

GroupDIY Audio Forum

Help Support GroupDIY Audio Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

efinque

Well-known member
Joined
Jan 3, 2018
Messages
393
Sup GDIY,

today I released a new track. To make promotion easier I wrote a html document with a list of sites etc, checkboxes next to them.

Then all I had to do was mark down which actions I had taken.

Very easy to code. I copied most of it from W3Schools. Works in mobile too.

The only problem is it nulls itself when it's closed. Not a big deal if you keep it open and close it once you're done posting.

IMG_20241020_165234__01.jpg

I can put the code here if anyone needs it. It's based around

Code:
<input type="checkbox">

I also tried

Code:
<iframe>

to embed the target sites but it didn't work.

What are your thoughts?

-ef
 

Latest posts

Back
Top