Description
Currently, when filling out the form on page/podcast/new.astro after filling an episode url, all entered data is lost upon reloading the page.
Steps to Reproduce:
- Navigate to geeksblabla.community/podcast/new.
- Enter an Episode Url, the page will load data of this episode
- Fill the missing data.
- Refresh the page.
- Observe that all input data is lost.
Expected Behavior
Form data should persist across page reloads using a caching mechanism
Description
Currently, when filling out the form on
page/podcast/new.astroafter filling an episode url, all entered data is lost upon reloading the page.Steps to Reproduce:
Expected Behavior
Form data should persist across page reloads using a caching mechanism