usame-algan / cf7-zoom-webinar-registration

Allow registrations for your Zoom Webinar through Wordpress Contact Form 7
Other
1 stars 0 forks source link

optional questions rewrite other values? #1

Closed makiren closed 4 years ago

makiren commented 4 years ago

I've found the value of _firstname is somehow rewritten or changed to the same value as _lastname. Still checking and am after the source of error.

usame-algan commented 4 years ago

Hi @makiren,

can you post a list of your field names in contact form 7 and zoom fields that are displayed under the Zoom panel so I can try to recreate the bug. Thanks!

makiren commented 4 years ago

@usame-algan Fields were all required and name are as shown in the picture, last_name, first_name, and email. I bet it should be correct and matches to API reference. But when we have a look at Zoom's API call logs, last_name field was somehow rewritten(I've set "Lastname" to _cf7zwr-lastname and "Firstname" to _cf7zwr-firstname as a test). Zoom_required_field wp API_result

usame-algan commented 4 years ago

Thanks @makiren!

I pushed a release that should fix this bug.