Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Custom form radio buttons

Featured Replies

You could use JavaScript or jQuery (Yes I know it's still js) to create a fake custom one which changes the real hidden one ;P

How can I create or use customised radio buttons for forms?

 

Thanks.

 

Hello futureproof

 

The code to creat radio buttons for forms is within <form> </form> tags as follows

 

<form>

<input type="radio" name="colour" value="red">Red

<input type="radio" name="colour" value="blue">Blue

<input type="radio" name="colour" value="green">Green

</form>

 

Hope this helps

 

Kath

  • Author

Cheers Jordan, have you got any tutorials or examples??

 

Cheers Kate, I'm after non-standard customised ones if I can, thanks though.

 

Rich

Cheers Jordan, have you got any tutorials or examples??

 

Cheers Kate, I'm after non-standard customised ones if I can, thanks though.

 

Rich

 

Unfortunately not. I've just seen it don't that way for <input type="file"> and would assume it's a similar process. If I have chance in the morning I'll give it a shot.

  • Author

Ok mate no worries, i'll keep scowering google for tutorials.

 

Cheers.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.