A form without Submit button

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.

Hey Raz,

Here’s an MVP for a future perk that auto-submits a form whenever the page it is embedded on is accessed. The user will simply see the confirmation (unless there is a validation error).

Instructions are inline.

We used this with great success to record answers to a poll hosted in our weekly newsletter. We’d just provide links for each unique option in the weekly poll and they’d click their desired answer, and then when they arrived on the site, they’d get to see the poll results. Fun! :smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.