How can I add an attachment to a locked form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a basic form to gather information with text boxes and
dropdowns. I would like to be able to attach documents to the form (like
resumes, or brochures). I have tried to automate unlocking the form with a
macrobutton. Manually unlocking and re-locking scrubs out all the filled in
information. And as you may surmise, I am not really VBS savvy. Any advice?
Thanks.
 
Insert a section break after the form fields and protect only the first
section. The attachments (and anything else) can be added to section 2.
 
Back
Top