Help with pages

Hello, I want to store some information as JSON in a URL.
I have some inputs. When someone clicks a button it will put the inputs into JSON then post it on another page.
Like when I click a put it will make a page with this text only:
[{“input1”:“here is what was inside input1”,“input2”:“here is what was inside input2”,“input3”:“here is what was inside input3”,}]
How do I do this?

This topic was automatically closed after 70 days. New replies are no longer allowed.