About Our Team

Introducing our proficient content writer with extensive expertise.

David Ozokoye

Senior Technical Writer

Expertise

  • WordPress
  • SEO
  • Technical Documentation
  • Web Development (React & Django)
  • Graphic Design
  • cPanel

Highlights

David is a Technical Writer for the WPForms team at Awesome Motive. He has a BSc in Electrical Electronics Engineering from the University of Jos, Nigeria, and has been using WordPress since 2018. 

Before joining the WPForms team in 2022, David worked as the content team lead for a WordPress support site, where he wrote WordPress-related content and managed other writers.

David creates easy-to-understand guides and product education for various Awesome Motive products, including WPForms, WP Mail SMTP, SendLayer, and Easy WP SMTP.

Aside from his work at Awesome Motive, David has produced many technical articles for various brands, focusing on WordPress and web development topics. Away from the computer, he enjoys playing video games and roller skating.

Adding Contact Properties for HubSpot Addon

Overview Would you like to include additional properties in the custom field section when customizing the HubSpot addon? Our HubSpot addon lets you include additional form fields that’ll map to fields in your HubSpot account. However, you can extend this feature to include more field properties not currently supported by the core addon. This guide […]

Continue Reading

wpforms_hubspot_api_allow_property

Description The wpforms_hubspot_api_allow_property lets you customize contact properties for the HubSpot addon. Parameters parameter type description $property array (required) HubSpot property you’d like to include. Source wpforms-hubspot/src/Api/Client.php More Information This filter enables you to customize the processing of HubSpot API contact properties, allowing for dynamic exclusion based on predefined conditions. You can include specific properties […]

Continue Reading

How to show a payment field based on date field input

How to Show a Payment Field Based on a Date in WordPress

Creating conditional payment fields in WordPress forms is straightforward with WPForms, especially for handling event registrations and time-sensitive services. If you want to show a payment field when a user selects a certain date in your form, utilizing the Calculations addon offers an effective solution.

By integrating WPForms with the Calculations addon, you can dynamically display payment fields based on user input dates, ensuring seamless user interactions without complex coding. This guide walks you through setting up conditional payment fields, from installing WPForms and the necessary addon to utilizing Hidden fields and custom formulas for date comparisons.

Continue reading to see two practical implementations of using a Date field’s value as a parameter for conditional logic in WPForms.

Continue Reading

How to assign user roles conditionally in WordPress

How to Assign User Roles Conditionally in WordPress

Have you ever needed to assign specific user roles automatically in WordPress? This can be particularly useful for sites that require unique roles based on user actions or membership status. Here's where WPForms comes into play!

With WPForms and the User Registration addon, you can create a registration form on your WordPress site. With a custom PHP snippet, you can update the User Registration addon’s default behaviour to allow conditional user role assignment.

In this guide, I'll walk you through the steps of setting up a user registration form that assigns user role conditionally in WordPress.

Continue Reading