Looking to create a form where someone pays to “ask a question” and they only have a certain amount of characters they can use. Understand how to use the maxLength function, but is there a way that it can be set up so that the character limit changes/ the amount of money they have to pay changes based on what they select in a previous field. For example, if I select “short question” in a dropdown field, the payment is set to $10 and character limit is set to 125 characters. If I select “long question”, the payment is set to $25 and the character limit is set to 500 characters.
Thanks!