Load content dinamically when a field is changed
-
I’m loading a field dinamically using
ninja_forms_field
, as documented here.i’m using it to populate a dropdown list named ‘category’.
what i want to do is to populate a field after ‘category’ is selected, with a list of products.
i could use Conditional Logic, what i own for this site, but it would take lots of time to load a field for each one of the categories.
is there a way to load it through ajax?
- The topic ‘Load content dinamically when a field is changed’ is closed to new replies.