Make a text field (or image) in Wix forms display conditionally

  1. Wix Form app is limited and what elements you have control over depends on the specific form app.
    In order to see whether or not you can control this element, click it and see in the panel property and see if you can hide/collapse it. If you can, you may be able to apply code for it.

  2. If you need full flexibility, don’t use Wix Form but create your own form by adding the text elements and input elements.
    See:

https://support.wix.com/en/article/creating-a-form-with-user-input-elements

Then you can do every thing with code.