[Answer]-How can i add extra attribute to the form in admin dynamically

1👍

There are 2 options.

  1. Extend/Customize the default changelist form as mentioned in this link
  2. Customize the changelist template and inject(dynamically add) the extra field in jQuery ready() event.

Leave a comment