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!
create_account.php data not re inserted
- zipurman
- Builder
- Posts: 540
- Joined: Tue Oct 13, 2020 5:20 pm
- Phoenix Version: v
- Has thanked: 93 times
- Been thanked: 162 times
Re: 1.0.8.9 Questions / Comments / Concerns
@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.
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.
zipurman
-----------
-----------
- Kofod95
- Senior Contributor
- Posts: 748
- Joined: Sat Feb 06, 2021 7:38 pm
- Phoenix Version: 1.0.8.20
- Has thanked: 99 times
- Been thanked: 179 times
Re: 1.0.8.9 Questions / Comments / Concerns
Found on 1.0.8.2, but not on 1.0.7.12, so somewhere between those two.
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: create_account.php data not re inserted
TY. https://github.com/CE-PhoenixCart/Phoen ... 80f4f14c97loop 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....
-
zeeshop
- Member
- Posts: 71
- Joined: Sun Jan 10, 2021 11:30 pm
- Phoenix Version:
- Has thanked: 15 times
- Been thanked: 2 times
Re: create_account.php data not re inserted
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
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
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: create_account.php data not re inserted
Have you applied the fix I posted? Does it resolve your problem?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.