Hi,
Is there a way to persist the data entered into the custom checkout fields?
With some of the custom checkout fields set to required and the user doesn't fill them in all of the required data, they get an error message (telling them the missing data) and all of the data in the custom checkout fields is lost. The user is required to type in all of the custom checkout field data over again. I am collecting almost 30 custom fields.
I tried using cookies with JavaScript to persist the data. In order to do so you need to add code to the shopping cart's code.
-- add the onLoad event to the BODY tag
<BODY onload="cookieForms('open', 'yourform')" onunload=>
-- add the save_field(this.fieldname) to the onSubmit submit handler
If there is another way to create custom cookies or persist the data please let me know. Last year I spoke to a third party consultant and he checked with the ShopSite developers and there was no way to do this. Wanted to check to see if any changes have been made to the newer releases to provide this functionality.
Thank you,
Sheri