Kimberly Posted January 3, 2020 Report Share Posted January 3, 2020 Greetings! In my submission form, I added the html block per https://howto.caspio.com/tech-tips-and-articles/common-customizations/how-to-add-a-reset-button-to-clear-a-form/ It works in terms of clearing the multiselect dropdown fields but not the 'Listbox' field selections. Any ideas??? Thanks in advance, Kim Quote Link to comment Share on other sites More sharing options...
Hastur Posted January 6, 2020 Report Share Posted January 6, 2020 Hello @Kimberly I have tested this solution in a few Browsers and it works fine. Can you try this code? <input type="reset" value="Reset" /> Also, you need to disable the HTML editor. You can find this adjustment in the Advanced section of the HTML block. There is a checkbox named "Enable HTML editor". You need to uncheck it. Quote Link to comment Share on other sites More sharing options...
MinedRight Posted May 7, 2020 Report Share Posted May 7, 2020 Hastur, I tried this solution including disabling the HTML editor and still when I click Search Again, I'm returned to the original search form with my originally input parameters still "there." I click Reset and nothing happens. I've refreshed and still nothing. I'd love to have a solution. Thanks! Quote Link to comment Share on other sites More sharing options...
CoopperBackpack Posted May 13, 2020 Report Share Posted May 13, 2020 Hello @MinedRight, I`ve found the similar topic on the Forum regarding the reset button on the different types of DataPages. This code should work fine if you use Submission form. <input type="reset" value="Reset" /> As far as I understand, you use the Report DataPage. In this case, please try to use the code that is suggested in the very last reply in this thread (Posted November 12, 2019). It should work to clear the fields with all DataType data. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.