Forums

Some records will be saved, some not and google recaptcha not working correct

Richard K 23 Oct, 2019
Who can help me why some records are stored and some are not?


healyhatman 23 Oct, 2019
No one, based just on what you've given. What does your debug say?
Richard K 23 Oct, 2019
hi healyhatman
I am not the programmer, this is not available for the next days.
What do I have to give you to help me?
healyhatman 23 Oct, 2019
Do you have the fields set to "required" and have you either turned on server validations or added your own validate data actions
Richard K 23 Oct, 2019
the fields are required, where can I find the Validation?

https://www.wirbestimmen.ch/index.php/de/component/chronoforms6/?cont=manager&chronoform=5G-Mobilfunkhaftung-de

I think it's easier if I give you access so you can get an overview, saves a lot of time, okay?
Richard K 23 Oct, 2019
i would make a donation of 100 $
Richard K 23 Oct, 2019
i really Need this Problem solved, becouse i loose lot of ifnormation at the moment
healyhatman 23 Oct, 2019
OK. I've unpublished those posts because you shouldn't have those on the public forum, just private message or email me next time🙂
Richard K 23 Oct, 2019
the recaptcha also is not working i have realized this morning
Richard K 23 Oct, 2019
There is an appointment for quick lunch, i'll be back in 20 minutes, ok?
healyhatman 23 Oct, 2019
Answer
1 Likes
Give it a try now. You had the multipage in the submit wiping all the data at the START of the submission event, which means if they had to go back a page (say because of an error) then the data set would be empty. I've also fixed the validation.

You should also use a Calendar field for the birthday instead of text, and set the column in the database to "date" (once you've converted all the date you have already), the "real format" of the calendar should be YYYY-MM-DD and you should change your PHP code to suit. I also suspect something in your template CSS is stopping the calendar popup from actually showing. Actually I know there is - I can see where you've done it for some reason?

Some of your "event loader" actions were pointing to the wrong spot - going back to load, instead of just back to page 2 for example.

reCaptcha is properly checked now and reloads the page if it fails
Richard K 23 Oct, 2019
Strangely enough, my input always worked in the past. But notallways by anyone else, that could be related to what you wrote.
I will wait a few users, how the whole behaves. Now it works fine. What did we wrong with reCaptcha?
healyhatman 23 Oct, 2019
You didn't have an event loader - so if it failed, you hadn't told it to DO anything.
Richard K 23 Oct, 2019
Can i tell to the eventloader, that it should redirect to other page when it has passed and also send the mail, etc.?
healyhatman 23 Oct, 2019
Sure, as long as you put it at the end. Sounds like you want a "redirect" for that though. Just be aware a redirect wipes all form data and the only thing you can display from actions before the redirect action is a message.
healyhatman 23 Oct, 2019
Thanks🙂 Let me know if you have any problems.
Richard K 23 Oct, 2019
if it works with the people, then I ask myself, do I still need the data, these are stored in the database yes, right?
healyhatman 23 Oct, 2019
Do you still need what data? It's up to you what you do with the data you have🙂
Richard K 23 Oct, 2019
Hi Kamron
I have still the problem, that the data from forms 1 not has been saved in table. See attachet recordView
Richard K 23 Oct, 2019
Missing are "Anrede, Vorname", Nachname, email"
healyhatman 23 Oct, 2019
That's a bit odd. The data validation rules are all in place so it shouldn't be possible? Unless you have a different form saving to that table?
healyhatman 23 Oct, 2019
It looks like you have multiple forms that are all published, with similar names, that all save to the same table?
healyhatman 23 Oct, 2019
I've added a "chronoform" column to the data table, and on just the form we're talking about submitted data will add the name of the form to the entry, no where else will add it, so you know if the invalid records are coming from this form or not.
Richard K 23 Oct, 2019
1 Likes
we'll give it a little time until users sign up again. ok?
healyhatman 23 Oct, 2019
Right well good luck I'm off to bed.
Richard K 23 Oct, 2019
ok, have a good night, see you
Richard K 23 Oct, 2019
Hello Kamron
I still have the same problems. Is it possible that it has something to do with the long field names? At the beginning it was mostly possible, but then we added the two checkboxes afterwards.

Some are working some are not, I could also imagine that the slow computers might not write the data?

It is also not browser dependent, I have often asked and it happens on all browsers, I also always test on Google, Firefox, Edge. Only Windows Explorer I no longer have.

Greetings Richard
i have now 8.35 pm, so i also go home and to bed later. see you hopefully tomorrow. many thanks if you can help me.
This topic is locked and no more replies can be posted.