Allow users to submit Tweets to us

  • farmcreditIL
    Asked on June 1, 2016 at 2:37 PM

    We want to allow members to submit memories in the form of Tweets in a registration form. However, we do not want it to automatically post to our Twitter feed, or on theirs. We want to be able to sort through them to use during an event.

     

    Is there a widget or strategy that would allow us to limit a text box to 140 characters and show how many they have left (like Twitter) and also take characters away if they upload a pic to accompany the memory?

    Thanks,

    Liz

  • Huberson
    Replied on June 1, 2016 at 2:58 PM

    You can use a simple Text Area and limit the number of allowed characters from the field properties. This will also show to the user how many characters they entered and how many left.

    Allow users to submit Tweets to us Image 1 Screenshot 20

    If you need to remove the texts from the Text Area if they upload a picture, conditions can be used to hide the Text Area and clear its value. 

  • farmcreditIL
    Replied on June 1, 2016 at 3:14 PM

    I set the 140 character limit. But I don't understand the condition suggestion when adding a photo. The 140 character should be reduced by 22 characters if they also attach a photo. How would I set up a condition for that?

     

  • farmcreditIL
    Replied on June 20, 2016 at 5:13 PM

    Here is our form (see bottom): https://form.jotform.com/61716542699972 that shows the example of the 140 character text box and the option to attach a photo right below that. But if they do attach a photo, then the 140 character limit should be reduced to 118 characters. I have no clue how to do this with the conditions in jotform.

  • Kevin Support Team Lead
    Replied on June 20, 2016 at 7:06 PM

    As far as I know it is not possible to change the characters limit with conditions, the workaround that I can think is hiding the field and showing a new field with the needed character limit. 

    To achieve this you will use the condition "Show / Hide" and here is a guide that will help you to do that: How-to-Show-or-Hide-Fields-Base-on-User-s-Answer

    You should add a new text area with the needed limit: 

    Allow users to submit Tweets to us Image 1 Screenshot 40

    The condition you will use should be like this one: 

    Allow users to submit Tweets to us Image 2 Screenshot 51

    This should show the text are with the desired character limit if there is an uploaded file, here is a sample: 

    Allow users to submit Tweets to us Image 3 Screenshot 62

    Here is also the link to my cloned form so you will be able to see the live example: https://form.jotform.com/61717240737961 

    Feel free to clone it: How-to-clone-an-existing-form-from-a-URL

    Hope this helps.