Is it possible to allow Editors to approve new registrations (instead of just Admins)?
My client needs to be able to approve registrations without being able to break the site.
If so, how? Is there a way to add permissions for this within User Role Editor?
Thanks!
if ( $smartapproval && $enable_smart_approval && self::use_gf_23_db() ) {
$search_criteria['field_filters'][] = array(
'key' => 'is_approved',
'operator' => 'is',
'value' => 'Approved',
);
$search_criteria['field_filters']['mode'] = 'all';
}
]]>I am not sure if this feature is available and excuse me if this have been brought to the table before.
I am wondering if we can set the Automatic Approval for only specific time ranges (or set to “do not auto approve” for certain times.)
The use case will be if a restaurant is taking bookings from 12pm to 10pm, we would like to auto approve all the booking that are made except for the bookings between 6pm-8pm.
Is this feature available or configurable in any way? Thank you for your assistance in advance.
Regards,
Kaz
I’m finding a feature and I don’t know if this plugin can cover my needs.
I want to make a request form (especifically about scholarships request) only for registered users, so when the user log in can send the form. When the form was submitted, the admin can approval or reject the scholarship, and the user can know if the form has been approved or rejected via user panel (with an option of approved or rejected in a zone of the user panel).
I want custom fields and a upload file custom field too.
Can I do that?
Thanks.
]]>I’m finding a feature and I don’t know if this plugin can cover my needs.
I want to make a request form (especifically about scholarships request) only for registered users, so when the user log in can send the form. When the form was submitted, the admin can approval or reject the scholarship, and the user can know if the form has been approved or rejected via user panel (with an option of approved or rejected in a zone of the user panel).
Can I do that?
Thanks.
]]>I’m finding a plugin that can make a request form with custom parameters that the admin user need to approval or reject the request submission on a admin panel with a table with all the submissions, and the user can see when he logged him to see his request status (approved, rejected).
Is there any plugin that can do it?
Thanks.
]]>Gravity Forms Approvals made it easy to implement a simple approval and denial flow for our client. I love that the plugin is open-source too!
]]>Is there a way I can change the booking approvals option per event?
On the site that I work on, there are some events where organizers screen the registrants before selecting the attendees. On the other hand, there are events where registrants should automatically be accepted into the roster of attendees.
All I can see is one general option (Settings > Booking Approval), but I’ve not found a way to apply it on a per-event basis.
It’s worth noting that some events may occur at the same day, so considering toggling the Booking Approval general option every time is not feasible.
I look forward to your reply!
https://www.ads-software.com/plugins/events-manager/
]]>