Hi,
i've got a major problem with IE6 and ChronoForms.
When viewing a form (which works well with FF or IE7) in IE6 the following Code gets displayed above the form:
<form name="ChronoContact_contact" id="ChronoContact_contact" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=contact" enctype='multipart/form-data>
i've got a major problem with IE6 and ChronoForms.
When viewing a form (which works well with FF or IE7) in IE6 the following Code gets displayed above the form:
<form name="ChronoContact_contact" id="ChronoContact_contact" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=contact" enctype='multipart/form-data>
Hi minimalniemand,
you forgot to close the enctype tag when you pasted it in the form tag attachement field 😉 it should be :
Cheers
Max
you forgot to close the enctype tag when you pasted it in the form tag attachement field 😉 it should be :
enctype='multipart/form-data'
Cheers
Max
*punches head against wall*
thx mate ...
thx mate ...
No worries😉
This topic is locked and no more replies can be posted.