display selected checkbox info in text field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 04:36 AM
Hello.
I have 3 check boxed
1: [] 10usd
2: [] 20usd
3: [] 30usd
and a text field thats named "price"
I need a client script that displays the selected checkbox'es info in a text field so my users can with ease see the price of the selected box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 04:39 AM - edited 02-28-2024 04:40 AM
Hi @asd22 ,
Can you share your requirement clearly ?
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 04:40 AM
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 04:41 AM
ah ok.
i have 3 check boxes, i want when i select 1 check box the text from that check box is displayed in my text field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 04:43 AM
Hi @asd22
There is no direct way to do this, you want to populate in real time or onsubmit?
You can write a logic something as shown below article:
If you want to go with onChange, you will have to have multiple onChange scripts for eachc heckbox and set the text value.
Aman Kumar