We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66df223 commit dff673fCopy full SHA for dff673f
1 file changed
assets/scripts/wplf-admin-form.js
@@ -2,9 +2,9 @@
2
* Custom JS on the edit screen for the form cpt
3
*/
4
(function($) {
5
+
6
$(document).ready(function() {
7
function parseFields() {
-
8
// get editor content
9
// we don't allow the wysiwyg editor here, so it's fine to just get the textarea value
10
var content = $('#content').val();
@@ -63,6 +63,6 @@ $(document).ready(function() {
63
}
64
$('input[name="wplf_email_copy_enabled"]').change(toggleEmailCopy);
65
toggleEmailCopy();
66
67
});
68
})(jQuery);
0 commit comments