Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
6266 Vizualizări

i need to add checkboxes to the records displayed in a webpage.

please help

Imagine profil
Abandonează
Autor Cel mai bun răspuns

How do you get the values of selected checkboxes and iterate them?

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Extend the webpage and add input type of checkbox.

See the sample,

<input type="checkbox" id="checkbox_cgv" class="custom-control-input"/>
<label for="checkbox_cgv" class="custom-control-label">
I agree to the <a target="_BLANK" href="/shop/terms">terms &amp; conditions</a>
</label>


Thanks

Imagine profil
Abandonează