Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Meta33866yYou could create yourself some kind of JS bookmarklet or browser extension that stores current form data (pay attention to stuff like hashes and stuff though) in the session storage and restores it on page load.
-
Root825576yWrite a JS snippet to fill out the fields and keep pasting it after refreshing. You could even include that in your code if you have access to the frontend. Or just use the browser's autofill feature.
Duh. -
jeeper59666yIn some packages you can preload the data. I preload the ractive data object for example. Then I just clear it out before going to prod.
Related Rants
testing a form and having to fill in the info every single time I change the code - gross
Does anyone know of a way to refresh a form (ctrl+F5 in chrome) while keeping the data?
question
refresh form
chrome
form testing
firefox