Hi,
I have a problem with the webform module when trying to add a file component to a webform. After adding the file component, the configuration page for that component doesn't display correctly. If I switch to the Garland theme, there's no problem.
Ol

Comments

olkl’s picture

I forgot to say that I'm using a sub-theme of Danland which I created but that I have not customised yet.

danpros’s picture

Hi,

Please give me more resources about your problems, links, screenshot etc.

Dan

olkl’s picture

Hi,
I can't give you a link because it's being done on a local workstation. Using Firebug, here's the code I get with my subtheme:
div id="webform-component-cv-upload" class="webform-component webform-component-file">Array</div>
Here's what I get with Danland theme:

<div id="webform-component-cv-upload" class="webform-component webform-component-file"><div id="edit-cv-upload-wrapper" class="form-item">
 <label for="edit-cv-upload">CV upload: <span title="This field is required." class="form-required">*</span></label>
 <input type="file" size="60" id="edit-cv-upload" class="form-file required" name="files[cv_upload]">

 <div class="description"><p>The following formats are allowed: txt, html, odf, pdf, doc, docx, ppt, pptx, xls, xlsx, rar, sit, zip</p>
</div>
</div>
<input type="hidden" value="" id="edit-submitted-cv-upload--fid" name="submitted[cv_upload][_fid]">
<input type="hidden" value="" id="edit-submitted-cv-upload--old" name="submitted[cv_upload][_old]">
</div>

I hope it helps.

danpros’s picture

Status: Active » Closed (cannot reproduce)

Hi,

I can not reproduce this.

Dan