I am using the official Gravity Forms User Registration Add-On so that users get a specific user role when submitting a specific form. That plugin works fine when submitting the form : the user role is updated as soon as the form is submitted.
However, I also use YOUR plugin to APPROVE or REJECT it. And I expected to be able to approve or reject this BEFORE that the user role is updated by the official addon. Is your plugin compatible with that official addon ?
]]>Can we please get an update on this plugin? Security-wise, it doesn’t make sense to use a plugin that hasn’t been updated for 3 years.
]]>Is there any way to enable editing of a form that has been approved? Can this feature be added?
]]>Hello,
I have installed this plugin, it works great, but I am not receiving an email notification when submitted for approval.
In the Approvals Feeds, I have created a new feed with the ‘Approver’ set as one of the user, with no Conditional Logic set. (screenshot below)
https://snipboard.io/jHJyZi.jpg
In the Notification tab, I have create a Notification with the Event ‘Form is approved or rejected’, and `Conditional Logic’ is set to:
(1)Send this notification if ALL of the following match:
-Approval Status : user_name is PENDING
Also, I have tried:
(2)Send this notification if ANY of the following match:
-Approval Status : user_name is PENDING
(3) Send this notification if ALL of the following match:
-Approval Status : user_name is PENDING
-Approval Status is PENDING`
(4) Send this notification if ANY of the following match:
-Approval Status : user_name is PENDING
-Approval Status is PENDING`
All of those are not working.
We would like to receive an email notification once the form is submitted. Am I missing anything?
Thanks!
]]>Hi,
I’m studying the possibility of purchasing the plugin, but I want to be sure that this gonna help me.
Let’s take the leave form case, If I will create a form for the employee and after getting the manager’s approval, another form will be filled by the HR Team (my concern is, is it possible to show both forms in the same page and like show and hide fields depend on the status approved or not for HR intervention).
Please advise and regards,
]]>There is an issue with this plugin which prevents approvals from registering when you have set up multiple approver feeds. To fix, you’ll need to edit class-gf-approvals.php, swapping out lines 278-290 with the following:
foreach ( $this->get_feeds( $form['id'] ) as $feed ) {
if ( $feed['is_active'] && $this->is_feed_condition_met( $feed, $form, $entry ) ) {
foreach ( $feed['meta']['approver'] as $approver ) {
if ( ! empty( $entry[ 'approval_status_' . $approver ] ) ) {
if ( $entry[ 'approval_status_' . $approver ] == 'approved' ) {
$entry_approved = true;
break;
}
if ( $entry[ 'approval_status_' . $approver ] != 'approved' ) {
$entry_approved = false;
}
if ( $new_status == 'rejected' ) {
$entry_rejected = true;
break;
}
}
}
}
}
]]>
Hi
In my website i am using this Entry approval plugin but some times it don’t work. it shows approve/ Reject button and but sometimes for completed entries i encountered this problem like it shows:
Pending Approval
Admin: 0
Here is my website:
https://new.ildsa.info
I have a task to create 10 dropdown questions (rate 1 through 10). I only want one to be 1, one to be 2, etc. How can I achieve this with Gravity Forms?
]]>I need to be able for one of 2 users to be able to approve or reject. If one approves/rejects, then the other does not have to. Is there not a way to accomplish this with this add-on?
]]>Hi there,
When I click approve on an entry it is not changing the status on the entry to approved and still lists it as Pending, however the Reject works correctly.
Do you perhaps know why this would be happening?
]]>Hello,
I have a form that needs to be approved by one of multiple possible users.
Is that possible?
Thanks in advance,
Shay
Hi Team,
We have multiple users with different roles and capabilities. In that one user is not able to add entry notes to the entries. All other users with the same roles and capabilities are able to add entry notes.
We are using gravity forms approval plugin for approving and rejecting of entries. If the entry is either approved or rejected, then the user is able to add the entry notes.
Why is this happening? Please help.
]]>On this plugin, does the selected “approver” get a notification email when a form is “Submitted” or if the “Save and Continue” link is clicked? So that they know that there is a form waiting to be approved?
Also, how does the user filling out the form know that they have to wait on a approval? Do they get a notification email when the form is approved?
]]>if you reject or aprove an form the notifications will be the same? It must have separated event types. And it’s is time to make an update on plugin 2 years it’s a long time for no updates a that’s lot of wordpress versions without reviews, don’t you think?
]]>The topic “Exclude form ID from approving” is marked as resolved, but I do not see a resolution. It may be what I’m looking for:
Is there a way to have form submissions automatically set to approved? How about a setting that does something similar.
I ask because I don’t want to disable the Add-On. If I do disable it, the rg_lead_meta table doesn’t get updated. I want to keep the functionality but not right now for a specific form.
I probably don’t want to modify the SQL that writes to the rg_lead_meta table since that would impact all forms–unless I specify the form ID. I really don’t want to add or modify a script or php that comes with the install of the add-on.
It seems that the main problem I’m having is that once you start using the Approval Add-On, it really can’t be undone, if you’ve used the rg_lead_meta table AT ALL.
]]>Hi,
I am using the free version of the plugin which is great. A client has requested that an email be sent if a user is denied approval. Is this possible?
Thanks.
]]>Is it possible to show the name on the form in the Forms Pending My Approval on the WordPress Dashboard? Not the name of the form but the name entered in the name field of the form.
]]>Your plugin is fantastic, but I’m facing a difficulty: Customer fills in the registration form on my site, but when I approve your registration it receives an automatic wordpress email containing your login and password automatically generated. Should send the password that he created at registration and no automatic password. So it seems that for some reason is not being recorded in the register his password chosen at registration. Any idea how to solve this?
]]>I have installed the plugin and enabled the correct permissions using the members plugin but I am still unable to see the approve/reject buttons as per the below screenshot. Any ideas?
]]>Hi just a quick question
What is the hook for this plugin when for is approved?
For example this is the hook when imaginary form ID:4 is submitted
gform_after_submission_4
What is the corresponding hook when form is approved?
That would be exremely helpfun for my small development
Thank you in advance
George
Hi, id kike to know if is possible to select a Role instead of a single User for the approval process.
If is not actual possible, there are any chanches that this will be implemented in a future version?
Thank you in advance.
]]>Does this plugin allow additional fields to be filled out by the approver? Basically the flow I was thinking was user would fill out the initial form and submit. It would then go to the approver to fill out some additional fields and approve the form.
]]>This forum is for community support only – for discussion between users. Feel free to post here but please don’t expect an answer from me because I don’t monitor it.
If you find any that needs fixing, or if you have any ideas for improvements, please contact support – instructions on the plugin description page.
]]>This forum is for community support only – for discussion between users. Feel free to post here but please don’t expect an answer from me because I don’t monitor it.
If you find any that needs fixing, or if you have any ideas for improvements, please get in touch: https://www.stevenhenty.com/contact/
]]>I want to change approved, pending, rejected names on entries list but nothing happening when i am doing that. How to change this in proper way?
If there is a way to make those field be custom translated:
This:
array( ‘value’ => ‘pending’, ‘text’ => __( ‘Pending’, ‘gravityformsapprovals’ ) ),
Is not working, showing values not texts.
]]>Can u tell me how can i exclude specific form (ID) from being approved? like registration user form i need to turn off approving for this form but i don’t know how.
]]>I just want to be sure I understand this plugin correctly. I’ve added approval to my forms so they won’t send out to the emails listed for notifications until they are approved, correct? and if they are rejected, no notification is sent out at all, is that correct? There isn’t a lot of information on here so I’m not sure what happens to the message if you click “deny”.
]]>Terrific add-on.
I would like to be able to send a notification upon approval or rejection. However there does not seem to be a way to send “Approval” copy that’s different from “Rejection” copy.
Is this possible?