Home Survey App Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.

Expand Comments field maximum characters allowed

It's been requested of our users multiple times to have the comments field of the survey to allow for more than 255 characters. Can this be set to unlimited or maybe 1000?
9 votes

Submitted · Last Updated

Comments

  • Jeremy_CollinsJeremy_Collins Customer IT Monkey ✭
    Are there any updates for increasing the max limit of characters in the comments field of a survey?
  • Peter_SettlePeter_Settle Customer Advanced IT Monkey ✭✭✭

    I have never used the Survey App, however I can see the reason behind having a more detailed comments box.

    So will UpVote this.

  • Alan_FosterAlan_Foster Customer Adept IT Monkey ✭✭
    In the custom space, in the SurveyApp/directives/survey/editQuestions.html file you can edit the following line, to up to 2048 characters, as shown below, but currently it's set to 255.

    <textarea md-maxlength="2048" rows="5" ng-required="!q.Optional" name="textarea{{$index}}" ng-model="q.Answer"></textarea>

    I've also added this as a feature request for a future release.
Sign In or Register to comment.