Don’t use & nbsp; in the inline output
-
Currently (and I think this “feature” has been added recently), the AI Forms module replaces all spaces with
& nbsp;
which is a non-breaking space.This breaks websites when long output is generated, since text will most likely overflow the container. Instead, just use a regular space, or if for whatever reason you need an HTML entity, use
& #32;
which is a breaking space.The bug is on line 561 in the wpaicg-form-shortcode.js file.
Please fix this ASAP. Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.