simplemodal

simple modal contact form wordpress plugin gives "404 not found" on submit

I had this simple modal contact form working fine but must have broke it somewhere along the way and can't figure out where. Now when I hit submit I get a 404 Not found. In Firefox the 404 message never shows and from the Error Console I'm seeing the following error repeated: Error: uncaught exception: [Exception... "Component retur...

Basic Help with SimpleModal and ASP.NET

Integrating SimpleModal with ASP.NET I want to thank Eric for producing SimpleModal and compliment the demos. It looks fantastic.. I only wish I could figure out how to use it.. (it's me, I'm missing some chromosome or something.) Sorry in advance for my noobinicity. I've seen several demos where specific functions are talked about an...

MVC: Clientside validation stops working in SimpleModal AJAX popup after opening and closing it once

I have a view with a simplemodal popup window. You click on a hyperlink, it pops up the window, and if you try to submit the popup'd form without filling in any information it will display the appropriate validation error message next to the textbox. If you close the modal popup and click the hyperlink again, it seems to not do the cli...

SimpleModal and ASP.NET MasterPage

Integrating SimpleModal with ASP.NET and MasterPages This is a continuation of a previous thread found here. Thanks to the help I received previously the code worked in a single page and I was able to use SimpleModal. But my application has MasterPages, so I pasted it into another test form. The results are different then the test I r...

How to close jQuery SimpleModal external page popup on popup page event?

Hi all, I have an asp.net c# project and need to open another page (within the project) as a popup using jQuery SimpleModel plugin, and close it when user clicks on a link on the popup page. (This link also has some serverside code.) I could open a page with this code, $('a#Test').click(function() { $.modal('<iframe src="...

Can I make simplemodal contact form post across domains?

I'm using the SMCF Wordpress plugin on this site: http://fingelly.com/ As you can see it uses ajax to post the form fields to get mailed and then updates the modal. Some of the nav options at the site take you to a 3rd party IDX (real estate listings) provider. For example click on the tabs marked agents and the url changes to fingelly...

jquery simplemodal plugin: popup that scroll with the page

Hi there, Is there a 'valid' solution for the dialog to scroll with the scrollbar instead of still being fixed from the center of the inner window bound ? There is some situation where the user may have a too small resolution to contain the dialog, and in that case part of the dialog maybe hidden. You may have a Ok or confirm button in...

SimpleModal PHP login form : how to redirect on success/failure

Hope you can help. A bit of a jQuery/AJAX newb here. I have a basic SimpleModal login form that may be called from the homepage of my site. login.js calls the login.php script that checks my database for a user's credentials. If the login is successful I set a few session variables and I usually use the header command to send the use...

Cannot set minHeight and minWidth in SimpleModal jQuery plugin

I have read from documentation how can I set minheight and minwidth of modal dialog. $("#sample").modal({ minHeight:400, minWidth: 600 }); However, even if I rewrite the sample html from <a href='#' class='basic'>Demo</a> to <a href onclick="$('#basic-modal-content').modal({ minHeight: 1000, minWidth: 1000 });" >Demo</a>...

PDF in modal iframe renders blank in IE

EDIT 2 It appears that moving the object tag in the Dom is the cause of the problem. I added an iframe directly to the page and it works fine without any problems. However, when I move that iFrame into a modal dialogue box (http://www.ericmmartin.com/projects/simplemodal/) the PDF disappears (the object tag no longer renders correctly...

Submit a form into a SimpleModal window.

Hello, is there a way of submit a form into a simplemodal? I mean, I want to do a 'preview your post' button that show a peview of the data entered in the original form in a simplemodal window. How can I do that? I know I can open a modal dialog and just insert the values to preview directly from the original form fields using jQuery, bu...

simplemodal passing additional param from the calling element

Hi I am trying to set up a page that presents a grid with a sequence of times on it for a group of people. Essentially a calendar with rows for a specific time and columns for the person it relates to. I intend to have a modal dialog box open when a user clicks on a time and load the current data via AJAX. This is very similar to the c...

simplemodal window positioning on ipad

I'm just finishing some work on a project viewer that presents a nested jQuery Cycle widget within a SimpleModal window. It's working very well, except that now I'm trying to debug a few things for iPad. Take a look a the graphic below for a better idea of what's happening, but basically SimpleModal seems to have trouble with the way mo...

Pass parameter to jQuery SimpleModal using ASP.NET

I am beginning to use SimpleModal in my ASP.NET project. I am starting with the demo code provided on the SimpleModal site. I have a page that renders images using a ListView control. When I click on one of the images - I use SimpleModal's demo code to bring up a modal window showing details on the image I clicked. For now, I have ha...

SimpleModal: Once modal is closed it won't open again

This is how I instantiated the modal, with 'btnModalAddGroup' as the div that acts as a button: <div id="btnModalAddGroup" class="button">Add New Group</div> $('#btnModalAddGroup').click(function() { $("#addGroupModal").modal({ appendTo: 'form', escClose: false, persist: true, onOpen: function(dialo...

Crazy widths using SimpleModal in IE9

Has anyone else tried using SimpleModal in IE9? If so, have you experienced that the width of the modal is wildly wrong? I checked on the homepage for SimpleModal, and the modals are all over the place width-wise there as well. Does anyone have a fix for this? ...

When closing jQuery SimpleModal an error occurs within IE7

I just noticed a problem today within IE7 while using the jQuery plugin SimpleModal. I'm not exactly sure what's causing it through. It also doesn't seem to happen with all of my modals only this one. Any ideas on what could be causing it would be great. The error that IE is showing is directly related to SimpleModal's file as well. L...