wpeventmanager / wpem-rest-api

GNU General Public License v3.0
0 stars 3 forks source link

Bug Reported. #56

Closed Priya-Goenka closed 2 years ago

Priya-Goenka commented 2 years ago

Also, just ran across a bug in your code. The Rest API plugin’s “General” settings where you can upload the “App Logo” the HTML code for the form has the “action” set like this:

action=""options.php""

See the two sets of double quotes? The form them won’t submit properly. The HTML should be just:

action="options.php"

vijayrathod245 commented 2 years ago

It's working fine from my side

mistry-jignesh commented 2 years ago

Verified this issue. It is working fine .

image

The Rest API plugin’s “General” settings where you can upload the “App Logo” the HTML code for the form has the “action” set like this:

action="options.php"

So I closed the issue.