WordPress.org

Forums

[Plugin: Fast and Secure Contact Form] Some questions (5 posts)

  1. David Potter
    Member
    Posted 3 years ago #

    Great plugin!

    I have some questions:

    1. When I specify a single quote character in the subject field, it gets saved with a preceding backslash. For example, "If your question isn't answered..." gets saved as "If your question isn\'t answered...". Each time it is saved another backslash is added. Have you seen this before?
    2. When I turn flash audio on it changes from being a small speaker next to the CAPTCHA line to being a large box under the CAPTCHA line and moves the refresh line below that. The feature works great, but it isn't near as clean. Have you seen this before?
    3. I didn't see an option to send the email as HTML. Can you add that?

    Here's my contact form: http://gameshirtz.com/contact/

    Thanks,
    David

    http://wordpress.org/extend/plugins/si-contact-form/

  2. Mike Challis
    Member
    Posted 3 years ago #

    Sorry you are having trouble.

    1. I cannot duplicate this on my server. I do see it on your site. I need your help to diagnose:
    I would like to see your PHP settings .. please put this code on a PHP page:
    <?php phpinfo(); ?>
    then send me the URL from my contact page (rather than posting the URL here)
    http://www.642weather.com/weather/contact_us.php

    2. I cannot duplicate this on my server. have you modified the code in the plugin? if so, please reinstall so I can see the problem with the original code in place.

    3. no option for that, sorry.

  3. Mike Challis
    Member
    Posted 3 years ago #

    1. will be fixed in the next version.

  4. David Potter
    Member
    Posted 3 years ago #

    Sorry for not checking back. Thanks for finding the issue with #1. I'm using your original plugin code (1.9.3).

    Note that the flash audio option isn't made available in Firefox, although it is available in IE8 and Google Chrome. You can verify that on my site.

    By the way, I installed 1.9.5 and the CAPTCHA image stopped being displayed. I encountered the following PHP 'warning' in secureimage.php:

    `PHP Warning: Cannot modify header information - headers already sent by (output started at C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage.php:642) in C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage.php on line 987
    [07-Dec-2009 10:56:20] PHP Stack trace:
    [07-Dec-2009 10:56:20] PHP 1. {main}() C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage_show_medium.php:0
    [07-Dec-2009 10:56:20] PHP 2. Securimage->show() C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage_show_medium.php:66
    [07-Dec-2009 10:56:20] PHP 3. Securimage->doImage() C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage.php:487
    [07-Dec-2009 10:56:20] PHP 4. Securimage->output() C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage.php:589
    [07-Dec-2009 10:56:20] PHP 5. header() C:\inetpub\GameShirtz.com\wp-content\plugins\si-contact-form\captcha-secureimage\securimage.php:987'

    When running your test it encounters a warning trying to execute the same statement:

    $gd_info['JPEG Support']

    I'm sending you a URL to a phpinfo page of my site in case it's helpful.

    Hopefully this will help you track down thes problems. Thanks for your work on this and your responsiveness. It's very much appreciated.

    Thanks,
    David

  5. Mike Challis
    Member
    Posted 3 years ago #

    There is a surprise difference between Windows and Linux:
    Linux uses $gd_info['JPG Support']
    Windows uses $gd_info['JPEG Support']

    I was only expecting the Linux variable (windows is usually the odd egg in the basket).
    I coded a fix for this. To try the new update you have to uninstall the plugin, then re-download and re-install it.

    Let me know if it fixed it.

Topic Closed

This topic has been closed to new replies.

About this Topic