About Our Team

Introducing our proficient content writer with extensive expertise.

Umair Majeed

Technical Writer

Expertise

  • WordPress
  • JavaScript
  • Java
  • Camtasia
  • Adobe Photoshop
  • Adobe Premier Pro
  • Adobe XD
  • Figma

Highlights

Umair is a Technical Writer at WPForms with a solid foundation in the tech industry. With a BSc in Software Engineering, he has explored a diverse career path within the industry and has worn many hats in the world of tech.

Umair’s career started as an SEO executive, where he excelled in enhancing website performance and boosting online visibility. As he progressed, he transitioned into crafting technical guides and even took on the ambitious task of developing a learning hub within Salesforce CRM for a US healthcare firm.

Beyond writing, Umair is highly proficient in software development, with a focus on Java and JavaScript.

Today, Umair’s primary focus is on creating user-friendly guides, especially when it comes to explaining the complexities of plugins and APIs within the WPForms platform.

n8n Addon

Learn how to connect WPForms with n8n to automate workflows and send form data to other apps effortlessly.

Continue Reading

wpforms_pro_admin_entries_printpreview_print_html_head

Description The wpforms_pro_admin_entries_printpreview_print_html_head action runs in the <head> of the Entry Print Preview page. Use it to inject a stylesheet or small inline styles/scripts that affect the printed entry. This hook prints inside the HTML <head> of the print view. Echo tags or links only. If you need to toggle compact or other modes, target […]

Continue Reading

wpforms_frontend_js

Description The wpforms_frontend_js action fires before WPForms frontend JavaScript assets are loaded. Use it to enqueue your own scripts or locales conditionally based on the forms displayed on the page. This runs before core frontend scripts are enqueued, which is ideal for registering dependencies or locales. If you need to check for specific fields, use […]

Continue Reading

wpforms_builder_enqueues

Description The wpforms_builder_enqueues action fires after the Form Builder has enqueued all its scripts and styles. Use it to load your own builder-specific assets from an addon or custom plugin. This runs after core builder assets are loaded, so dependencies like wpforms-builder CSS and JS are already available. If you need to enqueue assets before […]

Continue Reading

wpforms_emails_mailer_get_attachments

Description The wpforms_emails_mailer_get_attachments filter lets you add or modify file attachments for email notifications. By default, WPForms includes uploaded files, but you can use this filter to attach custom files such as PDFs, terms sheets, or other documents. This filter is useful when you want every notification email to include a specific file or when […]

Continue Reading

wpforms_zapier_process_entry_data

Description The wpforms_zapier_process_entry_data filter lets you modify the data sent to Zapier after a form is submitted. Use it to adjust field outputs for zaps, include raw option values, or reshape files for multi-file uploads. Common use cases include sending value_raw for choice fields to Excel or Google Sheets, or converting File Upload values into […]

Continue Reading