[Resuelto] Extra p and br tags in a post form within a view loop
This support ticket is created hace 5 años, 4 meses. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
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: enlace oculto
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.