What is the easiest way to get feedback from an app user?
Posted: Thu Dec 08, 2016 12:56 pm
What is the easiest way to get feedback (comment for improvement) from an app user?
Thanks,
David
Thanks,
David
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseup
revMail "david@dr_white.com",,"Feedback","You app isn't really too shabby, BUT..."
end mouseup