I want to create a search form in amp page the form and displat returned data is working fine, but i wanted to know how to add
- load more button
- filter popup
I tried following implementations but didn't workout
- added form inside the submit-success element but it generates errors
- added amp-list but cannot use post method and with get method also i am not able to append data with some pagination.
- tried to submit form externally using tap event but no use
any help would be appreciated