Text Field Pick List – Remove comma

Tagged: ,

Viewing 1 reply thread
  • Author
    Posts
  • September 9, 2022 at 2:59 PM #47946

    Janky JibJab
    Participant

    I am brand new to tap forms and think it will work for what my needs are.

    Is there a way to remove the comma from the text field when using a multiple choice pick list?

    I am creating a field that stores hashtags and I don’t want the comma to separate what goes in the field. Just a space.

    For example currently:
    #hashtag1, #hashtag2, #hashtag3

    What I want:
    #hashtag1 #hashtag2 #hashtag3

    Is this possible?

    Thank you

    September 9, 2022 at 10:48 PM #47951

    Brendan
    Keymaster

    The way Tap Forms separates values for a multi-select Pick List is to separate them by a comma and space character. There’s no function to change that, but what you could do is create a Script field which strips out the comma from the values you set.

    The JavaScript function cleanedHashTags = hashTags.replace(",", "") would do what you need.

Viewing 1 reply thread

You must be logged in to reply to this topic.