What is the easiest way to get feedback (comment for improvement) from an app user?
Thanks,
David
What is the easiest way to get feedback from an app user?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: What is the easiest way to get feedback from an app user
Hi David,
from within LC this will be the easiest solution in a "Feedback" button (or whatever):
You get the picture
Best
Klaus
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

Best
Klaus
Re: What is the easiest way to get feedback from an app user
Klaus,
I will try it.
Thanks,
David
I will try it.
Thanks,
David