The wpforms_form_pages_content_before action fires before a form is displayed on the site’s frontend, only if the form exists, contains fields, and was created with the Form Pages 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.
wpforms_form_pages_footer
The wpforms_form_pages_footer action is triggered at the end of the template that is used with the Form Pages addon.
How to Customize Printing An Entry
This tutorial will help you style your print screen when printing an entry.
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 […]