Hello, I built a content type for annonymous users to submit product & service listings. One of the fields is for them to enter up to four website or social media URLs. I know it was working a few months back when I tested it with some friends adding listings, but now the field looks weird unless I'm logged in. I'm attaching two screenshots: One is how it's supposed to look and the other is what an annonymous user sees. I considered deleting the field and trying to re-do it or modify it so there are searate fields for each of the four URLs, but then that will also delete the data, the URLs already in the system, which do appear normally in the directory listing.
Any ideas why this problem is occurring?
Here's a link to the page that has the "Add a Listing" button that takes you to the form: https://inlandnorthwestpermaculture.com/relocalize
Thanks!!
What it apparently looks like to an annonymous user:

What it should look like:

Comments
It looks like the screenshot of what you show it should look like is the admin theme whereas what they see is the front end theme.
By default, such users won't have permissions to see the admin theme so it will fall back to the default theme, and maybe there is no styling for the form elements in the front end theme.
Your choices:
Jumping from the front end theme to the admin theme and back may be a bit odd so you might want to style the form elements on the front end theme.