diff --git a/assets/js/admin/evf-setup.js b/assets/js/admin/evf-setup.js index 3546cbcf2..4737fedac 100644 --- a/assets/js/admin/evf-setup.js +++ b/assets/js/admin/evf-setup.js @@ -322,6 +322,7 @@ jQuery( function( $ ) { action: function () { evf_setup_actions.replaceUrlWithPromise(url) .then(function() { + $('#add-fields').trigger('click'); location.reload(true); }).catch(function () { // Handle error if URL replacement fails