CRED plugin allows you to build front-end forms for creating and editing content. These forms can include all the fields that belong to the content and display them with your HTML styling. CRED forms also support input validation and automatic email notifications.
When you ask for help or report issues, make sure to tell us the structure and the settings of your form.
Viewing 15 topics - 286 through 300 (of 436 total)
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 provide visitors the ability to create both free and paid posts on the front-end of the site using Forms.
Solution: In the current software this requires two Forms - one for free posts and another for paid posts. A more custom solution that provides both options in a single form will require custom code.
Problem: When I disable AJAX for Form submissions, one of my site's Forms will submit, but no post is created. The User is redirected to the same page URL, but a URL parameter tt is added and a generic 404 error is displayed. No JavaScript or PHP errors are logged in this scenario. With AJAX active for this Form submission, the Form submits successfully without any errors and the post is created as expected.
Solution: In this case, the problem seems to be related to a generic field with the slug name. Forms that include a generic field with the slug name will not create or edit posts successfully and will redirect to a 404 error page. Our developers are aware of this problem and will resolve the issue in the upcoming Forms 2.6.10 release. Until that time, a workaround is required. You can either rename the field slug to something other than "name", or you can enable AJAX submissions for this Form.