abul dev
Member
I have been integrating Pabbly Connect with my application for a long time without any issues. Recently, however, I encountered a problem when sending data to the Pabbly Connect webhook using an AJAX call. Specifically, I have a checkbox field that allows multiple selections. When I select multiple values and send the data using an AJAX call like
This issue has only started occurring recently, and I am unsure what might have changed to cause this. Has anyone else experienced this problem, and is there a known solution or workaround for properly sending multiple checkbox values to Pabbly Connect? Any help or insights would be greatly appreciated.
checkbox=val1&checkbox=val2
, Pabbly Connect only captures the last value (val2)
and ignores the others.This issue has only started occurring recently, and I am unsure what might have changed to cause this. Has anyone else experienced this problem, and is there a known solution or workaround for properly sending multiple checkbox values to Pabbly Connect? Any help or insights would be greatly appreciated.