Hello!
Is there a way to identify a Text Form Field inside a docx and replace it with a value?
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHello!
Is there a way to identify a Text Form Field inside a docx and replace it with a value?
Hello,
You can use modifyInputFields to modify input fields in a Word. Or DOCXPath to do more advanced changes.
replaceVariableByText using the raw option can be useful for global replacements if needed.
Regards.