• Resolved kba

    (@kba)


    Hi

    I am trying to use form one.

    [si-contact-form form=’1′]

    For some reason, my page will show two forms.. the top is correct and works fine, but the bottom one appears for some reason and does not email anything. That bottom one had an addition captcha.

    I went through all the settings but not sure what I need to change to remove that bottom one

Viewing 3 replies - 1 through 3 (of 3 total)
  • When I view the source code an look at the other form I see this:
    et-contact

    What is et-contact?
    Is that another plugin you installed?
    Is it part of your theme?

    Maybe another plugin is conflicting.
    Look on the Admin – Plugins – menu.
    Temporarily Disable (not uninstall) all your other plugins.
    Does it work now? If yes, Activate 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, or “Twenty Ten” (default for WP 3.0).
    It does not cause any harm to temporarily change the theme and change back.
    Does it work properly now?
    If it does then the theme you are using is the cause.

    Thread Starter kba

    (@kba)

    Thanks.. it was the theme..

    I renamed the page_contact.php to something else an its gone now

    I ran into this same problem and added CSS to hide the generic form’s div in my theme’s main CSS file…

    #et-contact
    {
      visibility: hidden;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 forms show up, one with captcha image, one with addition’ is closed to new replies.