Hi. I'm wondering if it's possible to use conditional logic to display a form field base on whether another form field has data in it or not. I only see conditional logic options based on answers on multiple choice or check box kind of answers.
Or maybe you can help me figure out how to do exactly what I want to do. I have fields for state and country, which are mandatory and are dropdown lists, and a field for city that is and optional text box. I am creating a blog post with the data, and I want to put a comma between city and state, if the city field is filled in. But not if that field is blank. I don't want a comma just hanging out there without a city in front of it.
Another example is a field for URL. It's also optional. People can enter the URL of their blog. If it's filled in, I want my blog post to to have a label that says "Personal Blog:" before the URL. But I don't want "Personal Blog:" to print if there is no URL filled in.
For the comma and the text, I was going to use hidden text fields with those characters prepopulated.
Is there some other way to achieve the desired result?
beth