awsmug / torro-forms

Torro Forms is an extendable WordPress form builder with Drag & Drop functionality, chart evaluation and more - with WordPress look and feel.
https://torro-forms.com
GNU General Public License v2.0
85 stars 32 forks source link

Use default JavaScript alerts for warnings #239

Open tyrann0us opened 8 years ago

tyrann0us commented 8 years ago

As far as I know in most cases WordPress uses the default JS alert box to display warnings to user ( e. g. warning when you are about to leave the post edit page without saving the post or before permanently deleting a media object).

So for this plugin to match the "WordPress way of doing things" I think it would be better to use default JS alert box as well.

image vs. image

What do you think?

mahype commented 8 years ago

If this is the default behaviour, then you are right. I will check this out and let you know. Thank you for this recommendation!

mahype commented 8 years ago

@felixarntz What do you think?

felixarntz commented 8 years ago

Sounds like this should be changed indeed to match the WordPress conventions. However, it's not super-critical, so can happen later.