danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 157 forks source link

Submit fill out the form, send after authorization #249

Closed ogurec-ogurec closed 3 years ago

ogurec-ogurec commented 3 years ago

@Danirus, I have a little idea. More than once I noticed such a thing on the sites that there is a form for sending comments, you can enter a comment in it, but when you click on the "Submit" button, a window with atorization appears. After authorization, the comment is sent.

That is, we first let the user write a comment, but he can only send it by logging in. Do you think this can increase the conversion to action?

Here's an example:

Input comment: image

Window after the submit button: image

What do you think about this?

danirus commented 3 years ago

Thanks for the idea @ogurec-ogurec. But honestly, I don't like to fall in such tricks 😅 I prefer not do it.