Forums

Internet Explorer IE problems

cjmicro 30 Jul, 2014
http://www.beonapp.com/be-a-partner

the forms on the site (i have a few but this is the most recent) don't seem to play well in IE. The client says the captcha always says "incorrect code" and I can't even see the submit buttons or type text in the fields.

They all work fine on Firefox and other browsers. Anything I can do to fix this?

Thank you,
Cheryl
GreyHead 02 Aug, 2014
Hi Cheryl,

The form is inside <p> tags which is technically illegal in HTML - but only IE takes any notice.

They have probably been added automatically by the article editor. Please replace them with <div> Tags and see if that fixes the problem.

Bob
cjmicro 02 Aug, 2014
It doesn't make any difference,
<h3>Interested in becoming a BeOn partner?</h3>
<p>BeOn is already known as a leading push-to-talk and real-time location and presence information solution. Now, your company can potentially leverage BeOn as an application ecosystem; enabling you to extend your offering to the public safety community on a secure platform.</p>
<p>We’ve already partnered with several leading solution providers to integrate their next-gen applications with BeOn. Your firm could be next!</p>
<p> <img src="/images/yes.gif" alt="yes" /></p>
<div><form action="index.php?option=com_chronoforms&chronoform=partnership&event=submit" name="partnership" id="chronoform_partnership" method="post" class="Chronoform"><div style="padding: 10px; border: 2px solid #c0c0c0;"><h2>Company Information</h2><div class="ccms_form_element cfdiv_text" id="name1_container_div" style=""><label>Name</label><input maxlength="" size="150" class=" validate['required']" title="" type="text" value="" name="name" />
<div class="clear"></div><div id="error-message-name"></div></div><div class="ccms_form_element cfdiv_text multiline_start" id="title1_container_div" style=""><label>Title</label><input maxlength="" size="100" class=" validate['required']" title="" type="text" value="" name="title" />
<div class="clear"></div><div id="error-message-title"></div></div><div class="ccms_form_element cfdiv_text" id="company1_container_div" style=""><label>Company</label><input maxlength="" size="100" class=" validate['required']" title="" type="text" value="" name="company" />
<div class="clear"></div><div id="error-message-company"></div></div><div class="ccms_form_element cfdiv_text" id="phone1_container_div" style=""><label>Phone</label><input maxlength="150" size="30" class=" validate['phone','phone_inter']" title="" type="text" value="" name="phone" />
<div class="clear"></div><div id="error-message-phone"></div></div><div class="ccms_form_element cfdiv_text" id="email1_container_div" style=""><label>Email Address</label><input maxlength="" size="150" class=" validate['required','email']" title="" type="text" value="" name="email" />
<div class="clear"></div><div id="error-message-email"></div></div><div class="ccms_form_element cfdiv_text" id="website1_container_div" style=""><label>Website</label><input maxlength="150" size="30" class=" validate['url']" title="" type="text" value="http://" name="website" />
<div class="clear"></div><div id="error-message-website"></div></div><div class="ccms_form_element cfdiv_textarea" id="product1_container_div" style=""><label>Product Offering</label><textarea cols="45" rows="12" class="" title="" name="product"></textarea>
<div class="clear"></div><div id="error-message-product"></div></div></div><div class="ccms_form_element cfdiv_text" id="chrono_verification1_container_div" style=""><label>Security Code</label><input maxlength="20" size="20" class="chrono_captcha_input validate['required']" title="" type="text" value="" name="chrono_verification" />
  <img src="http://www.beonapp.com/components/com_chronoforms/chrono_verification.php?imtype=0" alt="" /><div class="clear"></div><div id="error-message-chrono_verification"></div></div><div class="ccms_form_element cfdiv_submit" id="input_submit_571_container_div" style="text-align:left"><input name="input_submit_57" class="" value="Submit" type="submit" />
 <input type='reset' name='reset' value='Reset' class='' /><div class="clear"></div><div id="error-message-input_submit_57"></div></div><div class="ccms_form_element cfdiv_empty" id="empty_container_div" style=""><div class="clear"></div><div id="error-message-empty"></div></div><input type="hidden" name="28873a8191809610908d6ea274404d32" value="1" /></form></div> 
	
</div>


The submit /reset buttons are not visible and text seems to be white on white. Maybe both of those are fixable with css? Let me know what you think. Thanks.
GreyHead 02 Aug, 2014
Hi cjmicro,

I don't see any of these CSS problems in IE11? And the Captcha appears to be working correctly.

Bob
This topic is locked and no more replies can be posted.