Hello,
I use the Quform plugin to create custom forms. When I put the shortcode for the form plugin, e.g. [iphorm id=1 name="multiform"] within a Replete column shortcode such as [one_half] there's a lot of unwanted
tags appearing, causing havoc to the layout. If I don't place the form plugin shortcode within a column shortcode this does not happen.
Example output 1. [iphorm id=1 name="multiform"] placed within [one_half]:
<input type="hidden" name="iphorm_id" value="1" />
Example output 2. [iphorm id=1 name="multiform"] not placed within [one_half]:
<input type="hidden" name="iphorm_id" value="1" />
Any idea what's going on?














