Session Data
Is there a way to tell the plugin to not pre-populate values from session/cookie data? On shared machines it will pre-populate the personal information from the previous submission.
1 Answers
Hi Mark there is shortcode option for that. Just add this to shortcode on that page:
save_form_content="0"
.
Best regards,
NikolaThose previous values are from localStorage inside that browser. Also option is to clear browser cache between users would have same result.
Best regards,
Nikola
Please login or Register to submit your answer