Hi,
How can I create a form so that its url would be https://site.url/a_form&name={name}&email={email}… and whenever this form is accessed, it records the entry and says ‘Thank you’.
I’d like to put this URL in another form’s notification so users can click on it (whenever they receive this annual reminder), they’d get directed to the form and the form would register this click and all the parameters passed to it and say ‘Thank You’. No submit buttons, no nothing. Just a Thank You.
To put this in perspective, I want users to renew their subscription on my website. I’ve created a notification that sends out annually to remind them. I’d like to ease the convenience for users to renew. Any insights would be greatly appreciated. Thanks.