Page 1 of 1
create_account.php data not re inserted
Posted: Mon Jan 10, 2022 12:47 pm
by loop
Hi All
I do not know how to solve this:
If i fillout the form with different data (firstnam / lastname / email....and i do not entre DOB) thann i get a error that i need to have DOB (which is ok)
but all the data i put in in the form is gone, only the city field and country are still filled, rest is empty so i have to put in firstname lastname again....
i don't think thats a normal behavior? Can somebody point me to the right direction?
thank you!
Re: 1.0.8.9 Questions / Comments / Concerns
Posted: Tue Jan 11, 2022 7:37 pm
by zipurman
@ecartz Found an issue with customer data clearing from fields if other fields dont meet their requirement (blank/too short/etc)
For example, if you try to edit an address and leave the zip/postal as blank. The zip returns the appropriate error and is blank, but now the address is also blanked out? Seems to do this for other fields too, depending on which fields dont meet their requirement. This happens also on new customer sign-up.
Found on 1.0.8.7 - 1.0.8.9 ... not sure how far back it goes.
Re: 1.0.8.9 Questions / Comments / Concerns
Posted: Tue Jan 11, 2022 8:35 pm
by Kofod95
zipurman wrote: ↑Tue Jan 11, 2022 7:37 pm
Found on 1.0.8.7 - 1.0.8.9 ... not sure how far back it goes.
Found on 1.0.8.2, but not on 1.0.7.12, so somewhere between those two.
//Daniel
Re: create_account.php data not re inserted
Posted: Wed Jan 12, 2022 6:44 pm
by ozeworks
What version of Phoenix are you using?
Re: create_account.php data not re inserted
Posted: Fri Jan 14, 2022 1:37 am
by ecartz
loop wrote: ↑Mon Jan 10, 2022 12:47 pm
If i fillout the form with different data (firstnam / lastname / email....and i do not entre DOB) thann i get a error that i need to have DOB (which is ok)
but all the data i put in in the form is gone, only the city field and country are still filled, rest is empty so i have to put in firstname lastname again....
TY.
https://github.com/CE-PhoenixCart/Phoen ... 80f4f14c97
Re: create_account.php data not re inserted
Posted: Fri Jan 14, 2022 4:21 pm
by ozeworks
It works on 1.0.8.0 if that helps tracing when it started happening.
Re: create_account.php data not re inserted
Posted: Fri Jan 14, 2022 5:58 pm
by zeeshop
I am noticing a similar problem on contact_us.php.
I have Google Recaptcha V2 (Supporter module) installed and if the ReCaptcha box is not ticked and the form is submitted then the page is refreshed, the Full Name and Email address field come blank and information has to be re-entered, however Enquiry message remains in the box.
Thanks
Re: create_account.php data not re inserted
Posted: Fri Jan 14, 2022 7:31 pm
by ecartz
zeeshop wrote: ↑Fri Jan 14, 2022 5:58 pm
I have Google Recaptcha V2 (Supporter module) installed and if the ReCaptcha box is not ticked and the form is submitted then the page is refreshed, the Full Name and Email address field come blank and information has to be re-entered, however Enquiry message remains in the box.
Have you applied the fix I posted? Does it resolve your problem?
Re: create_account.php data not re inserted
Posted: Fri Jan 14, 2022 9:43 pm
by zeeshop
Negative, I posted my message after applying the suggested fix.
Thanks