@ -3106,7 +3106,7 @@ define([
} ) ;
} ) ;
Messages . form _makePublicWarning = "Are you sure you want to make responses to this form public? Past and future responses will be visible by participants. This cannot be undone." // XXX existing key
// Private / public status
var resultsType = h ( 'div.cp-form-results-type-container' ) ;
var $results = $ ( resultsType ) ;
@ -3140,7 +3140,7 @@ define([
$responseMsg . empty ( ) ;
Messages . form _updateMsg = "Update submit message" ; // XXX 4.11.0
Messages . form _addMsg = "Add submit message" ; // XXX 4.11.0
Messages . form _responseMsg = " Add a message that will be displayed after participants submit the form."; // XXX 4.11.0
Messages . form _responseMsg = " This message will be displayed after participants submit the form."; // XXX 4.11.0
var text = content . answers . msg ? Messages . form _updateMsg : Messages . form _addMsg ;
var btn = h ( 'button.btn.btn-secondary' , text ) ;
$ ( btn ) . click ( function ( ) {
@ -3212,7 +3212,7 @@ define([
refreshResponse ( ) ;
// Make answers anonymous
Messages . form _makeAnon = " Make all answers anonymou s"; // XXX
Messages . form _makeAnon = " Anonymous response s"; // XXX
var anonContainer = h ( 'div.cp-form-anon-container' ) ;
var $anon = $ ( anonContainer ) ;
var refreshAnon = function ( ) {
@ -3365,8 +3365,8 @@ define([
return [
preview ,
endDateContainer ,
privacyContainer ,
anonContainer ,
privacyContainer ,
editableContainer ,
resultsType ,
responseMsg