• Hi

    I need to change the text for one form.
    for other forms, the default text should remain.

    I try this but in is not working

    document.addEventListener( 'wpcf7mailsent', function( event ) {
            if (event.detail.contactFormId == '257') {
                swal({
                    title: '<strong>'+subscribe_information.title+'</strong>',
                    type: 'success',
                    html: subscribe_information.content,
                    showCloseButton: true,
                    showConfirmButton: false,
                });
            }
     }, false );
Viewing 1 replies (of 1 total)
  • Plugin Author codeworkweb

    (@codeworkweb)

    Hello @lorianqw

    The feature you are asking is available with premium version of the plugin. You can check it on our website and also there are more customizable options on premium version.

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘change title and text for one form’ is closed to new replies.