Contour render the form on the "Thank you" page again
Hi
Is it possible to show the Contour Form on the "Thank you" page?
Something like:
@if (Model.SubmitHandled) {
<p class="contourMessageOnSubmit">@Model.MessageOnSubmit</p>
// Render here the form again
} else {
// Contour rendering the Form
}
I've already tried to remove the 'else{}' and leave the form rendering section just there.
Hi,
I need to show the form again too as this form is a quick uploader type form where the form needs to render again and NOT show the Thank you message.
Can this be done in Contour?
Contour render the form on the "Thank you" page again
Hi
Is it possible to show the Contour Form on the "Thank you" page?
Something like:
I've already tried to remove the 'else{}' and leave the form rendering section just there.
I have also tried: '@Umbraco.RenderMacro("", {})'
Any suggestions?
TJL
Comment author was deleted
How do you handle the form submit, redirect to specific page or just display the thank you text? And why would you want to show the form again :) ?
Hi, I need to show the form again too as this form is a quick uploader type form where the form needs to render again and NOT show the Thank you message. Can this be done in Contour?
I dont think so. I wrote my own form builder.
is working on a reply...