Page 1 of 1

What is the easiest way to get feedback from an app user?

Posted: Thu Dec 08, 2016 12:56 pm
by DR White
What is the easiest way to get feedback (comment for improvement) from an app user?

Thanks,

David

Re: What is the easiest way to get feedback from an app user

Posted: Fri Dec 09, 2016 4:01 pm
by Klaus
Hi David,

from within LC this will be the easiest solution in a "Feedback" button (or whatever):

Code: Select all

on mouseup
  revMail "david@dr_white.com",,"Feedback","You app isn't really too shabby, BUT..."
end mouseup
You get the picture :D


Best

Klaus

Re: What is the easiest way to get feedback from an app user

Posted: Fri Dec 09, 2016 8:12 pm
by DR White
Klaus,

I will try it.

Thanks,

David