# Adding an Avatar

**URL:** https://community.weweb.io/t/adding-an-avatar/1178
**Category:** How do I?
**Created:** [September 26, 2022, 10:30am UTC](https://community.weweb.io/t/adding-an-avatar/1178 "2022-09-26T10:30:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tekcorps](https://avatars.discourse-cdn.com/v4/letter/t/65b543/32.png) [@tekcorps](https://community.weweb.io/u/tekcorps)
#### Post date: [September 26, 2022, 10:30am UTC](https://community.weweb.io/t/adding-an-avatar/1178/1 "2022-09-26T10:30:14Z")

</div>

Hi Everyone,

I would like to add a few avatars for users to choose from. In a form, what would be the optimum way to do it? Radio and then apply a number or something different?

Sorry if this is in the forum somewhere else. I looked but could not find anything similar.

---

<div class="post-metadata">

### Author: ![khairul](https://avatars.discourse-cdn.com/v4/letter/k/a88e4f/32.png) [@khairul](https://community.weweb.io/u/khairul)
#### Post date: [September 26, 2022, 11:28am UTC](https://community.weweb.io/t/adding-an-avatar/1178/2 "2022-09-26T11:28:36Z")

</div>

I think a radio option would be fine. If you want a nice UI you can do a choice button such as this

 ![Screenshot 2022-09-26 at 7.27.20 PM](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/2/2395fbf7899db42679dd6eecaf0a57bb0a94ad91.jpeg)

and bind it to the radio value.

---

<div class="post-metadata">

### Author: ![tekcorps](https://avatars.discourse-cdn.com/v4/letter/t/65b543/32.png) [@tekcorps](https://community.weweb.io/u/tekcorps)
#### Post date: [September 26, 2022, 11:38am UTC](https://community.weweb.io/t/adding-an-avatar/1178/3 "2022-09-26T11:38:35Z")

</div>

Awesome, thank you
