• Resolved kikix2125

    (@kikix2125)


    I like to customize the form_success_message, so I edited the file visual-form-builder.php, but it still prints the old text. Where else should I edit?

    <?php
                                                        /* If there's no text message, make sure there is something displayed by setting a default */
                                                        if ( $form_success_message === '' )
                                                            $default_text = sprintf( '<p id="form_success">%s</p>', __( 'Thank you for your information, please download Surgimap Spine from below.' , 'visual-form-builder') );
                                                        ?>

    https://www.ads-software.com/extend/plugins/visual-form-builder/

Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    You shouldn’t have to edit the core code to change the success message. If you go to Form Settings->Confirmation, you can change the text there.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Visual Form Builder] form_success_message’ is closed to new replies.