This tutorial will show you how to pass the entry ID through Webhooks addon using a small PHP snippet.
wpforms_conversational_forms_enqueue_styles
The wpforms_conversational_forms_enqueue_styles action is used to register and enqueues styles for forms created with the Conversational Forms addon.
wpforms_form_pages_enqueue_styles
The wpforms_form_pages_enqueue_styles action is used to register and enqueues styles for forms created with the Form Pages addon.
How to Capitalize Form Field Inputs
This tutorial will show you how to use CSS along with JavaScript to dynamically apply the text to be capitalized as the field is being completed.
How to Add Custom HTML Code to Your WordPress Contact Form
Do you want to embed custom HTML code snippets on your WordPress contact forms? Adding custom HTML to your form is a great way to get creative and enhance your forms. The best WordPress form plugins let you build forms without code, while also letting you add your own custom HTML to your forms to […]
How to Count Checkbox Selections Inside Your Form
This tutorial will walk you through how to keep a dynamic count of checkbox selections inside your form.