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.

wpforms_google_drive_provider_settings_form_builder_enabled_shared_drives

Description The wpforms_google_drive_provider_settings_form_builder_enabled_shared_drives let’s you display directories from shared drive folders on your Google account. Parameters Parameter Type Description $form object WP_Post object containing all form settings and fields. $is_enabled bool Boolean to specify whether shared drives are enabled for the Google Drive provider. Source wpforms-google-drive/src/Provider/Settings/FormBuilder.php More Information This filter allows you to choose directories […]

Continue Reading

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