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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:27:22+00:00 2026-06-18T00:27:22+00:00

I have an HTML form similar to: <form id=cart-form> <input type=text name=quantity /> <input

  • 0

I have an HTML form similar to:

<form id="cart-form">
    <input type="text" name="quantity" />
    <input type="hidden" name="sku" value="SKU123" />
    <input type="submit" name="submit" value="Submit" />
</form>

I also have a hidden div like thus:

<div id="cart-special-offers" style="display:none;"><p>Would you like to take a look at our <a href="/catalogue/category/543" class="ignore-form">current promotions</a>?</p>
    <p><a href="/catalogue/category/543" class="ignore-form">Yes please</a></p>
    <p><a href="#" class="fancybox-close-link">No thanks</a></p>
</div>

On submitting the form, I would like to display the hidden div in a fancybox popup window (halting the form submission).

If the user selects to view the special offers, the form submission should completely cancel, and the user should be redirected.

If the user selects to close the fancybox popup (by any means), the user’s form should now be submitted.

The JS I currently have is:

$('#cart-form').submit(function(){
    $.fancybox.open([
        {
            href : '#cart-special-offers'
        }
    ]);


    return false;

});

$('.fancybox-close-link').click(function(){
    $.fancybox.close();
    $('#cart-form').submit();
});

This obviously results in a loop, showing the fancybox window every time I try to close it without viewing the special offers.

How do I stop this from happening?

Thanks in advance.

  • 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-18T00:27:23+00:00Added an answer on June 18, 2026 at 12:27 am

    This was in fact a ridiculous way of going about things.

    What I wanted was to post and go to a page, but I had two submit buttons.

    What I didn’t realise was I could hide one of the submit buttons (display:none), put an anchor in its place that triggers the lightbox, then when clicking the close on the lightbox it triggers a click on the hidden input.

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

Sidebar

Related Questions

If I have a HTML in a <form> like this: <input type=text value=someValue1 name=myValues/>
Let's say you have a HTML form: <form> <input name = in1 id=in1 type=text
I have a html form <form action=process.php method=post> <input type=checkbox name=name[v1] /> <input type=checkbox
i have html form i am using <a href="#" onclick="document.aa.submit()"> instead of submit button
My input tag started to go crazy... I have html form for input to
I have an html form and I need to populate one of the input
I have attribute name of model Person. I want to use html-form with fields:
I have modified my comments/form.html and comments/posted.html to work in a similar way to
I have an HTML Form that contains groups of similar items. I know HTML
I have a following problem, I have HTML form that uploads a file with

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.