Basically, I need to customise the NewForm.aspx page for a SharePoint list. I also need to have the attachment functionality carry on working. The target environment doesn't have the necessary updates applied to make this just work (and it appears unlikely that this will change. Words can't express how frustrating this is :-( )
Does anyone know how to work around this so that attachments will work on a customised form? Is it possible? Any suggestions welcome. Everything i've found so far acknowledges the problem but doesn't offer a solution that works other than apply the updates.
Update: Using jQuery to move the appropriate elements from the hidden form into the customised form, I have overcome the initial javascript error to do with the form elements being hidden or of a type that do not accept focus. The form now gives the appearance of working but if you click OK to save to the list, the attachment is not saved. Is there any way round this?
Thanks in advance