File Upload field placement on web form

I’m using a file upload field (rich text) to allow the users to upload pictures on a web form. The form is using HTML and CSS. Once the form is submitted with an uploaded file, the file appears outside my

tags appearing outside the form. Is there any way to control the placement of the file after submission? I’d like it within my html.

Subject: File Upload field placement on web form

Sure there is. The reason is, that the attachment is just not part of a regular RT field. You can hide the attachment at the bottom by creating a field named $V2AttachmentOptions and setting its value to “0”. Next you have to create the HTML to display the attachment.

For samples on how to do that go to codestore.info (as you should with every problem you face):

http://codestore.info/store.nsf/unid/DOMM-4T4ME3

http://codestore.info/store.nsf/unid/BLOG-20070615

N.B.

This has been asked (and aswered) countless times before (I posted the very same links just this week). A search in this forum would have been helpful.

I know that the search function is not necessarily the strong point of this forum, but you can always use Google to search this site.

Subject: RE: File Upload field placement on web form

Thanks for your help :slight_smile:

I did search the forum. But next time I’ll use google.

Thanks again.