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 8899447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:51:33+00:00 2026-06-15T00:51:33+00:00

I have been looking all day for a way to make a contact form

  • 0

I have been looking all day for a way to make a contact form similar to the one on this site: http://45royale.com/
If you click on the contact button a black background fades in and the from drops down using an ease function. I have been picking through the code trying to see what to do but I am stuck and I have also been looking and other javascript pop ups but so far it seems they only use php for the form however this one calls a html.

Any suggestions?

  • 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-15T00:51:34+00:00Added an answer on June 15, 2026 at 12:51 am

    Here is something like the form in the example: http://jsfiddle.net/ep39v/3/.
    And the source:

    HTML

    <div class="form"></div>
    <button id="showFormBtn">Show form</button>
    ​
    

    JavaScript

    var form = $('.form');
    
    $('#showFormBtn').click(function () {
        fadeBackground(showForm);
    });
    
    (function () {
        form.css({
            top: -form.height(),
            left: ($(document.body).width() - form.width()) / 2
        });
    }());
    
    function fadeBackground(callback) {
        var background = $('<div class="background"></div>');
        $(document.body).append(background);
        background.fadeTo(300, 0.5, function () {
            if (typeof callback === 'function') {
                callback();
            }
        });        
    }
    
    function showForm() {
       var form = $('.form');
        form.animate({ top: 10 }, 1500, 'easeOutElastic');
    }
    ​
    

    CSS

    .form {
        width: 30%;
        height: 40%;
        background: black;
        position: absolute;
    }
    body {
        height: 100%;
    }
    .background {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: black;
        opacity: 0;
    }​
    

    May be you need to change only the easing.

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

Sidebar

Related Questions

I have been looking all over for this. I have two seperate prpt files
I've been looking all day for a way to procedurally generate 2d texture with
I have been all over the web looking for a clean way to change
I have been looking all over the internet and i found some good guides
I've been looking all over for a simple example of how to have an
I have been looking at the Thinktecture.IdentityModel.40 library as a way of handling the
I have been looking for an answer to this on Stack Overflow, but I
Good day all, First of all, maybe i went about this the wrong way
I've been looking for all most a day now. Is there any place to
Ok guys this problem has been bugging me all day and I cant seem

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.