When creating an object with partial validations like here, Wicked requires the object id in the url -
http://localhost:3000/pets/1/steps/identity
Does this mean that anyone can type this route and modify the data?
I need the form to be filled in by anyone (not logged in), but I don't want there to be any access by a third party to another users object.
I only need to create a simple multistep form like here, which allows standard back and forward button functionality.
Thanks for any help!