Multisite WordPress not display input text box in the form HTML element
-
I have created an AWS (Amazon Web Services) Lightsail instance with WordPress Multisite 5.1.1-2 blueprint by Bitnami. I have updated WordPress to the most recent version, 5.2.2.
I have created three WordPress blogs or sites on my multisite WordPress installation.
I’m having the following problem with my non-primary WordPress blogs.
In the WordPress post in a non-primary multisite WordPress blog, input text boxes are omitted for some reason, and they do not display at all, although they do get displayed on the primary WordPress blog.
Using the Preview (post) button shows the input text box on the post preview page.
Clicking the Preview button on the custom HTML block shows the input text box.
However, the published post does not show the input text box.
For example, the following HTML code in a custom HTML block does not show the input text boxes in the published post.
<form> First name:<br> <input type="text" name="firstname"><br> Last name:<br> <input type="text" name="lastname"> </form>When I use the inspect element feature in a web browser, the published post in the primary WordPress blog has the <input> HTML elements; however, the published post in the non-primary WordPress blogs has no <input> HTML elements, even though the exact same HTML code is entered in the custom HTML block for every WordPress blog.
Why do the input text boxes appear only in the primary WordPress blog in the multisite WordPress network?
How can this problem be rectified?
Thanks in advance.
The topic ‘Multisite WordPress not display input text box in the form HTML element’ is closed to new replies.