I am trying to:
I have a page that has a view showing a loop of posts from my "Course" post type.
For each item in the loop it calls a post form to update certain fields from the course.
The form is outputting additional <p> tags and <br> tags
Link to a page where the issue can be seen: hidden link
You will need to login to see this page.
I've tried putting it in the view, outside the [cred_form form='xxx'] code.
I've tried putting it in the form, around all of the form content.
I've tried putting it in the form around a single line of the form.
Is the [wpv-noautop] shortcode supposed to work in Forms as well as Views?
My issue is resolved now. I'm still not sure why t was a problem, but I just recreated the view and the problem wasn't there with the new version of the view, even though all of the settings are the same.