Side effect on Fast Secure Contact Form
-
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
- The topic ‘Side effect on Fast Secure Contact Form’ is closed to new replies.