Forums

[Plugin: Fast and Secure Contact Form] HTML code appears on conact form page (4 posts)

  1. kitfanc
    Member
    Posted 2 years ago #

    See what I mean, here: http://whenpanicattacks.info/contact

    As you can see, the HTML for the labels is showing up on the contact form.

    Any suggestions how to fix this?

    Thanks,
    ~cj

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

  2. Mike Challis
    Member
    Posted 2 years ago #

    Never seen that before.

    How did you install it? by uploading manually or by searching for it in the admin plugins menu?
    Try uninstalling and reinstalling.

    Maybe another plugin is conflicting.
    Do this as a test:
    Temporarily disable all your other plugins.
    Does it work now? If yes, enable the plugins one by one to determine
    which one conflicts. Which plugin was causing it?

    It could be the theme you are using is causing it...
    Do this as a test:
    In Admin, click on Appearance, Themes.
    Temporarily change your theme to the "WordPress Default" theme.
    Does it work properly now?
    If it does then the theme you are using is the cause.

    Let me know what fixes it.

  3. geezerd
    Member
    Posted 2 years ago #

    No HTML allowed inside the labels, huh? That's too bad, I wanted to make part of the label a smaller size font and different color.

  4. Mike Challis
    Member
    Posted 2 years ago #

    geezerd, your question is not related to this topic. But here is your answer:

    How to change the colors for the input titles on the contact form:
    Go to the contact form settings page, click on Advanced Options, look
    for the setting "CSS style for form input titles on the contact form:".

    change:
    text-align:left; padding-top:10px;

    to:
    text-align:left; padding-top:10px; color:white;

    How to change the colors for the text input fields:
    Go to the contact form settings page, click on Advanced Options, look
    for the setting "CSS
    style for form input fields on the contact form".

    change:
    text-align:left;

    to:
    text-align:left; color:black;

    Note: you can change font color and background to any html hex color code text-align:left; color:#000000; background-color:#CCCCCC;
    also, these custom settings will be safe when upgrading the plugin.

Topic Closed

This topic has been closed to new replies.

About this Topic