I would like to send a custom state wiht multiple values form inputs to another page to then add a record.
URL parameters would not work for this case, is there another way? I was thinking local storage but i would need to empty that storage once the record is addedd
Hi there, @tonyfullucie… custom states won’t work for what you described, but since you mentioned local storage, you definitely need to check out Floppy, if you haven’t come across it already.
Another way to go is simply to create the item before proceeding to the next page. Yup, I know that can get a bit messy depending on what you are actually trying to do, but it’s still an option.