• Resolved jpr105

    (@jpr105)


    Hello,
    First, congratulations for your plugin, it’s really great.

    I wanted to make a change to ensure that field labels appear above the input fields. I created a template for this and I made my changes like this:

    `<!– name field –>
    <div class=’css_form_textfieldspace’>
    <b class=’css_form_text’>$lang_name $var_mandatory_char<br /><input class=’css_form_namefield’ type=’text’ name=’gbname’ value=’$gbname’ maxlength=’50’ /></b></div>`

    instead of
    <!– name field –>

    `<div class=’css_form_textfieldspace’>
    <input class=’css_form_namefield’ type=’text’ name=’gbname’ value=’$gbname’ maxlength=’50’ />
    <b class=’css_form_text’> $lang_name $var_mandatory_char</b></div>`

    Everything works fine but now I have error message when I click on the Save button after making a change in DMSGuestbook:

    Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/dmsguestbook/admin.php:3579) in /wordpress/wp-content/plugins/si-contact-form/wp-session/class-wp-session.php on line 92

    This message comes from Fast Secure Contact Form!

    Is this a problem? I did something wrong?

    Thank you for your help

    Regards – Jean-Paul

    https://www.ads-software.com/extend/plugins/dmsguestbook/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DanielSchurter

    (@danielschurter)

    Hi Jean-Paul

    This isn’t a problem, it’s only a notification.
    If no other errors are displayed you can disable this notification by inserting following code on admin.php in your dmsguestbook plugin folder:

    ini_set('display_errors', '0');
    error_reporting(0);

    Greetings,
    Dani

    Thread Starter jpr105

    (@jpr105)

    Dani

    Thank you for your quick response. I noticed your suggestion but I prefer to let the error be displayed in order not to hide other potential errors (mainly because I’m building my site).

    So I close this post.

    Regards – Jean-Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Side effect on Fast Secure Contact Form’ is closed to new replies.