You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofill Extension
Try this JS rule:
let form = document.getElementById('mG61Hd');
form?.submit();
AYUSH JAIN IPM 2020 -25 Batch
unread,
Feb 18, 2022, 12:33:20 AM2/18/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofill Extension
Works.
Thank you
Autofill Extension
unread,
Feb 18, 2022, 3:47:43 PM2/18/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofill Extension
Cool, glad it worked. You can use this same technique for any form -- if adding click() to submit button doesn't work, use submit() on the form itself.
Lilian Kwok
unread,
Feb 24, 2022, 8:01:22 PM2/24/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofill Extension
I tried but it goes into a loop and does not submit :(
Autofill Extension
unread,
Feb 25, 2022, 5:59:58 PM2/25/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofill Extension
Lilian, every form is different and may require different solutions. Can you provide URL?