Hi, I’m using Feathery forms, and I’ve noticed that the URL includes a step name as a fragment eg: #view-cc
, when navigating between steps. I’d like to avoid this for cleaner URLs. Is there a way to disable the fragment ?
Thanks @eri , for your reply.
I have turned off “Track Step with URL Hash” in the form settings. This prevents the fragment from showing for the initial step, but it is still appearing for other steps. FYI, I am using feathery.goToStep(<STEP_NAME>) to navigate between steps. Please let me know if you need any further information.
Should be working as expected now when using feathery.goToStep()
However, as I mentioned earlier, the fragment is not displaying only for the initial step. For other steps, the fragment still appears based on the loading of steps. I would greatly appreciate your assistance in resolving this issue.
Updates were made last week to address this issue, and we’ve tested it should work as expected after that (no more hash in other steps as well). Can you perform a new retest?
When I open the form in live form/ test form mode, there is no fragment issue. Similarly, when I integrate the form into a simple HTML file, there is no fragment. However, after integrating the form into a Vue application, I am encountering the fragment issue. I have tested this behavior thoroughly. Please let me know if you need any additional information.
Hey @Dakshayini , make sure you’re on the latest library version in your vue application for it to work: FAQs | Feathery Docs