Forum Replies Created
-
AuthorPosts
-
November 28, 2024 at 4:33 PM in reply to: File Upload Issue: Mandatory 2 Files Requirement Despite Configuration #47052
marcodedo
ParticipantYes, I mean this, and it doesn't work correctly, maybe I explained myself badly...
When I set the mandatory fields with a maximum of 2 files, the system asks me for 2 files. I also tried removing the maximum file limit, but it continues to ask for 2 files.
I hope I explained myself better.
November 27, 2024 at 1:45 AM in reply to: File Upload Issue: Mandatory 2 Files Requirement Despite Configuration #47030marcodedo
ParticipantI've set these like requested fields
marcodedo
ParticipantThank you!
marcodedo
ParticipantOk, now it works fine!
Thank you very much!marcodedo
ParticipantSolved thanks to this article
https://wordpress.stackexchange.com/questions/325659/how-to-check-if-post-has-video-or-gallery-block-in-gutenberg-blocksif ( has_block( 'meta-box/my-block' ) ) { // ... }marcodedo
ParticipantYes, now works. Thank you.
marcodedo
ParticipantI have a similar problem, I don't know if it can be useful to solve both: I have noticed that the page with the list of posts is that of the post type "Posts", while my form writes in the post type "feedback". I have tried in many ways, but the list always shows the Posts
marcodedo
ParticipantI've same issue
marcodedo
ParticipantI said that badly.
I would like to do a check when a user registers in the form. This is why I identified this action:
do_action( 'rwmb_profile_before_save_user', $object );
but I do not know how to use this action to make a check like this:$email = '[email protected]'; $exists = email_exists( $email ); if ( $exists ) { echo 'That E-mail is registered to user number ' . esc_html( $exists ); } else { echo 'That E-mail doesn\'t belong to any registered users on this site'; }marcodedo
ParticipantOk, thank you for your rensponse! Can I order the fields after?
-
AuthorPosts