CRED is a WordPress plugin that lets you easily build front-end forms for creating and editing content and users.
CRED User Guides include detailed documentation on creating forms, including related fields that belong to the content or the users, validating the input and displaying the forms with custom HTML styling.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 526 through 540 (of 628 total)
Problem: I am having trouble placing Form fields side-by-side, as in multiple columns in a single row. I have tried enabling the Bootstrap library versions 3 and 4, but neither seems to help.
Solution:
You will have to add custom jQuery/Javascript code to count number of checkboxes options checked/selected and based on that you can limit the number of checkboxes allowed.
Problem: I would like to create a one-to-many relationship between Users and a post type.
Solution: You can either create a proxy post type for Users and relate that proxy post type using Toolset's Post Relationships feature, or you can create a custom usermeta field that stores a reference to the related post by ID.