CRED plugin provides an API, making it easy to customize your post or user forms. The API includes hooks (actions and filters) to accomplish specific tasks using PHP code.
When you ask for help or report issues, make sure to tell us all related information about your form and what you want to achieve.
Viewing 15 topics - 451 through 465 (of 487 total)
Problem:
The user would like to use "cred_filter_field_before_add_to_form " hook to add some logic to a selected form and needs to get the form_id.
Solution:
The form id is part of the form_html_id key from the argument passed to the hooked function. Check this example code that extracts the form id from.