Skip to content
Home » Blog » Code Snippets

Code Snippets

Home » Blog » Code Snippets

Code Snippets

silver MacBook Pro on white table

How to Save a File to the WordPress Media Library using Contact Form 7 Upload Field

By default, Contact Form 7 can only pass uploaded files as an attachment in an email. If you want to keep that image anywhere, particularly as an image that can be used by authors, editors, etc. in WordPress through its media library, then you’ll need to implement custom code like this to make it happen.

Website design books next to a cactus.

How to add a Placeholder to a Select Field

Learn how web developers can mimic the input field’s placeholder attribute for select form fields. Compatible with WordPress’ Contact Form 7 and jQuery Validate.