I am trying to add a “How did you find out about us” field on the success state of a form but I get an error “Text field can only be placed in a Form”.
Very peculiar since I am placing it within a form.
hmmmm… interesting. If that’s the case I guess the best you could do is either have some Javascript run that redirects the page to a form for them to fill out, or you could provide a link on that success message (taking them to another page with a form to fill out).
Maybe someone else can chime in with a better solution!