Below the form on the page, i list the atendees for the event. But when a new person signs up, and the "Thank you for signing up" text is shown the atendee list is not updated.
People then refresh the page to see if they are signed up, and by doing that they resubmit the form, and are signed up twice...
How do i avoid this issue. I would like to do it without having to redirect to a "thank you" page...
Not the best solution, but how about redirecting to a "thank you" page that immediately redirects you back to the page with the form, could be done with a bit of javascript.
contour signup and listing attendees
Im using contour as a sign up form for events.
Below the form on the page, i list the atendees for the event.
But when a new person signs up, and the "Thank you for signing up" text is shown the atendee list is not updated.
People then refresh the page to see if they are signed up, and by doing that they resubmit the form, and are signed up twice...
How do i avoid this issue. I would like to do it without having to redirect to a "thank you" page...
Comment author was deleted
Well you could use the event model on the form to do perform some code on the submit
Ok, im "frontend" so i dont really know .net coding.
Do you have an example of how to do it?
Not the best solution, but how about redirecting to a "thank you" page that immediately redirects you back to the page with the form, could be done with a bit of javascript.
is working on a reply...