[Answer]-Django Inlineformset – JQuery Dropdown based on Second Dropdown

1👍

You have to use Ajax to request the specific type each time the product type select changes value, then append the result to the product select. Start with binding on the ‘change‘ event on the select product type, then use ‘$.post‘ to send the selected type and last append the result in the product select.

Leave a comment