linchpin / mesh

A page builder, simplified. Get the most flexibility to display content by adding multiple content sections within Pages, Posts, or Custom Post Types.
https://meshplugin.com/
47 stars 12 forks source link

Caldera Forms plugin conflict: input elements missing #169

Closed strarsis closed 7 years ago

strarsis commented 7 years ago

Related issue: https://github.com/CalderaWP/Caldera-Forms/issues/1883

The issue goes away when Mesh plugin is disabled. This issue hadn't occured with older Mesh plugin releases.

The <input> elements (text / radio / tel type) are missing, only the labels are visible. Only the <textarea> element markup is correctly outputted.

Output:

<div class="">
                    </div>

Expected:

<div class="">
        <input required="" type="tel" data-field="fld_161046" class=" form-control" id="fld_161046_1" name="fld_161046" value="" data-type="tel" aria-required="true" aria-labelledby="fld_161046Label">            </div>
aaronware commented 7 years ago

Hey @strarsis, this is definitely due to sanitizing of elements. @maxinacube is pushing out a patch that will be merged in shortly

aaronware commented 7 years ago

Rolling out in 1.2.1