Just came to a realization that I am using Show/Hide Divs so I think I need the actual code to go into specific div tags and not just position.
example:
Code:
<div id="someone_content" style="display:none;">
<!-- bof Code for file upload input -->
<div class="wrapperAttribsOptions" id="wAttrib-5">
<div class="attribsOptions">
<h4 class="optionName back"><label class="attribsUploads" for="attrib-5-0">photo</label></h4>
<input name="id[TEXT_PREFIX5]" id="attrib-5-0" type="file"><br>
<input name="UPLOAD_PREFIX1" value="5" type="hidden">
<input name="TEXT_PREFIXUPLOAD_PREFIX1" type="hidden"> ( +£0.50 )
</div>
</div>
<!-- eof Code for file upload input -->
</div>
Seems simple enough, but I do it this way it does not update the actual input field which is grouped together with the other attributes. As I mention I am able to do this method with radio buttons, checkboxes and selectors, just not text or file inputs. But I did find a snippet to sort out text inputs (see above post for code) and this does not work for file input....
So if anyone could help out with this, please help, driving me crazy....
Thanks in advance