I have a form for users only, and made sure users can only submit the form only once.
Once the form is submitted, a page is created using the entry ID as part of the title and url.
How can I :
1- Auto check if the user have already submitted the form, and if so;
2- Hide the form and instead get the user's entry ID and add that to a url ( example.com/number-{entry-id} ) or else;
3- Display the form.
Thanks in advance!