• 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.

    • This topic was modified 1 month, 2 weeks ago by TEZZERACT.
    • This topic was modified 1 month, 2 weeks ago by TEZZERACT.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author senols

    (@senols)

    Hi @tezzeract,

    Thank you for reporting this and for the detailed analysis. I really appreciate it.

    I’m currently working on rewriting the entire backend UI interface. Once that’s done, I’ll release a new version that includes this fix, which should be ready in about a week. In the meantime, if you prefer not to wait, you can manually update the code. Apologies for the inconvenience, and thanks for your patience.

    Thread Starter TEZZERACT

    (@tezzeract)

    No worries, I already updated the code on my site. Thanks for the quick reply! Looking forward to the updated plugin ??

    Plugin Author senols

    (@senols)

    Thank you and have a great day ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.