weird extra fields appear which breaks styling
-
I created a form in WPForms Pro but it is showing two fields that are NOT on the form within the form ‘Contact RRW’ in the Forms Overview. In the link above, if you inspect, you will see two DIV for #wpforms-500-field_6-container and #wpforms-500-field_7-container. Neither of these fields displays in the form creation on WPForms.
I added CSS to hide both of those fields but it didn’t work. It’s strange but there is a function calling a style for field 6 that includes “style.appendChild( document.createTextNode( ‘#wpforms-500-field_6-container { position: absolute !important; overflow: hidden !important; display: inline !important;” which is causing the issue with field not being hidden. Yet no similar style function for field 7.
I uninstalled the WPForms Pro and installed the WPForms lite (free), recreated the form but it is still showing those two fields.
What’s truly weird is that if you refresh the page several times, the location of these two fields #6 and #7 jump around in order while the other fields #1, #2, #4, #5, and #3 stay in the exact same order.
I did some research on how to remove all database entries for WPForms but all results referred strictly to entries.
If anyone knows how this is happening and what I can do to fix it, I would be very appreciative.
Thanks.The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.