rborsari
Forum Replies Created
-
Never mind. I found it. $user_email = $form_data[5];
I’ve tried the following with no luck: $user_email = $form_data[‘user_email’];
Thank you for this. One more question: How do I get the given user_email out of the form_data?
I am having a similar problem but the bookings appear to be something generated by the bookings function itself. Every time I view the bookings more bogus bookings appear but they contain strange data. The name field is selected from the first name field of some random actual user. Same for email address randomly selected from list of actual users. The phone number is always something from a foreign country. I delete them but they again start appearing almost immediately. Is this something inadvertently introduced in the latest release, 6.6.4.4? If it is not something that can be fixed soon, I will resort to Oliver Gelbrich’s workaround.