Questions tagged [user-feedback]

90 questions
1
vote
1 answer

how implement feedback page which send mail through gmail account in android application

hello everyone I want to make feedback page and that page there are four EditText 1. name 2. email 3. phone 4. feedback body so I want to get user feedback by email. I think its possible with SMTP and Gmail. please help me. Thank you in…
user2776223
1
vote
1 answer

PHP Push notification service, feedback is empty,how can i to do

The push works just fine, the problem is that the feedback is empty. I need to delete the tokens that have expired or have an invalid status.This is what I write test code,this a problem?] $ctx = stream_context_create();…
Dinel xu
  • 9
  • 3
1
vote
2 answers

what is the best way to pass messages from server to html (GUI)

I am using Java and JSP to develop my web application. There are many situations in which user input cause an exception on server side, in this situation user expects an error message to be shown. There are several ways that I (as a programmer) can…
MoienGK
  • 4,544
  • 11
  • 58
  • 92
1
vote
5 answers

Any best practices with feedback colours?

I have a few that I think are correct. These are background colours for messages. ERROR: red; INFO: blue; SUCCESS: green; NOT IMPORTANT INFO: yellow Have I got the blue and yellow around the wrong way? Any hex values that are a de facto standard…
alex
  • 479,566
  • 201
  • 878
  • 984
1
vote
2 answers

Feedback Widget with page questions

I'm looking for a feedback widget similar to get satisfaction that will allow me to purpose a few unique question per page. We are launching a website and want to ask a few questions on every page to our beta users and are looking for a feedback…
zaed
  • 11
  • 1
0
votes
2 answers

Feedback form details to be get by an Email in asp.net (C#)

I have an feedback form , which is having detailed fields like 1. Name , 2. Email , 3. Profession , 4. country , 5. Comments , I want all these details to be get in my email account when any guest gives his/her feedback ... these details should be…
0
votes
1 answer

Customizing Model Validation Feedback

I want to change the way a validation message appears to the user in my nopCommerce web application. Currently, it appears as so: I want to change that, so that if and when the login credentials are incorrect, the input fields get a red border, and…
J86
  • 14,345
  • 47
  • 130
  • 228
0
votes
1 answer

How to display different feedbackWarnings depending on the input in shiny?

I am trying to create an app where I can have different warnings (using feedbackWarning from the package shinyFeedback) depending on the user's input. I saw this post where they were talking about this, but although I added if statements, the…
emr2
  • 1,436
  • 7
  • 23
0
votes
1 answer

End conversation feedback in azure bot using c#

I am using the Azure bot framework , SDK v4.0 and for publishing use the teams channel .Please help me out to take feedback from user and store in cosmos DB which is occur at the end of the conversation between bot and user in teams channel.
0
votes
2 answers

How to submit user feedback using Sentry api in Python?

I've setup Sentry and got it automatically reporting exceptions, however I haven't managed to get user feedback submission working. The python script is CLI based, so I would like the user to be able to type the bug information straight into the…
0
votes
0 answers

How to insert information by SQL through your C++ application in a safe way

Since one has to provide the C++ code with the SQL-database information such as the username and password before one can insert information to the database, I want to know how one can do so in a way the application user can not reverse-engineer it…
Jonas
  • 1
  • 2
0
votes
1 answer

Can Firebase in-app messaging be used in iOS as an in-app feedback form feature?

Is anyone currently using Firebase in-app messaging within their iOS app as a way to create end-user "open_start" feedback forms? If so, what are the current capabilities? If basic feedback is possible, can we currently add an in-app chat form…
VXP
  • 3
  • 3
0
votes
2 answers

Microsoft Feedback Client issues with uploads

We're having some serious issues with the mfbclient.exe tool that is part of the feedback platform of VSTS. Basically, our stakeholder's uploads are not being sent. This is extremely frustrating as you can imagine, as the ability to take screenshots…
benpage
  • 4,418
  • 3
  • 41
  • 39
0
votes
0 answers

star rating using ajaxcontroltoolkit not working

Here is my code in which star rating is not working. .filledRatingStar { background-image: url('C:\Users\chhaya.kaushik\documents\visual studio 2015\Projects\WebApplication2\WebApplication2\Images\filled star.jpg'); } .ratingStar { font-size:…
0
votes
1 answer

How to calculate statistics on different machine and combine them again?

I have two backend applications which provide the same functions and they are located on two separate machines (actually this is to make a load balance). So they handle the client frontend requests using the same manner. I want to collect some…
Ahmed
  • 7,148
  • 12
  • 57
  • 96