I am trying to create two different formfields for my django form.
I have written a form which includes both the formfields.
I am using jquery.formset.js But in template, I am calling single function for both the formfields, using $(formid tbody tr).formset()
, But two add and remove buttons are coming together.
Please, help.