The wpforms_conversational_forms_footer action is triggered at the end of the template that is used with the Conversational Forms addon.
wpforms_conversational_forms_content_before
The wpforms_conversational_forms_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 Conversational Forms addon.
wpforms_conversational_forms_content_after
The wpforms_conversational_forms_content_after fires after a form is displayed on the site's frontend, and the form was created with the Conversational Forms addon.
Excluding Page Breaks When Using Conditional Logic
This tutorial will show you how to use a small JavaScript snippet to skip page breaks that would normally be blank due to conditional logic.
Setting a Default Featured Image for Post Submissions
This tutorial will show you how to use PHP to set a default featured image for all of your post submissions.
Disabling Past Times On the Time Picker
In this tutorial, we'll show you how to disable the past times from the time picker field using JavaScript.