This is what I did following bwhontwerpers road:
Find the file persistent_multipage_forms.php and inside set_post_content() function find the line that says:
update_option($entry_option_key, $entry[‘id’]);
and write just below it the following one:
update_option($option_key, json_encode(”));
it will clear all the user data related to the form.