Hi All.
First, thanks to those that have been helping me with my form issues. It's always fun (??) to learn a new product. Once I got the hang of it, ChronoForms is an amazing tool.
Now I'm stuck on an issue with file uploads. I copied the form code from another post, and is as follows:
I should mention that these are the only <div> tags within my form. My form is straight HTML copied from our current site. Not sure if this matters or not.
In Firefox, the "Coverage Notice" heading is displayed immediately after the browse button on my form. The horizontal rule is not displayed.
In IE (which the majority of our clients use), the horizontal rule is displayed immediately after the browse button, lining up with the top of the button. The "Coverage Notice" heading is displayed below (and immediately to the right) of the browse button.
This, of course, throws off my header text at the bottom of the form (moves it upwards).
I tried eliminating one </div>, but that just made things go even crazier.
I also attempted to create file upload fields using just plain <input type="text" id="autopol" name="autopol" type="file"> tags. While this seemed to work fine in IE, the browse button and file functionality wouldn't even appear in FF.
Thoughts?!?
Thanks very much in advance!!!
Bryan
First, thanks to those that have been helping me with my form issues. It's always fun (??) to learn a new product. Once I got the hang of it, ChronoForms is an amazing tool.
Now I'm stuck on an issue with file uploads. I copied the form code from another post, and is as follows:
<hr>
<h2>Policy Upload</h2>
<div class="form_item">
<div class="form_element cf_fileupload">
<label class="cf_label" style="width: 150px;">Policy File to Upload: </label>
<input class="cf_fileinput required" size="30" id="autopol" name="autopol" type="file">
</div></div>
<hr>
<h2>Coverage Notice</h2>
I should mention that these are the only <div> tags within my form. My form is straight HTML copied from our current site. Not sure if this matters or not.
In Firefox, the "Coverage Notice" heading is displayed immediately after the browse button on my form. The horizontal rule is not displayed.
In IE (which the majority of our clients use), the horizontal rule is displayed immediately after the browse button, lining up with the top of the button. The "Coverage Notice" heading is displayed below (and immediately to the right) of the browse button.
This, of course, throws off my header text at the bottom of the form (moves it upwards).
I tried eliminating one </div>, but that just made things go even crazier.
I also attempted to create file upload fields using just plain <input type="text" id="autopol" name="autopol" type="file"> tags. While this seemed to work fine in IE, the browse button and file functionality wouldn't even appear in FF.
Thoughts?!?
Thanks very much in advance!!!
Bryan