Unfortunately not easily. It would require editing the dll. I could provide you with the source code for the form controller, you could edit as required then.
The controller is here: http://pastebin.com/Gg8L2jFY - It has no real input on the form, but is used as a fallback if js fails.
The model is here: http://pastebin.com/ippugyKH - It handles storing the data and page validation.
Can you please post the controller and the model for version 2.2.0 on pastebin.com ? I get an empty TempData right after comment submit and i do not know why.
I just install your blog plugin and use it normally.
After pressing the Submit button the comment is submitted and the page remains at the blog post but i want to display also a message for the user to know that his comment is sent.
Can we replace security question with captcha or Recaptcha, or add propr security questions?
Hi,
i have installed your package, Im using Umbraco 7.1.4, i also tried it on 7.2.x the latest that comes and Smart blog 2.0.9
Is there any other way to insert Captcha or Recaptcha?
Thanks,
Swati
Unfortunately not easily. It would require editing the dll. I could provide you with the source code for the form controller, you could edit as required then.
Hi Luke,
That would be great if you could provide me the code.
Thanks
Swati
The controller is here: http://pastebin.com/Gg8L2jFY - It has no real input on the form, but is used as a fallback if js fails. The model is here: http://pastebin.com/ippugyKH - It handles storing the data and page validation.
Thanks Luke!
Thats's a saviour!
Hi Luke,
As i saw into your controller at https://pastebin.com/Gg8L2jFY . (version 2.1.0)
I have the latest version of the blog (2.2.0) and i try to get that TempData when the post reload but i get nothing.
@TempData["SubmissionMessage"].ToString()
In the latest version (2.2.0) how the submission message works?
Are you reading the data elsewhere or redirecting? It's possible that the tempdata has been cleared.
Can you please post the controller and the model for version 2.2.0 on pastebin.com ? I get an empty TempData right after comment submit and i do not know why.
I just install your blog plugin and use it normally. After pressing the Submit button the comment is submitted and the page remains at the blog post but i want to display also a message for the user to know that his comment is sent.
is working on a reply...