Hi Guys,
Could someone help me understand why the below form doesn't redirect with the query parameter "fulltext" to the action url.
It was found to work intermittently. The query parameter is stripped off during navigation
<form action="/content/AEMMaven18/en/searchresults.html" id="custom-search-form">
<div class="custom-search-field">
<input class="search-term" type="text" name="fulltext" >
<input type="submit" value="Submit">
</div>
</form>
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @binoyp ,
I have tried your code in my local and for me everytime query paramter is appended to the URL.
Are you getting any error when the parameter is not appended?
Did you try in different browsers?
Did you try in incognito mode?
Hi @binoyp ,
I have tried your code in my local and for me everytime query paramter is appended to the URL.
Are you getting any error when the parameter is not appended?
Did you try in different browsers?
Did you try in incognito mode?
Are you request a URL with a query through an HTTPD+Dispacther?
Views
Likes
Replies