CMS Development

vinebhat24
Participant

Checkbox is Unchecked onchange.

Hey there, I created the filtered box, So if I click any box it will filter data accordingly and giving the result. But after that checkbox unchecked automatically. So I am not able to apply multiple filter(using multiple checkbox).  Any help would be great. Capture3.PNG

<h5>TOPIC: </h5>
{% set search_types = hubdb_table_column(100000, "topic").options %}
{% for choice in search_types %}
<input type="checkbox" name="topic" value ='{{choice.id}}' form="form_id" onChange="this.form.submit()" >
{{choice.name}}</br>
</input>
{{queryparam}}
{% endfor %}

0 Votes
2 Réponses
sharonlicari
Gestionnaire de communauté
Gestionnaire de communauté

Checkbox is Unchecked onchange.

Hey @vinebhat24 

 

I apologize for the delay response. I am wondering if you could share the URL where you have this checkbox. 

The more information you can provide, the better the Community can assist!

 

Thank you

Sharon


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




0 Votes
vinebhat24
Participant

Checkbox is Unchecked onchange.

http://www-insynchcs-com.sandbox.hs-sites.com/insync_university_hubdb

 

I just made some changes in design, so please don't be confused. 

0 Votes