
They won’t be able to move, delete, or edit the fields themselves until protection is turned off. When this option is enabled, the only change that anyone else can make to this document is the filling in of form fields.
REMOVE FORM FIELDS IN WORD HOW TO
The Restrict Editing pane appears on the right. HOW TO HIDE FORM FIELD PLACEHOLDER TEXT IN WORD // Hide that gray text that says 'Click or tap here to enter text' in your content control plain text form fi.

(If you want to be more specific and leave some HTMLControl fields, use as much text as necessary to remove only those fields.) In this case, since you simply want them removed, the HTMLControl fields can be found and replaced with "nothing". Word's Find / Replace functionality is quite powerful: it can also be used to find fields, even specific fields. Not all fields that accept input are "form fields", as you discovered when using Alt+F9 do display the field codes. How do I get this TextArea content and remove|replace the element with the content?ĭynamic content in Word is managed using "fields". Press Ctrl+C to copy the highlighted text. If I press Alt+F9 (displays field codes) I do see now Ībove the text box with scrollbars! If I close and open up again, it's still here. Press Ctrl+6 (above the T and Y key) to remove any additional hidden field codes.

If oFld.Type = wdFieldFormTextInput And = wdRegularText Then ' \\ Only remove Formfield textboxes that have textinput only

Please note that leaving it blank does not work, and I'd recommend adding enough spaces to ensure the control is wide enough. I'm not sure if this is the 'correct' way to do it, but if you activate the controls design mode, you can replace the 'Enter the date.' words with spaces. ' \\ Loop all formfields in active document Re: Hiding Word Form Field Text without hiding content contr. ' \\ TextInput Type requires to unprotect the document
REMOVE FORM FIELDS IN WORD CODE
I want to replace it with just code (or with just the table, which I can successfully convert to text), by removing the textarea.ĭid try to do it like this Sub RemoveTextBoxes() If someone copy/paste the article in Word, it shows empty textarea with scrollbars and below the code in a table with numbered lines. Some sites use textarea to publish code in articles.
