Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8765703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:21:20+00:00 2026-06-13T16:21:20+00:00

I´m trying to add form fields with jQuery (contact 7 form in wordpress). It

  • 0

I´m trying to add form fields with jQuery (contact 7 form in wordpress). It has hidden fields that are shown with jQuery.

I just completed a jsFiddle that works fine: http://jsfiddle.net/Mangomeat/SfTyG/1/

My javascript:

$(document.body).click(function () {
    $("div:hidden:first").fadeIn("slow");
  });

But when I put the jQuery function into my wordpress test page, I can’t get it to work.

http://libra-frisk.com/uberMenuTest/?page_id=84#

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:21:21+00:00Added an answer on June 13, 2026 at 4:21 pm

    You haven’t attached the click event to the show or click here links. Add an id to them and the div you want to appear. Then change your JS to something like:

    $(document).ready(function() {
     $('#show').click(function () {
        $("#hiddencontent").fadeIn("slow");
      });
    });
    

    So in that case you would add an id of show to the click here call to action and an ID of hidden content to your hidden content that you want to reveal. The reason for this is that you aren’t being specific enough about what elements you want to interact with, div and body in your case aren’t specific enough.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm fairly new to JQuery and I'm trying to add multiple form fields for
Im trying to add a Jquery validation script to a form plugin for wordpress.
I'm trying to add some validation to some form fields in a jQuery Mobile
i'm trying to use jQuery multiselect plugin in a form editing jqGrid (add form).
I am trying to add some multiple form fields in separate divs. But by
Currently I'm trying to edit a hidden form with the command: jQuery(document).ready(function(){ jQuery(#test).val(hi); });
I'm trying to use jQuery validation plugin to validate a few form fields by
I'm currently using the jquery dynamic form plugin to add form fields. http://sroucheray.org/blog/jquery-dynamic-form/ My
I am trying to create a form that posts data via jQuery and populates
I am trying to add a custom field to the user form in the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.