Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Query Parameter in URL on Form GET is missing with Sightly with AEM 6+

Avatar

Adobe Champion

Hi All ,

In sightly HTML file, I was using following code (dummy for explanation purpose),

<form action="/content/testpage" method="get"> <input name="test" type="text" value="test"> </form>

When I am redirected to testpage on filling the form , I am not able to see query parameter i.e ?test=test .   However I am able to retrieve the value from request parameter , but I want to show these params in the URL also . Please let me know if anyone faced the same issue .

With JSP file I am able to see query parameter on form GET .

Regards.

0 Replies