Hi
after a user send a form in my website, he/she doesn't need to see that form again. is there a way to hide this form after submission?
(none of my users register to my website!)
i thought of the following:
user submits a form
after form validation, a cookie is set (infinite).
then, a php code decides, based on this cookie, whether to print the shortcode or to skip it.
is it logical?
is it feasible (e.g. using php-widget) ?
(i don't mind that he/she will get the form from another computer, of after deleting a cookie)
Thanks!