ASPX templates
Version 5.x > ASPX templates > How can I use subscription form on a page? View modes: 
User avatar
Member
Member
deadjdona-gmail - 7/15/2011 11:00:58 AM
   
How can I use subscription form on a page?
Good day.

I'm trying to use a subscription form from constant contact on my page
but form in form cause page broken in IE7.

Too bad that the client is using IE7 ((

How to avoid this?

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 7/17/2011 9:08:01 AM
   
RE:How can I use subscription form on a page?
Hello,

Could you please provide us with more information in order we could deduce some solution?

Firstly, what version of Kentico CMS are you running? Do you have applied any hotfixes?

What particular form subscription are you using? I mean, what web part is being used in your case? Is it a standard BizForm or rather some custom user control/form?

As for the issue you are experiencing - are there any error messages? If so, please upload here some screenshots. Thank you in advance.

By any chance, is it possible for us to test it directly on your site?

Just a brief though, don't you use any add-ons in your IE7 browser? Please try to disable them or test it on another computer.

Are there any JavaScript web parts/controls on the page? It's possible they may interfere with each other. Please try to put your form to the blank page and test it over there.

Best regards
Ondrej Vasil

User avatar
Member
Member
deadjdona-gmail - 7/18/2011 4:34:47 AM
   
RE:How can I use subscription form on a page?
please. please please......

that's from kentico
<body class="LTR Safari ENUS" >

<form method="post" action="/Home.aspx" id="form1">


this from subscription form
<div style="position:relative;">
<form name="ccoptin" action="http://visitor.r20.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:2;" >


and this is from kentico too


</form>
</body>


so as you can see - there's form in form. so ie7 can't handle this properly.

kentico is latest version with latest sec fix.

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 7/18/2011 5:36:46 AM
   
RE:How can I use subscription form on a page?
Hello,

The form inside another form is an issue in an ASP.NET application in general and therefore it is not possible to have it this way in Kentico CMS. This means, you need to enwrap your custom form to the iFrame window to overcome this issue.

Hope this helps.

Best regards
Ondrej Vasil