views:

99

answers:

1

Hello,

I've been working with Eric Martin's SimpleModal with success, but now I had to add a new html form to my page and it stopped working, the content of the modal is not appearing.

Do you have a solution for this?

Note: I'm working in ASP.NET, so the 'appendTo' property is set to 'form'.

Thanks in advance, Rui

A: 

What exactly do you mean by "add a new html form to my page"? Does that mean there are 2 forms on the page? Is that allowed in ASP.NET?

-Eric

Eric Martin
Yep, that's it.As far I as know, the only restriction that exists is that the forms cannot be nested, but other than that I think it's possible.
Rui
Actually, after a quick google search, ASP.NET only allows a single form.
Eric Martin