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

  • Home
  • SEARCH
  • 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 7773305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:06:16+00:00 2026-06-01T17:06:16+00:00

I have created a Zend based php application. I am looking for a simple

  • 0

I have created a Zend based php application.

I am looking for a simple way to create a popup or hoover-over help that I can use to to provide user help for the fields that the user should enter.

I guess I need javascript, and for the Zend form elements some decorator. But I have not been able to figure out how it should work. Maybe I need some CSS as well?

Does anyone have an example.

kind regards,
Vincent

  • 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-01T17:06:18+00:00Added an answer on June 1, 2026 at 5:06 pm

    you may use the jquery plugin for validation, which would prevent the form from submitting until first level checks have been passed. You find further information on the documentation page of jquery. But never trust those checks. You should always validate user input in the backend

    http://docs.jquery.com/Plugins/Validation

    or you use this, based on jquery

    <!DOCTYPE html>
    <html>
    <head>
      <title>Form Info</title>
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    
      <script type="text/javascript">
        $(document).ready(function(){
          $(':input.form-input').live('focus', function(){ //get input field
          $(this)
          .closest("div") //get up to div element
          .find(".form-info") //and search for corresponding form-info class to that input field
          .show(); //show it
          }).live('blur', function(){
          //once you leave the input field you might to some things
    
          //...
    
          //or just remove the element
          $(this)
          .closest("div") //get up to div element
          .find(".form-info") //and search for corresponding form-info class to that input field
          .hide(); //hide it
          });
        });
      </script>
    
    </head>
    <body>
    
      <div>
          <input type="text" name="blub" value="" class="form-input" />
          <span class="form-info" style="display:none;">my info to the customer</span>
      </div>
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create application with Zend framework so I have created basic
I am busy with a new project based on zend framework. I have created
I have created one form that extends zend form. For Adding New Record it
So, I have created a Zend application following the quick start guide (so it
I have based my application upon the Zend Framework. I am using Zend_Auth for
I have an application based on Zend Framwork. In one Model I am calling
I am running Zend Framework 1.11.10 on Ubuntu 11.10. I have created 3 modules
About to create a form using Zend Form, all the form elements should have
I have created a simple test form with FormBorderStyle = FixedToolWindow by default and
i have created a simple public ref class in the vc++ project, which is

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.