Hello Community,
I found something that I think it's inappropriate,
When we enter some data in plumsail form and we hit the refresh button in the browser, the data in form shoed be gone and we have to get clean and blank form.
but this thing is not happening when i try to refresh the page even after clear cache i still see data that I entered before.
I am using Google Chrom browser and Sharepoint online.
Here i attach some screenshots for batter understanding.
Hello @Margo,
I was looked into that,
i try to follow all step for above steps, but i'm facing same problem, i pretty sure i turn off all Auto Complete Option, Also try to manually clear all browser history,
but form data is still there,
Also i found that some feature is not supporting in IE11.
Can you tell the supported browser from you.
Hello @Margo,
I just want to know that plumsail form is support IE 11 Or not?
Because i found some other behavior problem with IE 11. like in child form validation is not working, it not showing any error message and close form with out saveing.
Here i share my screenshot in IE 11, but this thing happens in all modern browser,
Regarding the default values, please make sure that the Default Value is blank in the Field Settings:
Plumsail Forms works in IE11. Please check the browser console(F12) for the errors and share the screenshot. It will give more information about what is going wrong with the validation.
Hello @Margo,
I check All Records and there are no any Default value set to any,
Here i attach GIF of chrome browser for data remaining after the refresh, this happens in all three browsers,
I Refresh form for two times and facing same problem in different machines, different browsers.
=============================================
I share Screen Recording of validation problem I am facing in IE11,
In list or library popup i fire validation that if the salary is more than 20, it will not allow user to save, and it working fine in chrome, but the same thing in the IE11 browser, I can not see any message and form close.
when we try to edit the same record in list or library control, it allow user to enter data more than 20 in IE11 browser and update an entry in the table.
This recording first i check in chrome and than IE11.
If you want the new form to clear on a refresh try the following: I say new form because you might not want the edit form to clear!
fd.spRendered(function() {
fd.clear()
The rest of your script follows...
That clears on render, i.e. refresh.
Some values seem to carry over from a half complete form.
This is bad if a user has started, got distracted, closed, then started again later.
The user thinks it's part complete, so they don't re-select.
I think this may cause errors with incomplete data, or other part of your script.
I'm seeing this start to happen. Might be a new thing...
I'm a user not a mod. @Margo is best to confirm...
Thanks, @AdamSmith,
For response, I will look into this.
I think you are correct, there is no point to see data if the user refreshes or starts again fill the entire form.
It may cause a problem,
Cheers...!
This is also an issue that I'm running to as well with using Plumsail forms with SharePoint online. I'm going to give the snippet of code in my form to see if this helps clear the form when opening a new form.