Crocoblock / jetformbuilder

72 stars 15 forks source link

Terms List doesn't work properly #444

Open sakibstime opened 1 month ago

sakibstime commented 1 month ago

The term's full list cannot be displayed in the latest form version which works properly in the older version. But, if any value from the term list is used then it's displayed on the submission form.

Suppose, There is a Term named Country.

I added,

  1. Afghanistan
  2. Albania
  3. Algeria
  4. Andorra
  5. Angola
  6. Antigua and Barbuda
  7. Argentina
  8. Armenia
  9. Australia
  10. Austria
  11. Azerbaijan

This term has a relation with the user and CPT.

There is a CPT posted on the site where 5. Angola is used, the submission form will only display 5. Angola. Even the Ajax search cannot find other items.

Note. Glossary works properly in this case. But, I want to fetch this from terms. Otherwise, the submitted data won't be filtered with category-type data where we usually use terms as categories.

This issue was not in the 3.3.0. This issue was started after this version and even exists in 3.3.4.1.

Please review this issue and fix it.

TIA